body{
	background-color: #fff;
	font-family: "Myriad Pro", Helvetica, Arial, "sans-serif";
	position: relative;
	padding: 0px;
	margin: 0px;
	color: #000;
	font-size: 1em;
	min-height: 1400px; /* needed for portrait iPhones */ 
	overscroll-behavior: contain; /* stops refresh when screen is pulled to top on mobile */ 
	}

img {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
	}
.noInput{
	pointer-events: none;
	-webkit-user-select: none; /* Safari */        
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* IE10+/Edge */
	user-select: none; /* Standard */
	}

/* main links */ 
a:link, a:visited, .link{
	color: #0097fe;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
	}
a:hover, .link:hover{
	color: #6cb9ff;
	}	 	 

.link-red{
	color: #b50000;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
	}
.link-red:hover{
	color: #ff3333;
	}

hr{
	clear: both;
	padding: 0px;
	margin: 20px 0px 0px 0px;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc; 
	}
h1{
	color: #0097fe;
	padding: 15px 0px 10px 0px;
	margin: 0px 0px 0px 0px;
	font-size: 3em;
	text-align: left;
	font-weight: bold;
	}
h2{
	font-weight: bold;
	font-size: 3em;
	line-height: .9em;
	padding: 25px 0px 0px 0px;
	margin: 0px;
	}
h3{
	font-weight: bold;
	font-size: 2.5em;
	padding-top: 15px;
	}
p{
	font-size: 2.25em;
	}
#credit-scene li, #howPlay-scene li{
	font-size: 2.25em;
	line-height: 1.25em;
	padding: 8px 0px 8px 0px;
	}

#preload{
	display: none;
	}

.printOnly{
	display: none;
	}

/* SCENES ------------------- */
#intro-scene, #howPlay-scene, #credit-scene{
	padding: 10px 20px 30px 20px;
	}

#gameWrapper{
	display: block;
	position: relative;
	text-align: left;
	width: 900px;
	padding: 0px 0px 0px 0px;
	margin: 0px auto 0px auto;
	}

/* FOOTER ------------------- */
#footer{
	margin: 20px auto 10px auto;
	position: relative;
	display: block;
	clear: both;
	text-align: left;
	width: 860px;
	padding: 5px 20px 0px 20px;
	border-top: 1px solid #ccc; 
	}	
#footer p{
	font-weight: normal;
	font-size: 1.5em;
	margin: 0px 0px 5px 0px;
	color: #aaa;
	}	
#footer a{
	font-weight: normal;
	color: #aaa;
	}
#footer a:hover{
	color: #50a8ff;
	text-decoration: underline;
	}	

/* MAIN BUTTONS ------------------- */	
.sceneButton{
	display: inline-block;
	position: relative;
	padding: 0px 5px 0px 5px;
	cursor: pointer;
	font-weight: bold;
	margin-top: 3px;
	margin-left: 0px;
	margin-right: 0px;
	background-color: #AEDAFF;
	border-radius: 2.5em;
	border: 1.5px solid #fff;
	}
/* noinput needed on p so wrapper can use event listeners */	
.sceneButton p, .infoBox .sceneButton p, #gameModeSelectionWrapper .sceneButton p{
	padding: 12px 12px 12px 12px;
	margin: 0px;
	font-size: 2.25em;
	color: #000;
	pointer-events: none;
	-webkit-user-select: none; /* Safari */        
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* IE10+/Edge */
	user-select: none; /* Standard */
	}
.sceneButton:hover{
	background-color: #83CDFF;
	z-index: 50;
	}
.sceneButton a:hover, .sceneButton a:link, .sceneButton a:visited{
	color: #000;
	}				
.clear{
	clear: both;
	padding: 0px;
	margin: 0px;
	line-height: 0px;
	}
/* more games button on Index page */
.sceneButton .more-games{
	background-color: #C5E8FF;
	margin-top: 30px;
}		
/* QUIT BUTTION */
.quit{
	float: right;
	background-color: #ff3333;
	}	
.quit:hover, .quit2:hover{
	background-color: #e50000;
	}
.quit a:hover, .quit a:link, .quit a:visited,
.quit2 a:hover, .quit2 a:link, .quit2 a:visited{
	color: #fff;
	}	
.quit p, .infoBox .quit2 p{
	color: #fff;
	}	

