
.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%;
}
#soundDiv
{
	position: fixed;
	top: 21vh;
	z-index: 1;
}
#middlePage
{
	margin-top: 10vh;
}
.noPadding
{
	padding:0px!important;
}
.optionCls
{
	font-size: 3.5vw;
    color: #971797;
    text-align: center;
    font-style: italic;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: bold;
	height: 13vh;
	line-height: 9vh;
}
#questionDiv
{
	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
{
	/* background: white;
    border-radius: 50%; */
    position: fixed;
    bottom: 0;
  /*   height: 10vh; */
}
#PenguinDiv
{
    z-index: 1;
}
.penguinCls
{
	position: fixed;
    bottom: 0vh;
}
.spnCls
{
	font-size:3.5vw;
	color:black;
	font-style: italic;
	border:1px solid black;
}
#timerDiv
{
    color: white;
    font-size: 5vw;
    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;
}
#endPage
{
	display:none;
	position: fixed;
    bottom: 2vh;
}
#replayDiv
{
	top: 16vh;
}
#acknowledgementDiv 
{
	height: 45vh;
    border-radius: 3vw;
    border: 4px solid #e1f5fd;
    background-color: #e5f6fd;
    box-shadow: 5px 6px 30px inset;
	background: linear-gradient(to right, rgb(207, 239, 252), rgb(86, 205, 220));
	display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}
#developerNameDiv
{
	margin-bottom: 2vh;
}
.fontClass
{
	font-size: 2vw;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #971797;
	font-weight: 600;
	text-shadow: 1px 1px 0px;
}
.firstLetter:first-letter
{
	font-size:1.5vw;
}
.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;
	}
}
#modalRoot
{
	display: none;
	position: fixed;
	margin-top: 18vh;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
	overflow: auto;
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.overlay
{
  z-index: 10;
  background-color: rgba(0,0,0,0.5);
}
.modal-content
{
	background-color: #298c8b;
	font-style: italic;
	margin-top: 19vh;
	text-align: center;
	position: relative;
	background-clip: padding-box;
	border-radius: 6px;
	outline: none;
	color: white;
	font-weight: bold;
	font-size: 8vw;
	background: #298d8c;
    border: 3px solid black;
    box-shadow: inset 0 0 20px black;
}
