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;
}

#ansImgDiv{
    position: fixed;
    right: 12vw;
}

.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;
	margin-top: 5vh;
}		
#message{
	 font-size: 7vw;
   font-weight: bold;
      margin-top: 20vh;
	color:#efa400;
}	
#nextDiv
{
	bottom: 0;
    position: fixed;
}
.blink_me
{
animation: blinker 1s linear infinite;
}
@keyframes blinker 
{  
50% { opacity: 0.5; }
}