/* larger screens ------------------------------------------- 800px min width */
h1{
	font-size: 2em;
	padding-top: 5px;
	padding-bottom: 5px;
	}
h2{
	font-size: 1.75em;
	}
h3{
	font-size: 1.25em;
	}				
p, #credit-scene li, #howPlay-scene li{
	font-size: 1em;
	}
#gameWrapper{
	margin: 0px auto 5px auto;
	border: 1px solid #ccc;
	}	
#magnificationButtons p{
	font-size: 1em;
	}	
#main-title-wrapper{
	padding: 10px 0px 50px 0px;
	}

/* FOOTER */
#footer{
	padding: 0px;
	width: 900px;
	border: none;
	}
#footer p{
	font-weight: normal;
	font-size: .85em;
	}	

/* SCENE BUTTONS*/
.sceneButton p, .infoBox .sceneButton p, #gameModeSelectionWrapper .sceneButton p{
	font-size: 1.05em;
	padding: 7px;
	}

/* HOW TO PLAY PAGE */
#howPlay-scene dd {
	font-size: 1em;
	padding-top: 5px;
	margin: 0px 0px 10px 5%;
	}	
#howPlay-scene dt{
	padding-right: 5px;
	width: 4%;
	}
/* images of icons in How To Play page*/ 
.icons-img{
	width: 35%;
	text-align: left;
	}
.icons-img2{
	width: 45%;
	text-align: left;
	}		
.icons-img img, .icons-img2 img{
	width: 100%;
	}

/* ICON BUTTONS AT TOP OF GAME PLAY PAGE */ 		
#howPlayButton{
	width: 2em;
	top: 17px;
	right: 140px;
	}
#soundButton{	
	width: 2em;
	top: 17px;
	right: 100px;
	}	
.closeX{
	width: 2em;
	right: 20px;
	top: 20px;
	}
#mainMenuButton, #mainMenuButton0{
	top: 15px;
	z-index: 200;
	}		
/* HELP TEXT AND MENU BUTTON WARNING */ 	
.infoBox{	
	padding: 20px 90px 15px 20px;
	}		
.infoBox p{
	font-size: 1em; 
	}	

/* PREGAME SCREEN */
.gameModeOptions{
	margin: 0px;
	font-size: 1em;
	}		

/* GAME PORTION ----------------------------------- */

#inspectionBox{
	padding: 35px 15px 15px 15px;
	}

/* EXPLORE */
#partInfo img{
	margin: 10px 0px 0px 10px;
	width: 150px;
	height: 150px;
	} 	

/* PARTS ID GAME ------------------- */ 
.blockWrapper{
	min-height: none;
	width: 33%;
	float: left;
	}
#partsWrapper img{
	width: 130px;
	height: 130px;
	float: none;
	margin: 0px;
	}
/* progress bar*/
#progressBarWrapper{
	margin: 0px 0px 10px 0px;
	height: 15px;
	}	
/* Intro feedback */
#feedbackBox h2, #boneIDFeedbackBox h2{
	margin-top: 10px;
	font-size: 1.3em;
	font-weight: normal;
	}
#feedbackBox p, #boneIDFeedbackBox p{
	font-size: 1em;
	padding: 0px;
	margin: 10px 0px 10px 0px;
	}		
#gameModeWrapper p{
	font-size: 2.1em;
	}	

/* parts counter, accurac, timer */
#scoreboardWrapper p{
	font-size: .95em;
	margin: 0px;
	}	
#partCounterWrapper p::after, #accuracyWrapper p::after {
	content: " | ";
	}
#partsWrapper p {
	padding: 5px 20px 3px 0px;
	line-height: 1.05em;
	font-size: 1em;
	}
#partsWrapper p.showAnswer{
	line-height: 1.1em;
	}	
#gameFinishedWrapper p{
	font-size: 1em;
	}			
#scoreCard {
	margin-top: 10px;
	margin-bottom: 20px;
	}	
#scoreCard p{
	font-size: .95em;
	line-height: 1.5em;
	}	
#scoreCard .scoreTitle{
	font-size: 1.25em;
    font-weight: normal;
    padding-bottom: 0px;
 	} 

 #factsWrapper{
	padding: 20px 20px 40px 20px;
	}	