@font-face {
	font-family: "Forevs";
	src: url('/cssstuff/Forevs-Regular.woff2');
	font-weight: normal;
}

@font-face {
	font-family: "Forevs";
	src: url('/cssstuff/Forevs-Italic.woff2');
	font-weight: normal;
	font-style: italic;
}

@font-face {
	font-family: "Inter";
	src: url('/cssstuff/Inter-Regular.woff2');
	font-weight: normal;
}

@font-face {
	font-family: "Inter";
	src: url('/cssstuff/Inter-Italic.woff2');
	font-weight: normal;
	font-style: italic;
}


body {
	background-color: #FCF4F2;
	background: url('/cssstuff/paper_tile.webp') repeat;
	background-size: 40%;
	color: #103D7E;
	font-family: "Inter", sans-serif;
	height: 100%;
	margin: 0;
	padding: 0;
}

h1, h2, .mehehe {
	font-family: "Forevs", serif;
	font-feature-settings: "salt";	
	font-weight: normal;
}

h1 {
	font-size: 60pt;
	text-align: center;
	color: #EDE2DF;
	margin: 40px 80px 0;
}

h2 {
	font-size: 32pt;
	line-height: 42pt;
	margin: 70px 80px 40px;
}

h3 {
	font-family: "Forevs", serif;
	font-feature-settings: "salt";
	font-size: 17pt;
	letter-spacing: 8%;
	line-height: 22pt;
	margin: 50px 80px 0;
	text-transform: uppercase;
}

h4 {
	font-size: 10pt;
	letter-spacing: 8%;
	margin: 50px 80px 0;
	text-transform: uppercase;	
}

p {
	font-size: 14pt;
	line-height: 22pt;
	margin: 20px 80px;
}

p.metatype {
	font-size: 11pt;
	line-height: 17pt;
}

a {
	color: #103D7E;
}

a.nounderline {
	text-decoration: none;
}

a:hover {
	color: #FF5940;
}

button {
	background-color: #FF5940;
	border: none;
	border-radius: 6px;
	color: #fff;
	font-family: "Inter", sans-serif;
	padding: 12px 20px;
	letter-spacing: 8%;
	margin: 6px 0;
	text-transform: uppercase;
}

button:hover {
	background-color: #05488F;
}

img {
	width: 100%;
}

img.smallimg {
	margin-left: 80px;
	width: 300px;
}

blockquote, blockquote p {
	color: #197EDD;
	font-family: "Forevs";
	margin: 20px 40px;
	font-size: 26pt;
	line-height: 34pt;
}

ol, li {
	list-style: none;
	margin-right: 0;
	padding: 0;
}

.pagesetup {
	margin: 0 auto;
	max-width: 1700px;
}

@media (max-width: 500px) {

}

@media (max-width: 500px) {
	p, h3, h4, blockquote p {
		margin-left: 30px;
		margin-right: 30px;
	}

	h1 {
		margin: 20px 30px;
		font-size: 42pt;
	}

	h2 {
		font-size: 26pt;
		margin: 40px 30px 0;
	}

	p {
		font-size: 13pt;
		line-height: 20pt;
	}

	p.metatype {
		font-size: 10pt;
		line-height: 16pt;
	}

	blockquote {
		margin: 0;
		padding: 0;
	}

	blockquote p {
		font-size: 20pt;
		line-height: 28pt;
	}


}

