/* Reset */

html, body, h1, h2, h3, h4, h5, h6, p, ol, ul, li, pre, code, address, variable, form, fieldset, blockquote {
padding: 0;
margin: 0;
font-size: 100%;
font-weight: normal;
}

table {
border-collapse: collapse;
border-spacing: 0;
}

td, th, caption {
font-weight: normal;
text-align: left;
}

img, fieldset {
border: 0;
}

ol {
list-style: decimal;
}

ul {
list-style: disc;
}

q:before, q:after {
content:'';
}

*	{
	box-sizing: border-box;
}

body {
	background-image: url("../img/site_bg.jpg");
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	min-height: 100vh;
	min-width: 100vw;
}

h1 {
	font-family: Helvetica, arial, sans-serif;
	font-size: 10vw;
	font-weight: 100;
	padding-top: 50vh;
	margin-bottom: 0;
	
}

h2 {
	font-family: Helvetica, arial, sans-serif;
	text-transform: uppercase;
	font-size: 20px;
	letter-spacing: 0.5vw;
	word-spacing: nowrap;
	width: 85vw;
	margin: 0 auto;
}