/* BUTTON BACK TO MAIN MENU IN WARNING TEXT OF PLAY GAME PAGE */
.quit2{
	background-color: #ff3333;
	margin: 10px 0px 10px 0px;
	border: none;
	} 

/* ACTIVE BUTTON */		
.button-active{
	background-color: #ffcb92;
	}	
.button-active:hover{
	background-color: #ffb776;
	}		


/* IMAGES ------------------- */
.float-left{
	padding: 0px;
	margin: 0px 15% 0px 0px;
	width: 70%;
	position: relative;
	clear: both;
	}
.float-left-small{
	padding: 0px;
	margin: 0px 15% 0px 0px;
	width: 40%;
	position: relative;
	}		
.float-right{
	padding: 0px;
	margin: 0px 0px 0px 15%;
	width: 70%;
	position: relative;
	clear: both;
	}	
.float-right-small{
	padding: 0px;
	margin: 0px 0px 0px 30%;
	width: 30%;
	position: relative;
	}	
.float-left img, .float-right img, .float-right-small img{
	width: 100%;
	}
.float-left p, .float-right p, .float-right-small p{
	padding: 0px;
	margin: 0px;
	color: #aaa;
	font-size: .825em;
	}	
.top-padding{
	padding-top: 20px;
	}

/* HOW TO PLAY ------------------- */
#howPlay-scene dl{
	clear: both;
	padding: 12px 0px 12px 0px;
	margin: 0px;
	}
#howPlay-scene dd{
	padding: 10px 0px 0px 3px;
	margin-left: 10%;
	font-size: 2.25em;
	}	
#howPlay-scene dt{
	float: left;
	width: 8%;
	padding-right: 20px;
	}
#howPlay-scene dt img{
	width: 100%;
	float: left;
	padding-bottom: 1px;
	}
.icons-img, .icons-img2{
	padding:5px;
	border: 1px solid #cccccc;
	display: inline-block;
	}

/* MAIN ICONS ------------------- */
ul.indexIcons{
	text-align: center;
	padding: 0px;
	margin: 0px auto 0px auto;
	display: block;
	}
ul.indexIcons li{
	display: inline-block;
	width: 40%;
	padding: 0px 4% 0px 4%;
	margin: 0px auto 0px auto;
	text-align: center;
	vertical-align: top;
	color: #000;
	}					
ul.indexIcons li img{
	width: 65%;
	display: block;
	margin: 0px auto 10px auto;
	}					
ul.indexIcons p.icon-details{
	line-height: 1.15em;
	padding: 0px 5px 0px 5px;
	margin-top: 5px;
	color: #000000;
	}

/* BACK TO TOP BUTTON ------------------- */
#back-to-top{
	position: fixed;
	width: 6em;
	height: 6em;
	background-color: rgba(0,0,0,0.45);
	right: 0px;
	bottom: 0px;
	border-radius: 50%;
	text-align: center;
	margin-right: 1em;
	margin-bottom: 1em;
	padding-top: 0em;
	z-index: 1000;
	display: none;
	}
#back-to-top:hover{
	background-color: rgba(0,0,0,0.65);
	}
#tri {
  	width: 0; 
  	height: 0;
  	border-left: 2.25em solid transparent;
  	border-right: 2.25em solid transparent;
  	border-bottom: 2.5em solid #fff;
	margin: auto;
	padding-top: 1.4em;
	}	
		
/* INTRO SCENE ------------------- */	
#introScene{
	text-align: center;
	padding: 0px 0px 0px 0px;
	}
#main-title-wrapper{
	position: relative;
	width: 100%;
	padding: 30px 0px 50px 0px;
	margin: 0px;
	text-align: center;
	display: block;
	}	
#introScene h1{
	font-family: 'Luckiest Guy';
	font-size: 7em;
	line-height: .9em;
	padding: 20px 0px 0px 0px;
	display: block;
	color: #275389;
	font-weight: normal;
	text-align: center;
	}	

#factsWrapper{
	background-color: #d9f1ff;
	padding: 40px 20px 40px 20px;
	margin-top: 30px;
	}
#factsWrapper p {
	padding: 10px 0px 0px 0px;
	margin: 0px;
}	

/* ICONS ------------ */		

