
#gamePage{
	margin-top:-1vh;
}
.nopadding
{
	padding:0 !important;
}
.toBottom
{
	position:fixed;
	bottom:0;
}
.header
{
	margin-top:1vh;
	visibility:hidden;
}
#progressBarDiv
{
	margin-top: 5vh;
	border:2px solid black;
	background-color: #dad2d2;
	height: 5vh;
}

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

svg
{
	border:2px solid black;
	
}
#soundAndNext
{
	visibility:hidden;
}
#soundDiv
{
	margin-top:15vh;
}
#nextDiv
{
	margin-top:30vh;
}

.blinkMe:hover{
{
 	    animation: blinker 1s linear infinite;
		animation-fill-mode:backwards;
}
}
@keyframes blinker
{ 50% 
	{
			opacity: 0.4;
			fill:#FFD700;			
	}
}
.words
{
	text-align:center;
	text-align:center;
	font-size:3vw;
	font-weight:bold;	
	height: 7vh;
}
#wordDiv
{
    /*border: 1px solid black;*/
    height: 65vh;
	margin-top:7vh;
	border-radius:1vw;
	visibility:hidden;
	background-color:#87a1eb;
	box-shadow: 8px 6px 7px rgb(0, 0, 0), inset -100px 0px 100px rgba(70, 141, 197, 0);
}

#gameOver
{
	text-align:center;
	font-size: 4vw;
	font-weight:bold;
}

#scoreMsg
{
	text-align:center;
	font-size: 4vw;
	font-weight:bold;
	height: 10vh;
}

#scoreDiv
{
	background-color:#87a1eb;
	/*border: 1px solid black;*/
	border-radius:1vh;
	height:14vh;
	text-align:center;
	margin-top: 5vh;
	box-shadow: 8px 6px 7px rgb(0, 0, 0), inset -100px 0px 100px rgba(70, 141, 197, 0);
}
#score
{
	text-align:center;
	font-size:4vw;
	font-weight:bold;	
	margin-top: 3vh;
}
#scoreName
{
	font-size: 2vw;
	height: 1vh;
	font-weight: bold;
}
#responseBox
{
	margin-top:22vh;
}

.hoverAnim{
			fill:transparent;
			fill-opacity:0.1;
		}
.hoverAnim:hover,click{
			fill:#ff6666;
			fill-opacity:0.5;
			cursor:pointer;			
		}

#acknowledgementDiv 
{
	margin-top: 4vh;
	background-color: aliceblue;
	border: 0.22vw solid black;
	border-radius: 3vw;
	text-align:center;
	display:none;
	
}

#startedDate
{
margin-bottom: 1vh;
}

.fontClass
{
	font-size:1.3vw;
	margin-top:1vh;
	color:black;
}
.firstLetter:first-letter
{
	font-size:1.5vw;
}
#modalMsg
{
	margin-top:-10vh;
}