body,#questions,.options,#gameover,#acknowledgementDiv
{
  user-select:none;
  background-repeat: no-repeat;
  background-position: center;
  background-size:100% 100%;
}
#questions
{
	padding-bottom:2vh;
	padding-left:2vh;
	padding-right:2vh;
	padding-top:2vh;
}
.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:0px !important;
}
 
#logoid,#homeid
{
	margin-top:1vh;
} 
#homeid,#kerwordCount
{
	visibility:hidden;
}
#gamepage
{
	display:none;
}
#endpage
{
	display:none;
}
.pos
{
	position: fixed;
	bottom : 0;
}
.quetions
{
	font-size:3.2vw;
	color:black;
}
.words
{
	font-size:3.2vw;
	color:black;
	margin-left:1vw;
	margin-top:5vh;
	height:12vh;
}
#questions
{
	height:28vh;
	margin-top:2vh;
	display: flex;
    align-items: center;
	flex-wrap: wrap;
	justify-content: center; 
}
#acknowledgementDiv
{
margin-top:1%;
padding-top:5vh;
padding-bottom:5vh;
}
.fontClass
{
font-size:1.5vw;
margin-top:1.5%;
color:black;
text-align: center;
}
.modal 
{
display: none; 
position: fixed; 
z-index: 1;
padding-top: 20vh;
left: 0;
top: 0;
width: 100%;
height: 100%;
overflow: auto; 
}
.overlay
{
z-index: 10;
background-color: rgba(0,0,0,0.5);
}
.modal-content
{
    background-color:rgba(38, 59, 95, 0.611764705882353);
    box-shadow: 17px 25px 14px rgb(0, 0, 0), inset -98px 0px 100px rgb(38, 59, 95);
    border: 4px solid white;
} 
.blink_me
{
    animation:bounceCls 1.5s linear infinite;
} 
@keyframes bounceCls{
 0%, 20%, 53%, 80%, 100% {
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transform: translate3d(0,0,0);
}
40%, 43% {
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    transform: translate3d(0, -30px, 0);
}
70% {
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    transform: translate3d(0, -15px, 0);
}
90% {
    transform: translate3d(0,-4px,0);
} 
}
#gameover
{
	text-align:center;
	font-size:4.5vw;
	margin-top:3vh;
	color:black;
}