@font-face { 
	font-family: "Typewriter";
	src: url("../fonts/veteran_typewriter-webfont.woff");
}

body {
	font-family: "Typewriter", sans-serif;
	font-size: 4vw;
	text-decoration: none;
	background-color: #000;
}

.header img {
	overflow: hidden;
	width: 100%;
}

.black {
	margin: 10px;
	text-align: center;
	color: #fff;
	margin-top: 20px;
}

.trademark {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	font-style: italic;
	text-align: center;
	color: #fff;
	padding-top: 0.8em;
}