@font-face {
  font-family: "AmericanTypewriter";
  src: url("../fonts/AmericanTypewriter.ttf") format("truetype"), url("../fonts/AmericanTypewriter.woff") format("woff");
  font-weight: normal;
}
@font-face {
  font-family: "AmericanTypewriter";
  src: url("../fonts/AmericanTypewriterBold.ttf") format("truetype"), url("../fonts/AmericanTypewriterBold.woff") format("woff");
  font-weight: bold;
}
body {
	font-size: 1rem;
	font-family: 'AmericanTypewriter', 'Copse', serif;
	line-height: 2rem;
	margin: 0;
	padding: 0;
	background-color: #adadad;
}
h1, h2, h3 {
	text-align: center;
}
h1, h3 {
	font-size: 1.4em;
	font-weight: bold;
	letter-spacing: .05em;
}
h2, p {
	font-size: 1.2em;
	font-weight: normal;
}
h3 {
	margin-top: 3em;
	margin-bottom: 2em;
}
h4 {
	font-size: 1.1em;
	font-weight: normal;
	text-transform: uppercase;
	margin-top: 6em;
}
a {
	color: #000000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.container {
	background-color: #ffffff;
	box-shadow: 0px 0px 12px #555555;
}