.se-pre-con
 {	
	position: fixed;
	left: 0px;
	top:150px;
	width:100%;
	height: 100px;
	z-index: 9999;
	background-repeat: no-repeat;
	background-position:center;
}
body
{
	background-attachment:fixed;
	background-repeat: no-repeat;
	background-position:center;
	background-size:100% 100%;
	user-select:none;
}
#homeDiv,#logoDiv
{
	margin-top:1%;
}
.backgroundProp
{
	background-repeat: no-repeat;
    background-position: center;
    height:22vh;
    background-size: 100% 100%;
}
#playGame
{
	bottom: 0;
    position: fixed;
}
.noPaddingcls
{
	padding:0px !important;
}


#vehichleDiv1
{
	
}
#vehichleDiv2
{
	/* margin-top:-2vh; */
}
#vehichleDiv3
{
	margin-top:-2vh;
}

#buttonsDiv {
    position: fixed;
    bottom: 0;
    z-index: 1;
}
#scoreDiv
{
	font-size:4vw;
	color:white;
	font-weight:bold;
	background-repeat: no-repeat;
    background-position: center;
    height:15vh;
    background-size: 100% 100%;
	text-align:center;
}
.finishcls
{
	font-size: 7.5vw;
    margin-top: 12vh;
    text-align: center;
    font-weight: bold;
	color:white;
}
#para1
{
	font-size: 3vw;
    text-align: center;
    left: 8.3vw;
    top: 9vh;
    font-weight: bold;
}
	
#para2
{
	font-size: 3vw;
    text-align: center;
    left: 9vw;
    top: 9vh;
    font-weight: bold;
}
#para3
{
	font-size: 3vw;
    text-align: center;
    left: 8vw;
    top: 9vh;
    font-weight: bold;
}
#vehichle1,#vehichle2,#vehichle3{
	height:23vh;
}
#instructionDiv
{
	background-color:aliceblue;
	font-size:2vw;
	color:black;
	margin-top:1vh;
	border: 0.22vw solid black;
	border-radius:3vw;
	display:none;
}

#endPage
{
	display:none;
	margin-top:8vh;
}
#headerId
{
	text-align:center;
}
#acknowledgementDiv 
{
	
	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;
}

#widget
{
	position:fixed;
	bottom:0;
	right:0;
}

#gameOver
{
	font-size:4.5vw;
	font-weight:bold;
	
}