html,body {
	height: 100%;
}
body {
	font-family: 'Roboto Slab', serif;
	color: #333;
	margin: 0px;
	padding: 0px;
}

#main {
	width: 100%;
	height: 3450px;
	background: rgb(15,20,59); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(15,20,59,1) 0%, rgba(54,62,120,1) 15%, rgba(128,198,217,1) 38%, rgba(252,242,176,1) 68%, rgba(184,50,50,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(15,20,59,1)), color-stop(15%,rgba(54,62,120,1)), color-stop(38%,rgba(128,198,217,1)), color-stop(68%,rgba(252,242,176,1)), color-stop(100%,rgba(184,50,50,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(15,20,59,1) 0%,rgba(54,62,120,1) 15%,rgba(128,198,217,1) 38%,rgba(252,242,176,1) 68%,rgba(184,50,50,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(15,20,59,1) 0%,rgba(54,62,120,1) 15%,rgba(128,198,217,1) 38%,rgba(252,242,176,1) 68%,rgba(184,50,50,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(15,20,59,1) 0%,rgba(54,62,120,1) 15%,rgba(128,198,217,1) 38%,rgba(252,242,176,1) 68%,rgba(184,50,50,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(15,20,59,1) 0%,rgba(54,62,120,1) 15%,rgba(128,198,217,1) 38%,rgba(252,242,176,1) 68%,rgba(184,50,50,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f143b', endColorstr='#b83232',GradientType=0 ); /* IE6-9 */
}

#stars {
	position: absolute;
	top: 0px;
	width: 100%;
	height: 600px;
	background-image: url('ephemerid/stars.png');
	background-repeat: repeat;
}
#moon-container {
	position: absolute;
	top: 0px;
	right: 0px;
	overflow: hidden;
}
#moon {
	position: relative;
	top: -100px;
	right: -140px;
}
#clouds {
	position: absolute;
	top: 400px;
	width: 100%;
	height: 2600px;
	margin: 0 auto;
	overflow: hidden;
}

.cloud {
	position: absolute;
}
#cloud1 {
	left: -5%;
	top: 24%;
}
#cloud2 {
	width: 260px;
	left: 80%;
	top: 40%;
}
#cloud3 {
	width: 300px;
	left: 2%;
	top: 57%;
}
#cloud4 {
	left: 80%;
	top: 82%;
}

#header {
	margin: auto;
	width: 500px;
}
#logo {
	width: 500px;
	margin-top: 6px;
	margin-bottom: 8px;
}

#content {
	position: relative;
	margin: auto;
}
#content, .screenshot, #laurels {
	width: 800px;
}

#ephemerid-on-trees-1 {
	position: fixed;
	z-index: 200;
	bottom: 0%;
	left: 0%;
}
#ephemerid-on-trees-2 {
	position: absolute;
	z-index: 200;
	top: 3277px; // max height - 173px
	left: 0px;
}

#bottom-trees {
	position: absolute;
	top: 3350px;
	width: 100%;
	height: 100px;
	background-image: url('ephemerid/trees.png');
	background-repeat: repeat;
}
.video-holder {
	z-index: -100;
	position: absolute;
	margin-left: 2px;
	margin-top: 2px;
	float: left;
}
.video {
	width: 798px;
	height: 498px;
	border: 1px solid #202020;
}
.screenshot {
	margin-bottom: 20px;
	border: 2px dashed #FFF786;
}
#screenshot-video {
	cursor: pointer;
}
.dashed-border-red {
	border: 2px dashed #FF4A64;
}
@media all and (max-width: 1000px) {
	#ephemerid-on-trees-1 {
		display: none;
	}
	#ephemerid-on-trees-2 {
		display: table;
	}
}
@media all and (min-width: 1001px) {
	#ephemerid-on-trees-1 {
		display: table;
	}
	#ephemerid-on-trees-2 {
		display: none;
	}
}
@media all and (max-width: 1300px) {
	#purchase-links-1 {
		display: none;
	}
	#purchase-links-2 {
		display: table;
	}
}
@media all and (min-width: 1301px) {
	#purchase-links-1 {
		display: table;
	}
	#purchase-links-2 {
		display: none;
	}
}
#purchase-links-1, #purchase-links-2 {
	z-index: 10000;
}
#bandcamp-1, #steam-1 {
	margin-top: 16px;
}
#app-store-2, #bandcamp-2, #steam-2 {
	float: left;
}
#app-store-2, #steam-2 {
	margin-left: 130px;
	margin-right: 20px;
}
#app-store-1, #app-store-2, #bandcamp-1, #bandcamp-2, #steam-1, #steam-2 {
	cursor: pointer;
	padding: 0px;
	border: 2px solid transparent;
}
#app-store-1:hover, #app-store-2:hover, #bandcamp-1:hover, #bandcamp-2:hover, #steam-1:hover, #steam-2:hover {
	border: 2px dashed #FFF786;
	border-radius: 5px;
}
#purchase-links-1 {
	position: fixed;
	top: 40px;
	left: 1%;
}
#purchase-links-2 {
	position: relative;
	margin: auto;
	margin-bottom: 16px;
	margin-left: 50px;
}
#description {
	padding: 0px 50px 20px 50px;
	text-align: justify;
	font-weight: bold;
	color: #001C53;
	margin-top: 16px;
	font-size: 220%;
}
#description p {
	margin-bottom: 10px;
	font-size: 75%;
}
#laurels {
        margin-left: 20px;
	margin-bottom: 30px;
}
#laurels img {
        width: 180px;
	margin-left: 10px;
}
#footer {
	text-align: center;
	position: relative;
	z-index: 100;
	width: 100%;
	margin: 50px 0px 30px 0px;
	//background: transparent;
	//border: 2px dashed #FFF786;
}
#footer a {
	margin: 20px;
	font-size: 140%;
	text-decoration: none;
	color: #FF4A64;
	background-color: #FFF786;
	border: 2px solid transparent;
	border-radius: 8px;
	padding: 4px 10px 6px 10px;
}
#footer a:hover {
	border: 2px dashed #FF4A64;
	border-radius: 0px;
}
#superchop {
	margin: auto;
	margin-top: 0px;
	margin-bottom: 40px;
	width: 320px;
}