/*keep this same for all*/
/*the main div container parallel to and above mainBox div*/
#wepLab5
{
	position: relative;
	width:100%;
	height:100%;

	top:0%;
	left:0%;

	margin:0;
	padding:0;	

	/*background-color: #37C2DA;*/
	
	/*change only this*/
	background-image: url("http://gituploads.olenepal.org/epaath_media/activity/grade7/science/scwep01/page5/image/BgBlue.png");
}

/*slideA*/
#lab5slideA{
	/*display: none;*/
	position: absolute;
	top:0%;
	left:0%;

	width: 100%;
	height: 100%;
}

/*energyDefinetion*/
#energyDef
{
	position: absolute;
	top:5%;
	
	width: 100%;
	text-align: center;
	
	color:white;

	font-size: 2em;

	text-shadow:0px 6px 8px #000000;	

	white-space: nowrap; /*makes the text if out of screen invisible*/

	font-weight: bolder;
}

#forExample
{
	display: none;
	position: absolute;
	top:20%;
	left: 5%;

	font-size: 2em;

	color: white;

	font-weight: bolder;
}

/*manWalk div */

#lightBulb{
	display: none;
	position: absolute;
	top:40%;
	left:5%;

	width:25%;
	height: 30%;

	/*border-right: 2px solid rgba(0,0,0,0.3);*/
}

#lightBulb > p{

	/*display: none;*/
	position: absolute;
	top:150%;
	left:10%;
	font-size: 1.5em;

	color:brown;

	text-shadow:0px 6px 8px white;

}

#lightBulb > img{
	position: absolute;
	top:0%;
	
	text-align: center;

	width:50%;
}

/*manCarry div*/

#manCarry{
	display: none;
	position: absolute;
	top:36%;
	left:27%;

	width:20%;
	height: 30%;

	/*border: 1px solid;*/
}

#manCarry > p{

	/*display: none;*/
	position: absolute;
	top:160%;
	left:20%;

	font-size: 1.5em;

	color:blue;

	text-shadow:0px 6px 8px white;


}

#manCarry > img{
	position: absolute;
	top:0%;
	left:0%;

	width:80%;
}

/*manPlay div*/

#manPlay{
	display: none;
	position: absolute;
	top:38%;
	left:45%;

	width:25%;
	height: 30%;

	/*border: 1px solid;*/
}


#manPlay > p{

	/*display: none;*/
	position: absolute;
	top:150%;
	left:45%;

	font-size: 1.5em;

	color:#FBE106;

	text-shadow:0px 6px 8px white;


}

#manPlay > img{
	position: absolute;
	top:0%;
	left:20%;

	width:70%;
}

/*tableFan div*/
#tableFan{
	display: none;
	position: absolute;
	top:38%;
	left:75%;

	width:25%;
	height: 40%;
	/*border: 1px solid;*/
}

#tableFan > p{
	/*display: none;*/
	position: absolute;
	top:110%;
	left:30%;

	font-size: 1.5em;

	color:darkgreen;

	text-shadow:0px 6px 8px white;

}

#tableFan > img:nth-of-type(1){
	position: absolute;
	top:0%;
	left:11%;

	width:75%;
}

#tableFan > img:nth-of-type(2){
	position: absolute;
	top:3%;
	left:25%;

	width:58%;
}

/*go to toSlideAPart2*/
#toSlideB{
	display: none;
	position: absolute;
	z-index: 10;
	padding: 0;
	top: 88%;
	right: 0%;

	padding:1%;
	cursor: pointer;
	/*background: #fff;

	border-radius: 50%;

	color: #890000;
	box-shadow: 0 0 5px 2px #890000, 0 0 5px #c9c9c9;*/
	width: 8%;
}

/*
#toSlideB:hover{ background: #c9c9c9;
               color: blue;}

*/

/*slideB*/
#lab5slideB{
	display: none;
	position: absolute;
	top:0%;
	left:0%;

	width: 100%;
	height: 100%;
}
/*text for slide B*/
#slideBtext{
	/*display: none;*/
	
	position: absolute;
	
	padding:1% 2%;
	width: 100%;
	text-align: center;
	
	color:white;

	font-size: 1.5em;
}

