body
{
	background-attachment:fixed;
	background-repeat: no-repeat;
	background-position:center;
	background-size:100% 100%;
	user-select:none;
}
.se-pre-con {
	position: fixed;
	left: 0px;
	top:150px;
	width:100%;
	height: 100px;
	z-index: 9999;
	background-repeat: no-repeat;
	background-position:center;
}
#homeDiv,#logoDiv,#textDiv
{
	margin-top:1vh;
}
#homeDiv
{
	visibility:hidden;
}
#coverpage
{
	position:fixed;
	bottom:0;
}
.noPadding
{
	padding:0px !important;
}

.positionClass
{
	position:fixed;
	bottom:0;
}

#homeDiv
{
	z-index:1;
}

#textDiv
{
	border: 1px solid;
    border-radius: 5vh;
    box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.5);
    Background-color: white;
    font-size: 2.5vw;
    text-align: center;
    font-weight: bold;
}
#textPart
{
	margin-top:-9vh;
}
.fontCls
{
	text-align:center;
	font-size:3vw;
}

.borderCls
{
	border: 1px solid black;
    border-radius: 1vw;
    box-shadow: inset 0 0 87px black;
}
/* #gameOver
{
	margin-top: 5vh;
    font-size: 10vw;
    font-weight: bold;
} */

.pointerCls
{
	pointer-events:none;
}
#firstPage
{
	margin-top:5vh;
}
#resultDiv
{
	z-index:1;
}
#textDiv
{
	left:5vw;
}
#gameOver
{
   font-size: 7vw;
   font-weight: bold;
   margin-top: 3vh;
   text-align: center;
color:black;
}
.fntCls
{
text-align: center;
   font-size: 3vw;
   font-weight: bold;
   color: black;
}

#imagePart
{
	position: fixed;
	bottom: 0vh;
}
#starDiv,#totalQuestion,#corrAns,#textDiv,#imagePart
{
	visibility:hidden;
}

#endpage
{
display:none;
}

#widget
{
	position:fixed;
	bottom:0;
}
#creditDiv
{
	position:fixed;
	right:0;
	bottom:0;
}
#gameOver
{
	font-size:4.5vw;
	font-weight:bold;
	margin-top:-10vh;
}
#acknowledgementDiv 
{
	margin-top: 10%;
	background-color: aliceblue;
	border: 0.22vw solid black;
	border-radius: 3vw;
	display:none;
	text-align:center;
}
#developerNameDiv
{
	margin-bottom: 2vh;
}
.fontClass
{
	font-size:1.3vw;
	margin-top:1.5%;
	color:black;
}
.firstLetter:first-letter
{
font-size:1.5vw;
}
#endPage
{
	display:none;
}
#soundDiv,#nextDiv,#resultDiv
{
	position: fixed;
    top: 21vh;
}
