html{
	height:100%;
}
body
{
	user-select:none; 
	background-position:center;
	background-attachment:fixed;
	background-repeat:no-repeat;
	background-size:100% 100%;
	overflow:hidden;
}
svg
{
	/* height:86vh; */
	border:1px solid black; 
}	
.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;
}
#gamePage
{
	margin-top:5.5vh;
}
#homeImage
{
	display:none;
}
#logoImage
{
}
#progressBarDiv
{
	height: 6vh;
	margin-top:2vh;
	border:8px solid #e0cfcf66;
	visibility:hidden;
}
#playButton
{
	padding:0px;
}
#homeButton
{
	padding:0px;
}
#svgDiv
{
	visibility:hidden;
}
.word
{
	font-size:2vw;
	
}
.color_green
{
	color:green;
}
.color_red
{
	color:red;
}
#wordsDiv
{
	margin-top:-1vh;
	border:1px solid black;
	border-radius:0.5vw;
	background-color:skyblue;
	visibility:hidden;
}
#soundDiv
{
	margin-top: 10vh; 
}
#nextDiv
{
	margin-top: 5vh;	
}
#scoreDiv
{
	margin-top:0.5vh;
	font-size:2vw;
	border-radius:0.5vw;
	background-color:skyblue;
	visibility:hidden;
}
#gameOverText
{	
	text-align:center;
	font-size:6vw;
	font-weight:bold;	
}
#endPage
{
	margin-top:5%;
}
.blink_me
{
	    animation: blinker 1s linear infinite;
		
}
@keyframes blinker
{ 
  50% 
	{
			opacity: 0.4;
			fill:#FFD700;			
	}
}
.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: hidden; 
  background-color: rgba(0,0,0,0.6); 
  padding:10%;
}
#responseBox
{
	height:40vh;
}
.message
{
    text-align: center;
    font-size: 4vw;
    margin-top: 2vh;
}