/* MENU BUTTON ON PLAY SCREEN */
#mainMenuButton, #mainMenuButton0{
	position: absolute;
	top: 20px;
	right: 10px;
	}
/* HOW TO PLAY BUTTON */		
#howPlayButton{
	cursor: pointer;
	display: block;
	width: 3.5em;
	padding: 0px;
	margin: 0px; 
	top: 27px;
	right: 220px;
	position: absolute;
	z-index: 400;
	}
#soundButton{	
	cursor: pointer;
	display: block;
	width: 3.5em;
	padding: 0px;
	margin: 0px; 
	top: 27px;
	right: 150px;
	position: absolute;
	z-index: 400;
	}	
.closeX{
	width: 3.5em;
	position: absolute;
	right: 20px;
	top: 20px;
	cursor: pointer;
	}
/* INFOBOX (top of screen) */
.infoBox{	
	background-color: #5A5077;
	padding: 40px 110px 35px 30px;
	margin: 0px 0px 0px 0px;
	position: relative;
	display: none;
	clear: both;
	}
.infoBox p{
	color: #ffffff;
	margin: 0px;
	padding: 0px;
	font-size: 2em;
	}	
#menuWarningText{
	background-color: #820000;
	}	

/* PREGAME SCREEN FOR SELECTING GAME OPTIONS */
#gameModeSelectionWrapper{
	margin: 20px;
	}
.gameModeBlock{
	padding: 20px 0px 30px 0px;
	}	
.gameModeBlock.first{
	padding: 0px 0px 25px 0px;
	}
.gameModeBlock.border{
	border-top: 1px dashed #aaaaaa;
	}	
.gameModeBlock h2{
	margin-top: 0px;
	margin-bottom: 10px;
	}				
/* option block */
.optionsBlock{
	padding: 0px 0px 15px 0px;
	}	
.optionsBlock p{
	padding: 0px 0px 3px 0px;
	margin: 0px;
	}			
/* option links */	
.gameModeOptions{
	margin: 10px 0px 10px 0px;
	}	
.gameModeOptions strong{
	color: #aaaaaa;
	font-weight: normal;
	}	
.gameModeOptions span{
	cursor: pointer;
	display: inline-block;
	padding: 4px 9px 3px 9px;
	margin: 0px 0px 3px 0px;
	background-color: #eeeeee;
	color: #000000;
	}	
.gameModeOptions span:hover{
	background-color: #dddddd;
	}	
.gameModeOptions span.active{
	background-color: #ffc5f4;
	}
.error{
	background-color: #ffdede;
	color: #ff0000;
	font-weight: bold;
	padding: 10px;
	margin: 5px 0px 5px 0px;
	display: none;
	}
/* WRAPPERS ------------------- */
#playScene, #pregameWrapper{
	padding: 10px 0px 10px 0px;
	}
#playScene h1, #pregameWrapper h1{
	padding-left: 20px;
	padding-right: 20px;
	}
#pregameWrapper ul{
	margin-top: 0px;
	margin-bottom: 0px;
	}
#gameScreenWrapper{
	display: block;
	position: relative;
	width: 900px;
	min-height: 600px;
	padding-top: 10px;
	}
#sceneWrapper{
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 0;
	}
.scene{
	padding: 0px;
	width: 900px;
	height: 600px;
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: top left;
	}
/* for main navigation buttons on the pregame screen */	
#navButtonsWrapper{
	padding: 0px 20px 0px 20px;
	}

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

/* WRAPPER FOR FIGURE IMAGES */	
#column1{
	position: relative;
	display: block;
	padding: 0px;
	margin: 0px;
	width: 330px;
	float: left;
	}
#column2{
	position: relative;
	display: block;
	padding: 0px 10px 0px 0px;
	margin: 0px;
	width: 560px;
	float: right;
	}			
#figureWrapper{
	touch-action: none;
	display: block;
	position: relative;
	border: 1px solid #cccccc;
	margin: 5px 15px 10px 15px;
	padding: 0px;
	}			
#figureWrapper img{
	-webkit-user-drag: none; 
	-khtml-user-drag: none; 
	-moz-user-drag: none; 
	-o-user-drag: none; 
	user-drag: none; 
	width: 300px;
	height: 672px;
	padding: 0px;
	margin: 0px;
	}	
#figure{
	padding: 0px;
	margin: 0px;
	}	
#figure img{
	display: block;
	}	
