html{
	height:100%;
}
body
{
	user-select:none; 
	background-position:center;
	background-attachment:fixed;
	background-repeat:no-repeat;
	background-size:100% 100%;
	overflow:hidden;
}	
.se-pre-con {
	position: fixed;
	left: 0px;
	top:150px;
	width:100%;
	height: 100px;
	z-index: 9999;
	background-repeat: no-repeat;
	background-position:center;
}
.cell
{
	background-color:white;
	border-radius:2vw;
	border:1px solid black;
}
.nopadding
{
	padding:0!important;
}
.imgcls
{
	border-radius:1.5vw;
	height:25vh;
}
.btn 
{
    font-size: 1.7vw;
    margin-bottom: 2.5vw;
}
#gamePage
{
	margin-top:-2vh;
}
#OuterDiv
{
	margin-top:-1vh;
}
#homeImage
{
	visibility:hidden;
	z-index:100;
}
#logoImage
{
}
#playButton
{
	padding:0px;
}
#homeButton
{
	padding:0px;
}
#soundDiv
{
	margin-top: 72vh;	
}
#scoreText
{
	font-size:2.5vw;
	font-weight:bold;
	margin-top: 1vh;
	color: white;
}
#score
{
	font-size:3vw;
	font-weight:bold;
	margin-top: -2vh;
	color: white;
}
#smileeDiv
{
	 margin-top:-35vh; 
}
#clockDiv
{
	visibility:hidden;
}
#timerSpan,#secondsSpan
{
	font-size:4vw;
	font-weight:bold;	
}
#scoreDiv
{
	background-color:#53b7e9;
	border-radius:50%;
	height:18vh;
	visibility:hidden;
}
#bottomDiv
{
	bottom:0;
	position:fixed;
	z-index:-1;
}
#gameOverText
{
	margin-top: 0.5vh;	
	text-align:center;
	font-size:6vw;
	font-weight:bold;	
	color:white;
}
#endPage
{
	margin-top:5%;
	display:none;
}
#start
{
	font-size:2vw;
}
.closed
{
	float:right;
	margin-top:-2vh;
	color:red;
	font-size:2.5vw;
}
#header
{
	font-size:3vw;
	font-weight:bold;
	color:white;
}
#questionMsg
{
	font-size:2.2vw;
	font-weight:bold;
	color:white;
}
#message
{
	color:white;
	font-size:3vw;
	font-weight:bold;
}
.modal 
{
	display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 1; /* Sit on top */
	padding-top: 100px; /* Location of the box */
	left: 0;
	top: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: auto; 
	background-color: rgba(0,0,0,0.6); 
}
.modal-content
{
	background-color:#53b7e9 !important;
	margin-top:5vh;
}
#acknowledgementDiv
{
	margin-top: 1%;
	background-color: aliceblue;
	border: 0.22vw solid black;
	border-radius: 3vw;
}
.fontClass
{
	font-size:1.5vw;
	margin-top:1.5%;
	color:black;
	text-align: center;
}
.firstLetter:first-letter
{
	font-size:2vw;
}
#replayDiv
{
	bottom: 0;
    position: fixed;
}
