body{
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	margin: 2px;
	max-height: 804px;
}
h1{
	display: inline-block;
	font-size: 24px;
	color: #006d82;
	margin: 30px 0;
	font-weight: 300;
}
p{
	color: #666;
	font-size: 18px;
	font-weight: 300;
	line-height: 26px;
}
b{
	font-weight: 700;
}
a.gold_button{
	margin: 25px 0 40px 0;
	display: inline-block;
	padding: 15px 30px;
	color: #006d82;
	font-size: 24px;
	text-decoration: none;
	border: 2px solid #006d82;
}
a.gold_button:hover{
	background-color: #006d82;
	color: white;
}
.joico_models{
	width: 100%;
}

.joico_models img{
	float: left;
	width: 100%;
}

#footer p{
	font-size: 12px;
	color: #333;
	text-align: center;
}

#footer div img{
	width: 160px;
	margin-bottom: 20px;
}

.game_img img{
	width: 100%;
}

.game_img p{
	padding: 10px;
	background-color: #006d82;
	display: inline-block;
	color: white;
	margin: 0px;
	float: left;
}

.original.game_img p{
	background-color: none;
	margin-left: -40px;
	color: #333;
}

#different {
	position: absolute;
	background: url(../img/curl_game_wrong.jpg) no-repeat top left;
	width: 395px;
	height: 500px;
	top: 46px;
	z-index: 0;
	background-size: 395px auto;
}

#original_img{
	position: absolute;
	  background: url(../img/curl_game_original.jpg) no-repeat top left;
	  width: 395px;
	  height: 500px;
	  top: 46px;
	  z-index: 0;
	  background-size: 395px auto;
	  right: 0px;
}

#original_img:before{
	content: " ";
	width: 25px;
	height: 546px;
	background: url(../img/joico_logo_game.png) no-repeat;
	float: right;
	margin-right: -24px;
	margin-top: -46px;
}
#leaf-diff {
	position:absolute;
	background: url(../contest_files/leaf.png) no-repeat top left;
	width:395px;
	height:500px;
	z-index:1;
	display: none;
}
#light-diff {
	position:absolute;
	background: url(../contest_files/light.png) no-repeat top left;
	width:395px;
	height:500px;
	display:none;
	z-index:1;
}
#nolight-diff {
	position:absolute;
	background: url(../contest_files/nolight.png) no-repeat top left;
	width:395px;
	height:500px;
	display:none;
	z-index:1;
}
#sauce-diff {
	position:absolute;
	background: url(../contest_files/sauce.png) no-repeat top left;
	width:395px;
	height:500px;
	display:none;
	z-index:1;
}
#petal-diff {
	position:absolute;
	background: url(../contest_files/petal.png) no-repeat top left;
	width:395px;
	height:500px;
	display:none;
	z-index:1;
}

#leaf-diff, #light-diff, #nolight-diff, #sauce-diff, #petal-diff {
	left:0px;
	top:50px;
}

#transparentmap {
	z-index: 9999;
	position: absolute;
	top: 46px;
}
#form_container {
	display:none;
	color:#fff;
	background-color: white;
	border: 5px solid #006d82;
	position:absolute;
	top:180px;
	left:200px;
	z-index:9999999;
	padding:10px;
	width: 400px;
}

#form_container h2{
	color: #333;
	margin-bottom: 0px;
}

#form_container input[type="text"]{
	width: 100%;
	box-sizing: border-box;
	padding: 10px;
	outline: 0px;
	margin-bottom: 20px;
}

#form_container p{
	font-size: 16px;
	color: #333;
}

#form_container #submit{
	display: inline-block;
	padding: 15px 30px;
	color: white;
	font-size: 24px;
	text-decoration: none;
	border: 2px solid #006d82;
	background-color: #006d82;
}

/* Facebook iframe design */ 
@media only screen and (min-width: 760px) and (max-width: 980px) {
	body{
		background-color: white;
	}
}

/* Index mobile design */ 
@media only screen and (min-width: 0px) and (max-width: 760px) {
	h1{
		font-size: 18px !important;
	}
	p{
		font-size: 16px !important;
		line-height: 24px !important;
	}
	
	a.gold_button{
		margin: 80px 0 !important;
	}
}
