body,html 
{
	height: 100%;
	margin: 0;
	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;
}
#background 
{	
	
	background-size: 100% 100%;	
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	user-select:none;	
}
#outerDiv
{
	display:none;
}
#footer
{
	bottom:0;
	position:fixed;
}
.spanclass1
{
	color:white;
	text-align: center;
	font-size: 4.3vw;
	cursor:pointer;
}
.spanclass2
{
	color:white;
	text-align: center;
	font-size: 4.3vw;
	cursor:pointer;
	
/*
	box-shadow:20px 20px 50px 10px #0e6573 inset;

	background-color:#0e6573;*/
}
.wordDivs{
	width: 18%;
    height: 10%;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    float: left;
    margin-left: 3.3vw;
    margin-top: 3vh;
    margin-bottom: 2vh;
}
#gamePage
{
	display:none;
	
}
#coverPage
{
	bottom:0vh;
	position:fixed;
}
#grid{
	margin-top:-7.2%;
	background-size: 100% 100%;	
	background-position: center;
	background-repeat: no-repeat;
	height: -webkit-fill-available;
}
#innerGrid{
	    z-index: 1;
}
#suffixDiv
{
	margin-top:20%;
	text-align: center;
	background-size: 100% 100%;	
	background-position: center;
	background-repeat: no-repeat;
	/*box-shadow: 0.6vw 0.6vw 6vw 2vw #1c809e inset;
	-moz-box-shadow: 0.6vw 0.6vw 6vw 2vw #1c809e inset;
	-webkit-box-shadow: 0.6vw 0.6vw 6vw 2vw #1c809e inset;*/
}
#suffixValue
{
	color:black;
	font-size: 6vw;	
}
#ansImgDiv{
	    margin-top: 11vh;
    position: fixed;
    right: 12vw;
}
/*#correctDiv
{
	display:none;
	bottom:0;
	position:fixed;	
}*/
.nopadding
{
	padding:0 !important;

}	
#footer{
	 height: 50vh;

    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
}
#sound,#nextBtn{
	    bottom: 0;
    position: fixed;
}
#endPage
{
	display:none;
}			
#acknowledgementDiv 
{
	margin-top: 10%;
	background-color: aliceblue;
	border: 0.22vw solid black;
	border-radius: 3vw;
}
#developerNameDiv
{
	margin-bottom: 2vh;
}
.fontClass
{
	font-size:2vw;
	margin-top:1.5%;
	color:black;
}
.firstLetter:first-letter
{
	font-size:2.4vw;
}
