
.se-pre-con 
{
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: center no-repeat #fff;
}
body,.optionCls,#stageDiv
{
    user-select: none;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position:center;
	background-size:100% 100%;
}
#middlePage
{
	margin-top: 10vh;
}
.noPadding
{
	padding:0px!important;
}
.optionCls
{
	font-size: 3.5vw;
    color: #971797;
    text-align: center;
    font-style: italic;
    font-family: cursive;
    font-weight: bold;
	height: 13vh;
	line-height: 9vh;
}
#widgetDiv
{
	font-size: 5vw;
	color: white;
	background: #298d8c;
	border-right: 3px solid black;
	box-shadow: inset 0 0 20px black;
}
.wrongAnsDivCls
{
	height:5vh;
}
.mainDivCls
{
	margin-top:11vh;
}
#stageDiv,#skip
{
	/* background: white;
    border-radius: 50%; */
    position: fixed;
    bottom: 0;
  /*   height: 10vh; */
}
#PenguinDiv
{
    z-index: 1;
}
.penguinCls,#bottomDiv
{
	position: fixed;
    bottom: 0vh;
}
.spnCls
{
	font-size:3.5vw;
	color:black;
	font-style: italic;
	border:1px solid black;
}
#timerDiv
{
	background-color: white;
    color: black;
    font-size: 4vw;
    box-shadow: inset 0 0 20px black;
}  
#widgetDiv
{
	visibility: hidden;
	border: 3px solid black;
	border-radius: 1vw;
	font-weight: bold;
    font-style: oblique;
    font-family: serif;
}
#homeLogoDiv
{
	margin-top: 2vh;
	z-index: 1;
}

.zoomInCls {
	animation-name: zoomInCls;
	animation-duration: 1s;
	animation-fill-mode: both;
}
@keyframes zoomInCls
{
	0% {
	opacity: 0.5;
	transform: scale3d(.9, .9, .9);
	}
	50% {
		opacity: 0.7;
	}
	75% {
		opacity: 0.9;
	}
	100%
	{
		opacity: 1;
	}
}
.blink_me
{
	animation:blinker 0.8s linear infinite;
}

@keyframes blinker
{
	50%
	{
		opacity:0.5;
	}
}
.modal 
{
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: hidden; 
  background-color: rgba(0,0,0,0.6); 
  padding:10%;
}
#responseBoxDiv
{
    display: none; 
    position: fixed; 
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto; 
}
.overlay
{
  z-index: 10;
  background-color: rgba(0,0,0,0.5);
}
.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;
    margin-top: 4vh;
}
#confiramtionText
{
    font-size: 3vw;
    line-height: 10vh;
}
#responseBox {
   margin-top: 25vh;
   background-color: #185b94;
   color: white;
   position:relative;
   top:0;
   left:0;
   height: 59vh;
   padding:2vh;
}
#btnDiv
{
    margin-top:3vh;
}
#Yes,#No
{
    background-color:rgb(249,185,0);
    color:black;
    font-size:2.5vw;
    font-weight:bold;
}

#gameover
{
	text-align:center;
	font-size:4.5vw;
	margin-top:3vh;
	color:white;
	margin-left:30vw;
}