@charset "utf-8";
/* CSS Document */

body, html {height:100%}
body {
	background:url(../images/background.JPG) top center;
	font-family:'Open Sans',sans-serif; font-size:100%;
	}



#headerCont{height:50px; background-color:#a8c656; box-shadow:0px 2px 4px rgba(0,0,0,.5); }

#header h2 {height:50px; text-align:left; color:#FFF; line-height:50px; z-index:99;}

#info{
	position:absolute;
	display:none;
	width:100%;
	left:0;
	background-color:#FFF;
	text-align:left;
	margin:0 auto;
	padding:4%;
	z-index:9999;
	box-shadow:0px 2px 4px #000;

}



#controls{
	float:right;
	position:absolute;
	right:30px;
	top:5px;}

.controlBtn{
	display:inline-block;
	cursor:pointer;
	background-color:#FFF;
	background-position:top left;
	background-size:25px 25px;
	width:25px;
	height:25px;}


.controlBtn:hover{
	background-color:#222;
}



.btn {	
	
	width:220px; 
	height:80px;
	background-color:#e2a853;
	padding:12px auto;
	line-height:80px;
	color:#FFF;
	text-align:center;
	font-weight:bold;
	cursor:pointer;
}

.btn:hover{color:#222; box-shadow:0px 3px 3px #222;}


#footer {
	position:fixed;
	bottom:0; 
	width:100%; 
	background-color:#778691; 
	height:40px;
	color:#FFF; 
	text-align:center; 
	line-height:30px;}


#stage{width:100%; position:relative;}


#popUp  {
	position:absolute;
	top:60px;
	width:30%;
	background-color:#FFF;
	padding:2%;
	border:solid 12px #e2a853;
	visibility:hidden;
	z-index:999;
	left:50%;
	margin-left:-15%;
	height:70%;
	
	}

#popUpClose{
	cursor:pointer;
	color:#262626;
	position:absolute;
	right:5px;
	padding-left:5px;
	top:0px;
	height:30px;
	width:30px;
	
	border-radius:8px;
	line-height:30px;
	
}


#stageBtns > *
{

	display:inline;
	padding:12px;

}

#drags{width:30%; height:100px; display:inline-block; float:left; cursor:pointer;}
.drag{width:98%; height:98%; display:block; background:green;  text-align:center}

.holder {width:25%; height:100px; float:left; margin:1%; padding:1%; border:solid}
.holder:hover {background-color:rgba(0,255,0,.3);}
.clear{clear:both}


#showPop {display:none}
#dropGraph{background:url(../images/sci.png) no-repeat;
	background-size:100%; 
	background-position:right 20px;
	position:relative; 
	width:70%;
	height:500px; 
	display:inline-block;
}
#time{font-size:2em;width:70%; text-align:center; float:right; }
#question{position:absolute;
	display:inline-block;
	background:#9CC;
	width:50%;
	min-height:220px;
	padding:12px;
	border-radius:12px;
}

#question:after{width: 0;
	content:"";
	height: 0;
	border-style: solid;
	border-width: 50px 0 50px 50px;
	border-color: transparent transparent transparent #9cc;
	position:absolute;
	top:40px;
	right:-40px;
}

#drop{
	position:absolute; 
	bottom:0;
	left:5%;
	display:block;
	width:90%;
	height:250px; 
}




@media only screen
and (max-device-width: 800px){


#header_cont{height:10%;}
.section {height:80%;}
#content{height:80%}
#stage{height:100%;}

#drags{height:100%}
#dropGraph{height:100%}

#drop {height:50%}
#stageBtns{height:17%; margin-top:3%;}
#footer{
	height:10%;
}

#drags{width:30%;}
.drag {
width:31%;
height:auto;
margin:1%;
background:none;
}

#question {
	min-height:130px;
}


	
}

/* iPads (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) {
	

	.btn{
	height:40px;
	width:110px;
	line-height:40px;}
	
/* Styles */
}


