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
{
	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
{
	visibility:hidden;
	/* height: 19vh; */
}
#imageDiv
{
	/* height: 70vh; */
}
#rightDiv {
	margin-top: -5vh;
}

#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: 35vh;
    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;
}
.fontClass
{
	font-size:1.5vw;
	margin-top:1.5%;
	color:black;
	text-align: center;
}
.firstLetter:first-letter
{
	font-size:1.7vw;
}
 #optionsDiv,#buttonsDiv
{
	margin-top: 4vh;
	/* display: none; */
} 
#option1,#option3{
	margin-left: 1vw;
}
.option{
	margin-top: 1vh;
	text-align: center;
    color: #fcf8e3;
    font-size: 2vw;
    font-weight: bold;
    background-color: #f386fd;
    border-radius: 0.2vw;
	cursor: pointer;
}

#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
{
	color:ghostwhite;
	font-weight:bold;
	font-size:6vw;
}
#acknowledgementDiv
{
	visibility:hidden;
	margin-top: 1%;
	background-color: aliceblue;
	border: 0.22vw solid black;
	border-radius: 3vw;
}
#widgetsDiv
{
}
