/*
YUI 3.17.2 (build 9c3c78e)
Copyright 2014 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/

html{color:#000;background:#FFF}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0}table{border-collapse:collapse;border-spacing:0}fieldset,img{border:0}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal}ol,ul{list-style:none}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}q:before,q:after{content:''}abbr,acronym{border:0;font-variant:normal}sup{vertical-align:text-top}sub{vertical-align:text-bottom}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;*font-size:100%}legend{color:#000}#yui3-css-stamp.cssreset{display:none}

/*
Copyright 2014-2018 Legit Games LLC. All rights reserved.
*/

html {
    height: 100%;
    width: 100%;
}

html,
.header {
	background-color: #0f101b;
}

body {
    color: #a9a9a9;
    font-family: 'Helvetica Neue', 'Arial', sans-serif;
    font-size: 18px;
    margin: 0 auto;
    padding: 80px 20px 60px;
    text-align: center;
    width: 960px;
}

a {
	color: inherit;
}

ul:after {
    clear: left;
    content: '';
    display: block;
}

ul li {
	float: left;
}

hr {
	border: 0;
	border-bottom: 2px solid #303138;
	padding-top: 65px;
}

hr,
.overview,
.story,
.features {
    margin: 0 auto;
    max-width: 576px;
    width: 90%;
}

h2,
.overview p,
.story p,
.features li {
	line-height: 30px;
    padding-top: 25px;
}

.header {
	margin: 0 auto;
	width: 854px;
}

.logo-small {
	float: left;
	font-size: 0;
}

.navigation {
	float: right;
	font-size: 16px;
	line-height: 80px;
	text-transform: uppercase;
}

.navigation li {
	margin: 0 20px;
}

.navigation a {
	text-decoration: none;
}

.kickstarter-support {
	padding-top: 20px;
}

.trailer {
	padding-top: 20px;
}

.mailing-list {
    padding-top: 30px;
}

.mailing-list form {
    margin: 0 auto;
    margin-top: 10px;
    max-width: 380px;
    position: relative;
    width: 90%;
}

.mailing-list input {
    background-color: #c8c8c8;
    border: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #68686e;
    height: 40px;
    padding: 0 85px 0 10px;
    width: 100%;
}

.mailing-list button {
    background: #68686e;
    border: none;
    color: #c8c8c8;
    cursor: pointer;
    font-family: 'Helvetica Neue', 'Arial', sans-serif;
    font-size: 18px;
    line-height: 30px;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 5px;
    text-align: center;
    top: 5px;
    width: 80px;
}

.social-media {
	font-size: 0;
    padding-top: 40px;
}

.social-media ul {
    display: inline-block;
}

.social-media li {
    padding: 0 10px;
}

.social-media a {
    display: inline-block;
}

/*.social-media li:last-child a {
    margin-top: 3px;
}*/

.overview,
.story,
.features,
.media {
    padding-top: 40px;
}

.overview p,
.story p,
.features ol {
    text-align: justify;
}

.features ol {
	list-style-type: square;
}

.media figure {
	margin: 0;
	padding-top: 70px;
}

.media figure:first-of-type {
	padding-top: 30px;
}

.media figcaption {
	font-style: italic;
	margin-top: 10px;
}

.media img {
	max-width: 100%;
}

.logo {
	font-size: 0;
    padding-top: 20px;
}

.hidden {
    display: none;
}

.copyright {
    color: #303138;
    font-size: 12px;
}

.copyright p {
    padding-top: 10px;
}

.copyright p:first-of-type {
	padding-top: 0;
}

@media screen and (min-width: 961px) {
	.header {
		margin: 0 53px;
		position: fixed;
		top: 0;
		z-index: 1;
	}
}

@media screen and (max-width: 960px) {
    body {
        font-size: 16px;
        padding-left: 0;
        padding-right: 0;
        padding-top: 0;
        width: 100%;
    }

    .header {
    	width: auto;
    }

    .logo-small,
    .navigation {
    	float: none;
    }

    .navigation {
    	line-height: 40px;
    }

    .navigation li {
    	display: inline-flex;
    	float: none;
    }

    .trailer {
    	padding-top: 25px;
    }

    iframe {
    	height: 270px;
    	width: 480px;
    }

    .media figure {
    	margin: 0 auto;
    	width: 90%;
    }
}

@media screen and (max-width: 480px) {
	iframe {
		height: 180px;
		width: 320px;
	}

	hr {
		padding-top: 40px;
	}

	.mailing-list {
		padding-top: 25px;
	}

	.overview,
	.story,
	.features,
	.media {
	    padding-top: 15px;
	}

	.features ol {
		padding-left: 10px;
		padding-right: 10px;
	}
}
