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;
}
.nopadding
{
	padding:0!important;
}
.block
{
  background-color:white;	
  border:0.5px solid black;  
}
.letterClass
{
	font-size:3vw;
	font-weight:bold;
}
.phoneticCls
{
	height:10vh;
}
.blankCls
{
	height:10vh;
}
.greenColor
{
	color:green;
}
.spanCls
{
	margin-left:2.5vw;
}
.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:#ffffff !important;	
}
#soundDiv
{
	visibility:hidden;
}
#gamePage
{
	margin-top:-2vh;
}
#homeImage
{
	visibility:hidden;
	z-index:100;
}
#grid
{
}
#options
{
	margin-top:15vh;
}
#scoreCard
{
	margin-top:3vh;
	border-radius:1.5vw;
	background-color:white;
	height:25vh;
	border:0.2vw solid black;
}
#bottomDiv
{
	bottom:0;
	position:fixed;
}
#gameOverText
{
	font-weight:bold;
	font-size:7vw;
}
#endPage
{
	display:none;
	margin-top:0%;
}
#correctText,#correctAnswers
{
	font-size:3vw;
	font-weight:bold;
}
