html, body {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	font-size: 18px;
	background-color: #fff;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

.back-btn {
	position: absolute;
	left: 0;
	top: 0;
	padding: 10px;
	color: #fff;
	letter-spacing: 1px;
	font-size: 18px;
	padding-bottom: 4px;
	text-decoration: none;
	z-index: 300;
}
.back-btn:hover {
	text-decoration: underline;
}

html, body {
	height: 100%;
}
section.main {
	color: #fff;
	width: 100%;
	height: 100%;
}

article {
	position: relative;
	z-index: 10;
	line-height: 180%;

}
article > div {
	padding: 5% 10%;
}
header {
	line-height: 100%;
}
h2 {
	font-size: 10.5vw;
	font-family: 'Yeseva One', serif;
	font-weight: normal;
}
h3 {
	padding-top: 1em;
	font-family: 'Yeseva One', serif;
	font-weight: normal;
	padding: 0 10px;
}
strong {
	font-weight: normal;
}
.h1 {
	font-weight: normal;
	font-size: 100%;
}
.copy p, .h1 {
	padding: 0 10px;
}
.copy {
	font-family: 'Raleway', serif;
}

@media (min-width: 700px) {
	.copy {
		width: 33.33%;
		float: left;
	}
}


#canvas {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
}