@font-face {
	font-family: 'Permanent Marker';
	src: url('/fonts/permanentmarker-webfont.eot');
	src: url('/fonts/permanentmarker-webfont.eot?#iefix') format('embedded-opentype'),
		url('/fonts/permanentmarker-webfont.woff2') format('woff2'),
		url('/fonts/permanentmarker-webfont.woff') format('woff'),
		url('/fonts/permanentmarker-webfont.ttf') format('truetype'),
		url('/fonts/permanentmarker-webfont.svg#Permanent Marker') format('svg');
	font-weight: normal;
	font-style: normal;
}

html, body {
	height: 100%;
	margin: 0;
	padding: 0;
}

body {
	color: #505050;
	background-color: #f0f0f0;
	font-family: Arial, Verdana, sans-serif;
	font-size: 20pt;
	font-weight: bold;
}

main {
	width: 500px;
	min-height: 100%;
	margin: 0px auto;
	background-color: #ffffff;
	border-left: 1px solid #c8c8c8;
	border-right: 1px solid #c8c8c8;
}
@media (max-width: 500px) {
	main {
		width: auto;
		max-width: 500px;
		min-width: 200px;
	}
}

header {
	padding: 20px 0;
	text-align: center;
}
header img {
	max-width: 95%;
}

nav {
	height: 25px;
	line-height: 25px;
	background-color: #419b41;
	color: #ffffff;
	font-family: Permanent Marker, Verdana, sans-serif;
	font-size: 14pt;
	text-align: center;
}

section {
	padding: 25px 50px;
	text-align: center;
}
section p {
	margin: 10px 0;
}

footer {
	width: 500px;
	height: 15px;
	margin: -25px auto 0 auto;
	padding: 5px 0;
	background-color: #419b41;
	color: #ffffff;
	font-family: Permanent Marker, Verdana, sans-serif;
	font-size: 9pt;
	text-align: center;
}
@media (max-width: 500px) {
	footer {
		width: auto;
		max-width: 500px;
		min-width: 200px;
	}
}

.btn {
	width: 100%;
	margin: 5px;
	padding: 10px 0;
	display: inline-block;
	color: #ffffff;
	font-size: 16pt;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	background-color: #419b41;
	border: 3px solid #419b41;
	border-radius: 5px;
}
.btn:hover {
	color: #ffffff;
	text-decoration: none;
	border: 3px solid #2a8000;
}

.clear {
	clear: both;
}