@charset "utf-8";
/* CSS Document */

body {
	background:url("res/background.png") 50% 0% no-repeat #000000;
	background-size: cover;
	color: #000;
	cursor: default;
	font: 14px/20px "Georgia", "Times", serif;
	text-shadow: 2px 2px 3px #000000;
	margin:0;
}

a:active, a:link, a:visited {
	color:#999;
	text-decoration:underline;
}

a:hover {
	text-decoration:none;
}

#wrapper { 
	margin: 0px auto;
	overflow: visible;
	width: 1024px;
}

#pre-header {
	background:url(res/tagline.png) center no-repeat;
	height:45px;
}

#header {
	background:url("res/logo.png") center no-repeat;
	height:304px;
}

#about {
	background:url("res/postit.png") right no-repeat;
	height:515px;
	width:523px;
	position:absolute;
	margin-left:550px;
}

#about-inner {
	height:90%;
	width:350px;
	margin: 70px 50px;
	position:relative;
	vertical-align:top;
}

#video {
	color: #FFF;
	height:360px;
	width:480px;
	float:left;
}

#screenshots {
	height:200px;
	clear:both;
	position:relative;
	padding-top:110px;
}

#screenshots-container img {
	float:left;
	margin-right:5px;
	border: 1px solid #211E1C;
}

#screenshots-container img:hover {
	border: 1px solid #322D2A;
}

#coming-soon {
	background:url(res/coming_soon.png) no-repeat;
	position:relative;
	width:183px;
	height:113px;
	margin-left:190px;
	margin-top:-10px;
	z-index:100;
}

#download {
	background:url(res/download.png) no-repeat;
	position:absolute;
	width:270px;
	height:125px;
	margin-left:190px;
	margin-top:-20px;
	z-index:100;
	vertical-align:bottom;
}

#links {
	vertical-align:bottom;
	position:relative;
	margin-top: 85px;
	margin-left:-50px;
	color:#FFFFFF;
	text-align:center;
}

#links a:link {
	color:#0C3;
}

#footer {
	height: 50px;
	margin: auto;
	clear: both;
	text-align: center;
	position: relative;
	color: #FFF;
}

#copyright {
	float:left;
	padding-right:10%;
}

#ads {
	text-align:center;
	display: inline-block;
	margin: auto;
}

@media
screen and (max-width : 1000px),
screen and (-webkit-min-device-pixel-ratio: 2),
screen and (   min--moz-device-pixel-ratio: 2),
screen and (     -o-min-device-pixel-ratio: 2/1),
screen and (        min-device-pixel-ratio: 2),
screen and (                min-resolution: 192dpi),
screen and (                min-resolution: 2dppx),
screen and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2),
screen and (max-device-width: 320px) and (-webkit-min-device-pixel-ratio: 1) { 

#wrapper {
	width: 100%;
}

#header, #pre-header {
	background-size: contain;
}

#header {
	height:280px;
}

#video {
	height: 400px;
	width: 100%;
	text-align: center;
}

#sequel-noti {
	width:100%;
	text-align:center;
}

#about-headline {
	text-align: center;
  	width: 100%;
}

#about {
	background: url("res/postit.png") center no-repeat;
	height: 515px;
	width: 100%;
	position: relative;
	margin: 0 auto;
}

#about-inner {
	height: 90%;
	width: 90%;
	max-width:320px;
	margin: 0 auto;
	padding-top: 60px;
	position: relative;
}

#download {
	width: 100%;
	margin: -20px auto;
	text-align:center;
}

#links {
  margin-top: 105px;
  margin-left:0;
  width:100%;
  text-align:center;
  font-size: 1.5em;
}

#screenshots {
	height: auto;
	clear: both;
	margin: 0 auto;
	position: relative;
	display:table;
	padding-top: 75px;
	padding-bottom: 25px;
	text-align:center;
}

#screenshots-container {
	margin: auto;
	width: 90%;
}

#screenshots a img {
	box-sizing: border-box;
	float:none;
}

#footer {
	padding:10px;
	box-sizing:border-box;
}

#ads {
	padding-top: 25px;
}

}

@media 
screen and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2),
screen and (max-device-width: 320px) and (-webkit-min-device-pixel-ratio: 1) { 

iframe {
	width: 300px;
	height: 220px;
}

}
