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
{
	margin-top:1vh;
}
#coverpage
{
	position:fixed;
	bottom:0;
}
#soundDiv
{
	margin-top:10vh;
}
.noPaddingcls
{
	padding:0px !important;
}
.positionClass
{
	position:fixed;
	bottom:0;
}
#wordDiv
{
	font-size: 4vw;
	color:black;
	text-align: center;
	font-weight: 600;
	visibility: hidden;
	z-index:1;
	left:1.5vw;
	background-repeat: no-repeat;
	background-position:center;
	background-size:100% 100%;
	height:21vh;
}
.backgroundProp
{
    background-repeat: no-repeat;
    background-position: center;
	margin-left:1.5vw; 
    background-size: 100% 100%;
	 display: inline-block; 
}
#carDivs
{
	background-repeat: no-repeat;
	background-size: 100% 100%;
    background-position: center;
	bottom:-6vh;
	position:fixed;
	height:107vh;
}
#carDivsInner
{
	display:flex;
	 position: absolute;
    bottom: 6vh;
	
}
.paraCls
{
	text-align: center;
    font-size: 7vw;
     color: white;
}
#acknowledgementDiv 
{
	margin-top: 10vh;
    display: none;
    text-align: center;
}
#developerNameDiv
{
	margin-bottom: 2vh;
}
.fontClass
{
	font-size:1.7vw;
	margin-top:1.5%;
	color:white;
}
.firstLetter:first-letter
{
font-size:1.5vw;
}
#endPage
{
	display:none;
}
#widget
{
	position:fixed;
	bottom:0;
}
#creditDiv
{
	position:fixed;
	right:0;
	bottom:0;
}
#gameOver
{
	font-size:4.5vw;
	font-weight:bold;
	color:white;
}
#playAgainDiv
{
	position:fixed;
	bottom:-1vh;
}
#resultDiv
{
	margin-top: 19vh;
	visibility:hidden;
}
#homeDiv{
	visibility:hidden;
}
#questionMsg
{
	font-weight:bold;
}
#gameOverNAck
{
	height: 100vh;
    top: 0vh;
    position: fixed;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
}