body {
	background-color: #eee;
	color: black;
	margin: 0;
}
body, .normfont {
	font-family: "EB Garamond", Garamond, Georgia, "Times New Roman", Times, serif;
}
a {
	color: black;
}
a:visited {
	color: black;
}
a:active, a:hover {
	color: red;
}
.outwrap {
	margin: 1em 5vw 0 5vw;
	padding-top: 0;
}
.banner {
	display: block;
	text-align: center;
	padding-top: 0;
	margin-bottom: 0.75em;
}
.thish1 {
	display: block;
	font-family: "Asul", Georgia, serif;
	font-variant: small-caps;
	text-align: center;
	line-height: 85%;
	text-shadow: 2px 2px 5px #333333;
	font-size: 7.75em;
	margin-bottom: 0.25em;
}
/* XS */
@media only screen and (max-width: 600px) {
	.thish1 {
		font-size: 5em;
	}
}
/* S */
@media only screen and (min-width: 600px) {
}

/* M */
@media only screen and (min-width: 768px) {
	.thish1 {
		font-size: 6.5em;
	}
}

/* L */
@media only screen and (min-width: 992px) {
	.thish1 {
		font-size: 9em;
	}
}

/* XL */
@media only screen and (min-width: 1200px) {
	.thish1 {
		font-size: 10em;
	}
}