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-top:5vh;
}

.modal
{
	position: fixed;
	z-index: 1;
	padding-top: 25vh;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
}

.modal-content {
    background-color: rgba(38, 59, 95, 0.611764705882353);
    box-shadow: 17px 25px 14px rgb(0, 0, 0), inset -98px 0px 100px rgb(38, 59, 95);
    border: 4px solid white;
}

.modal-content div
{
	color: white;
    font-size: 5vw;
}

#responseBox {
   /*  margin-top: 25vh; */
    background-color: #185b94;
    color: white;
	position:relative;
	top:0;
	left:0;
	height: 45vh;
	padding:2vh;
}
#btnDiv
{
	margin-top:6vh;
}
#Yes,#No
{
	background-color:rgb(249,185,0);
	color:black;
	font-size:2.5vw;
	font-weight:bold;
}
.blink_me
{
	animation: blinker 1s linear infinite;
}
@keyframes blinker 
{  
	50% { opacity: 0.5; }
}