#skeleton{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 300px;
	height: 672px;
	}	



/* FIGURE FACING BUTTONS */
#figureViewButtons{
	text-align: center;
	margin: 0px 30px 0px 0px;
	}
#figureViewButtons div{
	position: relative;
	display: inline-block;
	margin: 10px auto 0px auto;
	font-size: 1.15em;
	}
#gotoFront p, #gotoBack p{
	padding: 0px 60px 0px 60px;
	margin: 0px;
	font-weight: bold;
	}	
#gotoFront img{
	position: absolute;
	width: 50px;
	left: 0px;
	top: 0px;
	}
 #gotoBack img{
 	position: absolute;
 	top: 0px;
 	right: 0px;
	width: 50px;
	}	

/* VIEWER BOX OVER SKELETON */

/* size classes actually indicate magnificaiton of inspection box */	
#viewerBox.small{
	width: 300px;
	height: 210px;
	}
#viewerBox.medium{
	width: 150px;
	height: 105px;
	}
#viewerBox.large{
	width: 75px;
	height: 53px;
	}
	
.grab{
	cursor: -webkit-grab; 
	cursor: grab;
	}	
.grab:active{
	cursor: -webkit-grabbing; 
	cursor: grabbing;
	}
/* INSPECTION BOX */
#inspectionBox{
	position: relative;
	display: block;
	border-top: solid 5px #d0e7fe;
	border-right: solid 5px #81b3fd;
	border-bottom: solid 5px #679cfc;
	border-left: solid 5px #81b3fd;
	background-color: #acd1fd;
	padding: 70px 15px 15px 15px;
	margin: 0px 0px 0px 0px;
	text-align: center;
	}
#inspectionBoxScreen{
	display: block;
	position: relative;
	background-color: #353535;
	width: 520px;
	height: 364px;
	overflow: hidden;
	}
#inspectionImageWrapper{
	position: absolute;
	left: 0px;
	visibility: hidden;
	}
#inspectionHotspots{
	position: absolute;
	top: 0px;
	left: 0px;
	}		
#inspectionImageWrapper.small img, #inspectionImageWrapper.small svg{
	width: 520px;
	}	
#inspectionImageWrapper.medium img, #inspectionImageWrapper.medium svg{
	width: 1040px;
	}
#inspectionImageWrapper.large img, #inspectionImageWrapper.large svg{
	width: 2080px;
	}	
/* HOTSPOT STYLES */
#hotspotWrapper path{
	fill: #004dd6;
	fill-opacity: 0;
	stroke: #004dd6;
	stroke-width: .5px;
	stroke-opacity: 0;
	}		
#hotspotWrapper path:hover{
	cursor: pointer;
	fill-opacity: .15;
	}
#hotspotWrapper .active,#hotspotWrapper .active:hover{
	fill-opacity: .3;
	stroke-opacity: 1;
	}
/* Not bone */
#hotspotWrapper path.notBone{
	fill: #fb0219;
	stroke: #fb0219;
	}		

/* MAGNIFIER BUTTONS */
#magnificationButtons{
	position: absolute;
	top: 15px;
	left: 15px;
	text-align: left;
	}	
#magnificationButtons p{
	padding: 0px;
	margin: 0px;
	font-size: 1.8em;
	}	
#magnificationButtons span{
	font-weight: bold;
	color: #0074ff;
	cursor: pointer;
	}
#magnificationButtons span:hover{
	color: #3198ff;
	}
#magnificationButtons span.active{
	color: #500096;
	}		
/* FEEDBACKBOX */	
#feedbackBoxWrapper{
	position: relative;
	display: block;
	padding: 40px 0px 40px 0px;
	}	

/* correct feedback text */
.correct{
	font-weight: bold;
	color: #0051c6;
	}

/* PARTS COUNTER, TIMER & ACCURACY */
#scoreboardWrapper{
	padding: 15px 0px 0px 0px;
	margin: 0px;
	display: none;
	}	
#partCounterWrapper{
	width: 100%;
	margin: 0px;
	padding: 0px;
	}
#accuracyWrapper, #timerWrapper{
	margin: 0px;
	padding: 0px;
	display: inline-block;
	width: auto;
	}		
#scoreboardWrapper p{
	font-size: 1.7em;
	padding: 0px;
	margin: 0px;
	line-height: 1em;
	}
