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;
}
.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: auto; 
	background-color: rgba(0,0,0,0.6); 
}
.modal-content
{
	background-color:#ffffff !important;	
}
.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: 6vh;
	left:1vw;
    border-radius: 0.5vw;
	object-fit:contain;
	border: 0.5vw solid whitesmoke;
	box-shadow:1px 1px 2px 3px #000000;
	background-position:center;
	background-repeat:no-repeat;
	background-size:100% 100%;
}
#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;
} 
#soundDiv
{
	/* visibility:hidden; */
}
#gamePage
{
	margin-top:-10vh;
	display:none;
}
#homeImage
{
	visibility:hidden;
	z-index:100;
}
#endPage
{
	margin-top:0%;
}
#gameOverText
{
	font-weight:bold;
	font-size:6vw;
}
#acknowledgementDiv
{
	visibility:hidden;
	margin-top: 1%;
	background-color: aliceblue;
	border: 0.22vw solid black;
	border-radius: 3vw;
}
#creditDiv
{
	visibility:hidden;
}
#replayDiv
{
	visibility:hidden;
}
