html,
body {
	height: 100%;
	background-size: 100% 100%;	
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	user-select:none;	
	overflow:hidden;
}
.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;
}

.bottomClass
{
	position:fixed;
	bottom:0;
}
#logoDiv
{
	background-size: 100% 100%;	
	background-position: center;
	background-repeat: no-repeat;
	height:28vh;
}
#middleConatiner,#middle
{
	background-size: 100% 100%;	
	background-position: center;
	background-repeat: no-repeat;
	height:60vh
}
#footer
{
	background-size: 100% 100%;	
	background-position: center;
	background-repeat: no-repeat;
	height:12vh;
}
#widget
{
	background-size: 100% 100%;	
	background-position: center;
	background-repeat: no-repeat;
	height:14vh;
}
.bars
{
	background-size: 100% 100%;	
	margin-top: 4vh;
	background-position: center;
	background-repeat: no-repeat;
	height:13vh;
	width:10px;
	position:absolute;
	right:15vw;
}
.que
{
	font-weight: bold;
	color:black;
	text-align:center;
	margin-top:0vh;
	font-size:40px
}
.spanElements
{
	font-size: 3vw;
	color:black;
	font-weight:bold;
	z-index:999;
}
.options
{

	margin-top:4vh;
	padding:5px;
	background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
	height:13vh;
	display:block;
	margin-left:4vw;
}
#option1,#bar1
{
	margin-top:-7vh;
}
.gameOver
{
	font-size:7vw;
	font-weight:bold;
	color:white;
	margin:5vh;
}
#acknowledgementDiv 
{
	background-color: aliceblue;
	border: 0.22vw solid black;
	border-radius: 3vw;	
}
.ackFontClass
{
	font-size:1.9vw;
	margin-top:1.5%;
	color:black;
}