* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
html, body {
	width: 100%;
	height: 100%;
}
body {
	background-color: #000;
	font-size: 100%;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 1.5em;
}
#wrapper {
	width: 100%;
	text-align: center;
	padding: 0 80px;
}
#info {
	position: fixed;
	bottom: 0;
	width: 100%;
	height: 50px;
	text-align: center;
	color: #949494;
	font-size: 0.75em;
	line-height: 50px;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	display: none;
	font-weight: bold;
	z-index: 900;
}
.vid_wrap {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	margin-bottom: 60px;
}
.vid_wrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
img {
	max-width: 100%;
	height: auto;
	display: block;
	margin: 0 auto 60px auto;
}
#footer {
	font-size: 1.3em;
	line-height: 1.6em;
	padding-bottom: 35%;
	max-width: 42em;
	margin: 160px auto 0 auto;
}
a { 
	text-decoration: none;
	color: #000;
}
#footer a {
	white-space: nowrap;
	border-bottom: 1px solid #aaa;
}
#footer a:hover {
	border: none;
	color: #aaa;
}
h1 {
	text-align: center;
	/*margin: 50vh 0;*/
	/*line-height: 0;*/
	line-height: 100vh;
}
/*h1:hover {
	color: #FFF;
}*/
canvas { 
	display: block; 
	outline: 0;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -5;
}
@media (max-width: 640px){
	body {
		font-size: 75%;
	}
	#wrapper {
		padding: 0 40px;
	}
	#footer {
		padding-bottom: 60%;
	}
}