/* Eric Meyer's Reset CSS v2.0 - http://cssreset.com */
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{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}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:none}table{border-collapse:collapse;border-spacing:0}

/* Stylesheet */

body {
	font-family: 'Exo', sans-serif;
	font-size: 14px;
	line-height: 16px;
	color: #ffffff;
	background: #000000;
	background-size: cover;
	font-weight: 400;
}

body {
	background: url(img/background.jpg) top center fixed no-repeat #000000;
}

#page {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}

#menu {
	position: fixed;
	bottom: 0px;
	left: 0px;
	width: 100%;
	padding-top: 14px;
	padding-bottom: 14px;
	background: #046c9b;
	color: #ffffff;
}

#buttons {
	float: right;
	margin-right: 30px;
}

#header {
	margin-top: 80px;
	text-align: center;
	line-height: 20px;
	font-size: 18px;
	font-weight: 700;
}

#trailer {
	margin-top: 50px;
	width: 864px;
	height: 486px;
	border: 2px solid #046c9b;
	margin-left: auto;
	margin-right: auto;
}

h2 {
	font-weight: 700;
	font-size: 18px;
	color:#046c9b;
	margin-bottom: 20px;
}

#content {
	
}

.column {
	float: left;
	width: 480px;
}

.column1 {
	float:left;
	width:380px;
	padding-top: 40px;
}

.column2 {
	float:left;
	margin-left:30px;
	width:550px;
	text-align:center;
	font-weight: 600;
}

.column-center {
	width: 480px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#footer {
	clear: both;
	padding-top: 60px;
	padding-bottom: 200px;
	text-align: center;
	color:#046c9b;
	font-weight: 600;
	line-height: 20px;
}

a {
	color: #ffffff;
	text-decoration: none;
	font-weight: 400;
}

a:hover {
	color: #a1cfe8;
}

.blue {
	color: #046c9b;
}

.center {
	text-align: center;
}

#humblewidget {
	display:block;
	margin-left:auto;
	margin-right:auto;
}

#steamwidget {
	width: 646px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
}


/***** PRESS *****/

#press-menu {
	background: #046c9b;
	color: #ffffff;
	position: fixed;
	width: 180px;
	height: 100%;
	top: 0px;
	left: 0px;
	text-align:left;
	padding: 60px;
}

#press-menu h1 {
	color: #ffffff;
	text-align:left;
	margin-bottom:10px;
	margin-top: 0px;
	line-height: 24px;
}

#press-menu .dark {
	color: #a1cfe8;
}

#press-content {
	margin-left: 380px;
	margin-top: 60px;
	width: 600px;
	font-size : 14px;
}

.trailer {
	border: 2px solid #046c9b;
}

.seperator {
	height: 80px;
	clear: both;
}

.seperator-small {
	height: 30px;
	clear: both;
}

a.button {
	border: 2px solid #a1cfe8;
	font-size: 14px;
	line-height: 16px;
	background: #046c9b;
	padding: 12px;
	padding-left: 16px;
	padding-right: 16px;
	color: #ffffff;
	font-weight: 700;
	text-transform: uppercase;
}

#press-screenshots a.screenshot {
	display: block;
	width: 180px;
	height: auto;
	border: 2px solid #046c9b;
	float: left;
	margin-left: 20px;
	margin-bottom: 20px;
}

#press-screenshots a.screenshot img {
	width: inherit;
	float: left;
}

#press-screenshots a.screenshot:nth-child(3n +2) {
	margin-left: 0px;
}

.logo {
	background: #222222;
}

