body {
	font: 1em "Gill Sans", Helvetica, Arial, sans-serif;
	background: #fff;
	color: #000;
}

main {
	max-width: 800px;
	margin: 0 auto;
	padding: 0 0.5em 2em 0.5em;
}

h1 {
	font-size: 2.8em;
	font-weight: 600;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 40px;
}

.video-container {
	position: relative;
	padding-bottom: 75%;
	padding-top: 20px;
	margin-bottom: 40px;
	height:	0;
	overflow: hidden;
}

.video-container iframe, .video-container object, .video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

p {
	font-size: 1.2em;
	padding: 0 5%;
	line-height: 1.5em;
}

footer {
	text-transform: uppercase;
	font-size: 0.6em;
	text-align: center;
	padding-top: 20px;
}

a {
	color: #000;
	text-decoration: underline;
}

a:active, a:hover {
	color: #f00;
}