body {
	font-family: 'Kreon', serif;
	/* font-family: 'Open Sans', sans-serif; */
	color: #e9f3aa;
	font-size: 30px;

	margin: 0;
	height: 100%;

	background-color: #C1E572;
	background-image: url("images/gradient.png");
	background-attachment: fixed;
	background-repeat: repeat-x;
	background-size: 10px;
}

.parallax {
	top: 0;
}

.bg-centered {
	position: fixed;
	background-size: 960px;
	background-repeat: no-repeat;

	width: 100%;
	max-width: 960px;
	bottom: 0;

	left: 50%;
	transform: translateX(-50%);
}

.bg-rocky {
	background-image: url("images/bglayer1.png");
	top: 360px;
}

.bg-title {
	background-image: url("images/newlogo.png");
	max-width: 500px;
	background-size: 500px;
	top: 25px;
}

.bg-clouds {
	background-position: top;
	background-image: url("images/clouds.png");
	opacity: 0.75;
}

.bg-wide {
	position: fixed;
	width: 100%;
	bottom: 0;
}

.bg-trees {
	background-image: url("images/repeattrees.png");
	background-image: repeat;
	top: 800px;
}

.bg-treetops {
	background-image: url("images/repeattrees_top.png");
	background-repeat: repeat-x;
	top: 551px;
}

.claire {
	position: relative;
	width: 220px;
	margin-top: -150px;
}

.content {
	position: relative;
	text-align: center;
	margin: 630px auto 0;
	max-width: 960px;
}

.green-panel {
	padding: 0 80px 40px 80px;
	background-color: #507b4d;
}

.gif-screenshot {
	box-shadow: 2px 2px 10px 0px rgba(84, 71, 46, 0.5);
	margin: 8px 12px;
}

.bullet {
    font-size: 0.6em;
    padding: 0.4em;
    bottom: 0.1em;
    position: relative;
}

.green-panel-treetops {
	position: absolute;
	width: 100%;
	height: 270px;
	margin-top: -265px;
	top: 0px;

	background-image: url("images/bglayer2.png");
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: 50% 103%; /* Prevent edge bleeding! */
	border-bottom: 500px solid #507b4d; /* This large green border will be get overlapped due to parallax. */
}

/* Prevent edge bleeding! */
.green-panel-treetops::before {
	content: "";
	background-color: #507b4d;

	position: absolute;
	top: 99%;
	bottom: -20px;
	left: 0;
	right: 0;
}

.description {
	position: relative;
	margin: 1em 0 1.5em 0;
}

.merch {
	max-width: 700px;
    margin: 2em auto;
}

.bandcamp {
	box-shadow: 2px 2px 10px 0px rgba(84, 71, 46, 0.5);
	max-width: 700px;
	width: 100%;
	margin: 10px auto;
}

.fangamer {
    width: 100%;
    margin: 15px auto;
    box-shadow: 2px 2px 10px 2px rgba(84, 71, 46, 0.5);
}

.info {
	position: relative;
	font-size: 0.8em;
	color: #e9f3aa;
	margin: 0em 2em 2em 2em;
}

.thin {
	margin: 1em auto;
	max-width: 60%;
}

.credit {
	display: inline-block;
	width: 225px;
	margin: 1em 1em;
}

.divider {
	width: 200px;
	margin: auto;
	display: block;
}

.available {
	margin: 1em auto;
	padding: 0em 2em;
}

.availablelater {
	margin-top: 0.35em;
	font-size: 0.8em;
	color: #e9f3aa;
}

.icon {
	display: inline-block;
    width: 48px;
    vertical-align: middle;
    margin: 10px;
}

.widget {
	/* width: 700px; */
	margin: 1em auto;
}

.widget iframe:first-child  {
	margin-bottom: 0.5em;
}

.video-container {
	box-shadow: 2px 2px 10px 0px rgba(84, 71, 46, 0.5);
	position: relative;
	padding-bottom: 56.25%;
	width: 100%;
	height: 0;
	overflow: hidden;
	margin: 45px 0;
}

.video-container iframe, .video-container object, .video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.screenshot {
	box-shadow: 2px 2px 10px 0px rgba(84, 71, 46, 0.5);
	margin: 1.25em auto;
	width: 100%;
	max-width: 960px;
	max-height: 450px;
	overflow: hidden;
}

.screenshot .sssnext {
	max-height: 800px;
	opacity: 0;
}

.screenshot .sssprev {
	max-height: 800px;
	opacity: 0;
}

.screenshot:hover .sssprev {
	opacity: 1;
}

.screenshot:hover .sssnext {
	opacity: 1;
}

a, a:link, a:visited, a:active {
  color: #d3f386;
}

@media only screen and (max-width: 930px) {
	body {
		background-color: #507b4d;
	}
	.green-panel  {
		padding: 0 0 40px 0;
	}

	.gif-screenshot  {
		width: 100%;
		margin: 0;
	}

	.screenshot {
		margin: 0;
	}
  
	.not-mobile {
		display: none;
	}

	.thin {
		max-width: 75%;
	}
}

@media only screen and (min-width: 930px) {
	.only-mobile {
		display: none;
	}
}
