h2{
}
header{
	background-color: #8cae38;
	padding-top: 0;
}
header #logo{
	padding-top: 50px;
	padding-bottom: 50px;
}
header #logo img{
	max-width: 100%;
	width: 570px;
}
#download{
	background-color: #4c5c8f;
	color: #FFFFFF;
	padding: 50px 0;
	text-transform: uppercase;
}
#download h2{
	font-size: 2em;
}
#download hr{
	border-color: transparent !important;
}
.badge-link{
	margin-left: 10px;
	margin-right: 10px;
}
.btn.badge-link{
	color: #FFFFFF;
	padding: 19px;
	border: 2px solid #EEEEEE;
	border-radius: 8px;
	background: none;
}
.badge-link img{
	width: 250px;
}
.section-heading p{
	margin-top: 30px;
}
.game-img{
	height: 270px;
	width: 270px;
	margin: 0 auto;
}
.goblins{
	background: transparent url('../img/goblins.png') no-repeat center;
	background-size: 100%;
}
section#infinite-replayability{
	padding-top: 0;
}
.wooden-chest{
	background: transparent url('../img/wooden-chest.png') no-repeat center;
	background-size: 100%;
}
#screenshots-grid{
	background-color: #4c5c8f;
	list-style: none;
	margin: 0 auto;
	text-align: center;
}
#screenshots li{
	display: inline-block;
	margin: 10px;
    opacity: 1;
    transition: opacity .5s ease-out;
    -moz-transition: opacity .5s ease-out;
    -webkit-transition: opacity .5s ease-out;
    -o-transition: opacity .5s ease-out;
}
#screenshots li:hover {
    opacity: 0.5;
}
#screenshots li img{
	width: 150px;
}
footer .badge-link img{
	width: 160px;
	margin-bottom: 10px;
}

#privacy_policy a:link, #privacy_policy a:visited, #privacy_policy a:hover, #privacy_policy a:active{
	color: blue;
}
.bg_green{
	background-color: #8cae38;
}
