.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:0 !important;
}
.toBottom
{
	position:fixed;
	bottom:0;
}

html{
	height:100%;
}
body,.optionDivs
{
	user-select:none; 
	background-position:center;
/*
	background-attachment:fixed;
*/
	background-repeat:no-repeat;
	background-size:100% 100%;
	overflow:hidden;

}	
.optionDivs
{
    height:11vh;
}
.marginCls
{
	 margin-top: 5vh;
}
.options
{
	margin-top:2vh;
	text-align: center;
    color: white;
    font-size: 3.5vw;
    line-height:1;
	font-weight:bold;
}

#lastPara
{
	text-align:center;
	color:black;
	color: black;
    font-size: 7vw;
    font-weight:bold;
}

#level2
{
	margin-top:10vh;
}

#message
{
	text-align:center;
	color:white;
	font-size:2vw;
	margin-top: 4vh;
}

#acknowledgementDiv 
{
	margin-top: 4vh;
	background-color: aliceblue;
	border: 0.22vw solid black;
	border-radius: 3vw;
	text-align:center;
	display:none;
	
}

#startedDate
{
margin-bottom: 1vh;
}

.fontClass
{
	font-size:1.3vw;
	margin-top:1vh;
	color:black;
}
.firstLetter:first-letter
{
	font-size:1.5vw;
}

#nextDiv
{
	margin-top:5vh;
}

#soundDiv
{
	margin-top:20vh;
}
#replay
{
	margin-top:5vh;
}
#lastPage
{
	display:none;
}
#homeAndLogoDiv
{
	margin-top:1vh;
}
#instrPage
{
	display:none;
}
#InstrTitle
{
	text-align: center;
    font-size: 4vw;
    font-weight: bold;
    color: black;
}

#instr
{
	text-align: center;
    font-size: 2vw;
    font-weight: bold;
    color: black;
	margin-top: 8vh;
}