body {
	background-color: gold;
	color: #331f00;
	margin: 0;
	background-image: url('images/fields3.png');
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
	background-size: cover;
	text-align: center;
}
body, .normfont, .thish2 {
	font-family: "EB Garamond", Garamond, Georgia, "Times New Roman", Times, serif;
}
a {
	color: #331f00;
}
a:visited {
	color: #331f00;
}
a:active, a:hover {
	color: red;
}
.thish1 {
	display: block;
	color: #331f00;
	font-family: Caramel, cursive;
	font-size: 9em;
	line-height: 95%;
	text-shadow: 2px 2px 5px gold;
	margin-bottom: 0.2em;
	padding-bottom: 0;
}
.thish1 a, .thish2 a {
	color: #331f00;
	text-decoration: none;
}
.thish1 a:visited, .thish2 a:visited {
	color: #331f00;
}
.thish1 a:hover, .thish1 a:active, .thish2 a:hover, .thish2 a:active {
	color: red;
}
.thish2 {
	font-size: 3.5em;
	line-height: 95%;
	font-style: italic;
/*
	margin-left: 20%;
	margin-right: 20%;
*/
}
/* large */
@media only screen and (min-width: 601px) {
	.thish2 {
		margin-left: 33%;
		margin-right: 33%;
	}
}
/* small */
@media only screen and (max-width: 600px) {
	.thish1 {
		font-size: 5em; 
		margin-top: 0.5em;
		padding: 0;
	}
	.thish2 {
		font-size: 2.5em;
	}
}