#sun, #food, #river{
	display: none;
	position:relative;
	top:15%;
	
	width:100%;
	height: 25%;

	margin-bottom: 2%;

	/*border: 1px solid;*/
}

#sun > p, #food > p, #river > p{
	position: absolute;
	top:30%;
	left:25%;

	font-size: 1.5em;

	color:darkgreen;
}

#sun > img, #food > img, #river > img{
	position: absolute;
	top:0%;
	left:8%;

	width:15%;
	height: 100%;
}

#food > img{
	left:73%;

	width:20%;
	height:120%;
}

#food > p{
	left:7%;
	color: darkblue;
}

#river > p{
	
	color: darkred;
}

/*to slide A*/
#toSlideA, #toSlideC{
	display: none;
	position: absolute;
	z-index: 10;
	padding: 0;
	top: 88%;
	left: 1%;

	padding:1%;
	cursor: pointer;
	width: 8%;
	/* background: #fff;

	border-radius: 50%;
	
	color: #890000;
	box-shadow: 0 0 5px 2px #890000, 0 0 5px #c9c9c9;
	*/
}

/*
#toSlideA:hover, #toSlideC:hover{ background: #c9c9c9;
               color: blue;
           }
*/
#toSlideC{
	left:92%;
}

/*lab5slideC*/
#lab5slideC{
	display: none;
	position: absolute;
	top:0%;
	left:0%;

	width: 100%;
	height: 100%;
}

/*text for slideC*/
#slideCtext{
	/*display: none;*/
	
	position: absolute;
	
	padding:1% 2%;
	width: 100%;
	text-align: center;
	
	color:white;

	font-size: 1.5em;
}

#toSlideBfromC{
	display: none;
	position: absolute;
	z-index: 10;
	padding: 0;
	top: 88%;
	left: 2%;
	cursor: pointer;
	padding:1%;
	width: 8%;
	/*background: #fff;

	border-radius: 50%;
	
	color: #890000;
	box-shadow: 0 0 5px 2px #890000, 0 0 5px #c9c9c9;*/
}
/*
#toSlideBfromC:hover{ 
	background: #c9c9c9;
    color: blue;
    }*/

/*all energy div*/
#allEnergy{
	/*display: none;*/
	position: absolute;
	top:5%;
	left:0%;
	width:100%;
	height:85%;

	/*border: 1px solid;*/
}

#allEnergy > div{
	display: none;
	position: relative;
	top:10%;
	left:2%;

	margin-right: 5%;

	width:20%;
	height:35%;
	
	display: inline-block;
	/*border:1px solid red;*/
}


#allEnergy > div:nth-of-type(4n){
	margin-right: 0%;

}

#allEnergy > div:nth-of-type(-n+4){
	margin-bottom: 5%;

}

/*allenergy div texts*/
#allEnergy > div > p{
	/*display: none;*/
	position: absolute;
	top:90%;

	color: white;

	width: 100%;
	text-align: center;
	
	font-size: 1.5em;

	text-shadow:0px 6px 8px #000000;
}


/*all the images inside allEnergy div*/
#allEnergy > div > img{
	position: absolute;
	top:0%;
	left:20%;

	width: 50%;
}

/*overrides for images in allEnergy div*/
#allEnergy > div:nth-of-type(1) > img{
	width:70%;
}

#allEnergy > div:nth-of-type(2) > img{
	top:10%;
	width:70%;
}

#allEnergy > div:nth-of-type(5) > img{
	top:25%;
	width:70%;
}

#allEnergy > div:nth-of-type(6) > img{
	top:25%;
	left:15%;
	width:70%;
}

#allEnergy > div:nth-of-type(7) > img{
	top:10%;
	left:25%;
	width:40%;
}



#toSlideB:hover #activityNextHoverBtn,
#toSlideA:hover #activityPrevHoverBtn,
#toSlideC:hover #activityNextHoverBtn,
#toSlideBfromC:hover #activityPrevHoverBtn
{
  display: block;
}


#toSlideB:hover #activityNextBtn,
#toSlideA:hover #activityPrevBtn,
#toSlideC:hover #activityNextBtn,
#toSlideBfromC:hover #activityPrevBtn
{
  display: none;
}








