body {
	background-color: #14100d;
	color: gold;
	margin: 0;
	background-image: url('images/boxcar-int-ushmm.jpg');
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
	background-size: cover;
	text-align: left;
}
body, .normfont, .thish2 {
	font-family: "EB Garamond", Garamond, Georgia, "Times New Roman", Times, serif;
}
a {
	color: gold
}
a:visited {
	color: gold;
}
a:active, a:hover {
	color: red;
}
.thish1 {
	display: block;
	text-align: left;
	margin-left: 1em;
	color: #e6c300;
	padding-left: 1.5em;
	text-indent: -1.5em;
	font-family: 'Saira Stencil One', Tahoma, Verdana, sans-serif;
	font-size: 7.5em;
	line-height: 95%;
/*	text-shadow: 5px 5px 8px #fff7cc; */
	text-shadow: 0px 2px 3px #fff7cc;
	font-weight: normal;
}
.thish1 a, .thish2 a {
	color: gold;
	text-decoration: none;
}
.thish1 a:visited, .thish2 a:visited {
	color: gold;
}
.thish1 a:hover, .thish1 a:active, .thish2 a:hover, .thish2 a:active {
	color: maroon;
}
.thish2 {
	font-size: 3.5em;
	line-height: 115%;
	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;
	}
}
