/* CSS Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

@font-face {
    font-family: 'Pixellari';
    src: url('fonts/Pixellari.ttf');
}

/* Main */
html {
	background: url('../images/bg.jpg') no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	font-family: 'Pixellari', sans-serif;
	font-size: 18px;
	color: #ffffff;
	min-height: 100%;
	image-rendering: -webkit-optimize-contrast;
	text-align: center;
}

input {
	font-family: 'Pixellari', sans-serif;
	font-size: 16px;
	color: #252525;
	line-height: 160%;
}

h2 {
	font-weight: bold;
	margin-bottom: 15px;
}

p {
	line-height: 120%;
}

ul {
	list-style-type: disc;
	list-style-position: inside;
}

li {
	line-height: 120%;
}

.main {
	width: 80%;
	max-width: 920px;
	margin: auto;
}

#title {
}

#title-image {
	display: block;
	margin: auto;
	width: 100%;
	max-width: 639px;
	margin-top: 20px;
	margin-bottom: 20px;
}

#content-top {
}

#content-top-border {
	display: block;
	margin: auto;
	width: 100%;
}

#content {
	background: url('../images/content-middle-bg.png') repeat-y top center;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
}

#content-text {
	width: 95%;
	margin: auto;
}

#content-bottom {
	margin-bottom: 20px;
}

#content-bottom-border {
	display: block;
	margin: auto;
	width: 100%;
}

.video-wrapper {
	padding-top: 20px;
	padding-bottom: 20px;
	width: 90%;
	margin: auto;
}

.video-content {
	position: relative;
	padding-bottom: 52.5%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.video-content iframe, .video-content object, .video-content embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#gameplay {
	margin-bottom: 30px;
}

#signup-form {
}

.form-control {
	margin-bottom: 10px;
}

#thank-you {
	padding-top: 20px;
}

#email-submitted-text {
	padding-bottom: 20px;
	padding-left: 50px;
	padding-right: 50px;
}

#beta-key {
	padding-top: 20px;
}

#beta-key-text {
	font-size: 22px;
	padding-bottom: 15px;
	padding-left: 50px;
	padding-right: 50px;
}

#beta-key-instructions {
	padding-bottom: 20px;
	padding-left: 50px;
	padding-right: 50px;
}

#footer {
	padding-top: 10px;
	padding-bottom: 10px;
}