html{
	height:100%;
}
body
{
	user-select:none; 
	background-position:center;
	background-attachment:fixed;
	background-repeat:no-repeat;
	background-size:100% 100%;
	overflow:hidden;
}	
/* #diaryDiv
{
	margin-top:1vh;
	background-position:center;
	background-repeat:no-repeat;
	background-size:100% 100%;
	height:90vh;
} */
.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;
}
.zoomIn {
 -webkit-animation-name: zoomIn;
 animation-name: zoomIn;
 animation-duration:1s;
}
.overlay
{
z-index: 10;
background-color: rgba(0,0,0,0.5);
}
.modal-content{
background-color: white;/*rgba(38, 59, 95, 0.611764705882353);*/
box-shadow:17px 25px 13px rgb(0, 0, 0), inset -98px 0px 180px rgb(60, 59, 130) /*17px 25px 14px rgb(0, 0, 0), inset -98px 0px 100px rgb(38, 59, 95)*/;
border: 4px solid white;
position: fixed;
   top: 25vh;
   right: 0;
   bottom: 0;
left: 25vh;
height:fit-content;
}
#questionMsg
{
font-size:3.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;
}
@keyframes zoomIn {
 from {
   opacity: 0;
   -webkit-transform: scale3d(0.3, 0.3, 0.3);
   transform: scale3d(0.3, 0.3, 0.3);
 }

 50% {
   opacity: 1;
 }
}

.textClass
{
	visibility:hidden;
	font-size: 2.2vw;
   /*  color: white;
    border: 0.3vw solid whitesmoke;
    border-radius: 0.5vw;
    background-color: #2097ec;
	box-shadow:1px 1px 2px 3px #000000; */
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;	
}
.blink_me 
{
	animation: blinker 1s linear infinite;
}
@keyframes blinker 
{
50%{
		/*  background:#ecec4e;  */
		 opacity: 0.3; 
	}
}
#homeAndLogoDiv
{
	margin-top:0.5vh;
}
#questionDiv
{
	margin-top: 2vh;
}
#answerDiv
{
	margin-top: 1vh;
}
#questionText
{
	/* height: 17vh; */
}
#answerText
{
	
	/* height: 19vh; */
}
#imageOuterDiv
{
	margin-top: 12vh;
	left:3vw;
	height: 70vh;
    border-radius: 0.5vw;
	/* object-fit:contain; */
	border: 0.5vw solid whitesmoke;
	box-shadow:1px 1px 2px 3px #000000;
}
#paperDiv
{
	height: 42vh;
    margin-top: 19vh;
	border: 0.5vw solid whitesmoke;
	box-shadow:1px 1px 2px 3px #000000;
	background-color: #ecf0f3;
    background-position:center;
	background-repeat:no-repeat;
	background-size:100% 100%;
}
.marginClass
{
	margin-left:4vh;
}
.heightCls
{
	height:13vh;
}
 #buttonsDiv
{
	margin-top: 4vh;
} 
#playButton
{
	bottom:20vh;
	position:fixed;
}
#soundDiv
{
	/* visibility:hidden; */
}
#coverPage
{
	display:none;
}
#gamePage
{
	margin-top:-10vh;
	display:none;
}
#homeImage
{
	visibility:hidden;
	z-index:100;
}
#endPage
{
	display:none;
	margin-top:0%;
}
#gameOverText
{
	font-weight:bold;
	color:ghostwhite;
	font-size:6.5vw;
}
#acknowledgementDiv
{
	visibility:hidden;
	margin-top: 1%;
	background-color: aliceblue;
	border: 0.22vw solid black;
	border-radius: 3vw;
}