#accuracyWrapper p::after {
	content: " | ";
	}	

/* PROGRESS BAR */
#progressBarWrapper{
	position: relative;
	display: none;
	width: 100%;
	height: 25px;
	background-color: rgba(179, 223, 255, .5);
	margin: 0px 0px 0px 0px;
	padding: 0px;
	}
#progressBar {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 0%;
	background-color: #0097fe;
	}

/* text which shows the game mode name at top of infobox */
#gameModeWrapper{
	position: absolute;
	color: #b3dfff;
	top: 5px;
	}
#gameModeWrapper p {
	text-transform: uppercase;
	font-size: 2.75em;
	padding: 0px;
	margin: 0px;
	font-weight: bold;
	}

/* EXPLORE ------------------- */ 

/* loads bone info text for explore */
#partInfo img{
	float: right;
	margin: 50px 0px 20px 20px;
	background-color: #ffffff;
	width: 200px;
	height: 200px;
	border: 1px solid #cccccc;
	}

/* FEEDBACK BOX ------------------- */  		
#feedbackBox{
	clear: both;
	padding-top: 30px;
	}
#boneIDFeedbackBox{
	clear: both;
	}	
#feedbackBox h2, #boneIDFeedbackBox h2{
	margin-top: 0px;
	padding-top: 0px;
	font-size: 2.25em;
	}
#feedbackBox p, #boneIDFeedbackBox p{
	font-size: 2em;
	margin: 15px 0px 15px 0px;
	}

/* PARTS ID GAME ------------------- */ 	
.blockWrapper{
	display: block;
	min-height: 170px;
	margin: 10px 0px 20px 0px;
	padding: 0px;
	}
#partsWrapper img{
	text-align: center;
	margin: 0px 0px 0px 10px;
	background-color: #ffffff;
	width: 150px;
	height: 150px;
	border: 1px solid #cccccc;
	float: right
	}	
#partsWrapper p {
	padding: 5px 30px 0px 0px;
	margin: 0px;
	font-size: 2em;
	line-height: .95em;
	}	
/* blocks in part ID game */		
.partIDTextFeedback{
	display: none;
	}	
.showAnswer {
	line-height: .9em;
	}	
/* Scorecard */
#scoreCard{
	padding: 10px 10px 0px 10px;
	display: inline-block;
	border: 1px solid #cccccc;
	margin-top: 20px;
	}
#scoreCard p{
	padding: 0px 0px 10px 0px;
    margin: 0px;
    line-height: 1.5em;
	font-size: 2em;
	}	
#scoreCard .scoreTitle{
	font-size: 2.5em;
    font-weight: bold;
    padding: 10px 0px 5px 0px;
    margin: 0px;
	}	
#gameFinishedWrapper{
	display: none;
	}
#gameFinishedWrapper p{
	font-size: 2.25em;
	margin-bottom: 0px;
	}	

/* FEEDBACK BOX BUTTONS */
.feedbackBoxButtonLarge{
	border-radius: 2.5em;
	background-color: #6d43a8;
	margin: 10px 0px 10px 0px;
	position: relative;
	display: inline-block;
	clear: both;
	padding: 0px 5px 0px 5px;
	cursor: pointer;
	text-align: center;
	}
/* noinput needed on p so div can use event listeners */		
#feedbackBoxWrapper .feedbackBoxButtonLarge p{
	padding: 9px 12px 9px 12px;
	margin: 0px;
	font-weight: bold;
	color: #ffffff;
	pointer-events: none;
	-webkit-user-select: none; /* Safari */        
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* IE10+/Edge */
	user-select: none; /* Standard */
	}
.feedbackBoxButtonLarge:hover{
	background-color: #4e3089;
	}	

/* Player name */
#playerName{
	font-size: 2.5em;
	padding: 5px;	
	width: 90%;
	margin: 15px 0px 5px 0px;
	border: 1px solid #cccccc;
	}		
/* PRINT ------------------- */ 
#printSummary{
	display: none;
	}
#playerPrintSummary{
	display: none;
	}
#printButton{
	margin-bottom: 30px;
}

/* Removes blue highlight when clicked */
a:active, img:active, .sceneButton:active, #howPlayButton:active, #soundButton:active, path:active, .toolOption:active{
	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    outline: none;
}	
