body
{
  user-select:none;
  background-repeat: no-repeat;
  background-position: center;
  background-size:100% 100%;
  background-attachment: fixed;
  overflow:hidden;
}
#questionDiv,#acknowledgementDiv
{
  user-select:none;
  background-repeat: no-repeat;
  background-position: center;
  background-size:100% 100%;
}

#ansDiv
{
	margin-top:20vh;
}
 
#HomeNLogodiv
{
	margin-top:1vh;
} 
#homeid,#kerwordCount
{
	visibility:hidden;
}
#gamepage
{
	display:none;
}
#endpage
{
	display:none;
}
#queDiv
{
	height:70vh;
	margin-top:1vh;
	padding-left:2vw;
}
#questions
{
	padding-left:7vw;
	padding-top:7vh;
	padding-bottom:7vh;
	height:70vh;
	justify-content: center;
    align-items: center;
    display: grid;

}
#acknowledgementDiv
{
margin-top: 1%;
}
#gameover
{
	text-align:center;
	font-size: 5vw;
    font-weight: bold;
    color: white;
}
.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;
}
.pos
{
	position: fixed;
	bottom : 0;
}
.ui-draggable-helper{
font-size:2vw !important;
z-index:1000;
position:absolute;
}
.quetions
{
	font-size:3vw;
	color:black;
}
.fontClass
{
	font-size: 2vw;
    margin-top: 1vh;
    color: black;
    font-family: serif;
    font-style: italic;
}
.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);
} 
}