.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }

.se-pre-con 
{
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: center no-repeat #fff;
}
body
{
	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	background-attachment:fixed;
	background-repeat: no-repeat;
	background-position:center;
	background-size:100% 100%;
}
.borderClass
{
	border: 3px solid black;
    box-shadow: inset 0 0 87px black;
}
.noPadding
{
	padding:0px!important;
}
#message
{
    font-size: 7vw;
    font-weight: bold;
    margin-top: 24vh;
}
#gamepage,#endpage
{
	display:none;
}
#homeImg
{
	display:none;
}
.imageDivs
{
	box-shadow:20px 20px 50px 10px pink outset;
}

#scoreText{
	font-size: 30px;
	font-weight: bold;
	margin:-4% 0% 0% 90%;
}

#msgText{
	font-size: 3vw;
	margin-top:-5%;
	font-weight: bold;
	color:black;
}

#responseBox {
    margin-top: 25vh;
    background-color: #185b94;
    color: white;
}
#Yes,#No
{
	background-color:rgb(249,185,0);
	color:black;
	font-size:1.7vw;
}
#correctWrongDiv {
margin-bottom: 4vh;
}
#showMePageDiv
{
	margin-top:1.5vh;
}
