html
{
	height:100%;
}
body
{
	user-select:none; 
	background-position:center;
	background-attachment:fixed;
	background-repeat:no-repeat;
	background-size:100% 100%;
	overflow:hidden;
}	
.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;
}
.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: 20;
    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: 3.5vh; 
}
#questionMsg
{
    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;
}
@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;
 }
}
#gamePage
{
	margin-top:-2vh;
	display: none;
}
#homeImage
{
	visibility:hidden;
	z-index:100;
}

.textStyle{
	color: black;
    padding: 5% !important;
	text-align: center;
	font-weight:bold;
	font-size:3vw;
}

#optionsDiv{
	display: inline-flex;
	justify-content: space-between;
}
.option{
	width:25%;
}
.optionStyle{
	height:8vh;
	font-size: 3vw;
	font-weight: bold;
	text-align: center;
	color: black;
	padding-top: 25% !important;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%; 
	height: 32vh;
}
.spanClass{
	color: black;
	font-size: 3vw;
	font-weight:bold;
}
.redColor{
	color:red;
}
.greenColor{
	color:green;
}
/* #optionsDiv{
	
} */
#questionDiv{
	display:none;
	margin-top: 2vh;
	padding: 1% !important;
	color: black;
	text-align: center;
	font-weight:bold;
	font-size:3.2vw;
	background-position: center;
	background-size: 100% 100%; 
}
#wordsDiv{
	color: black;
	z-index: 10;
	padding: 2.8% !important;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
	margin-top: -9vh;
	margin-bottom: 2vh;
	height: 20vh;
	display: flex;
    justify-content: space-around;
}

#bottomDiv{
	bottom: 0;
	position: fixed;
}
#row1{
	margin-top: 3vh;
}
#gameOverText
{
	color: black;
	font-weight:bold;
	font-size:6vw;
}
/* *********************************************** */
#acknowledgementDiv 
{
	visibility: hidden;
	margin-top: 2vh;
	background-color: aliceblue;
	border: 0.22vw solid black;
	border-radius: 3vw;
	text-align:center;
}
#developerNameDiv
{
	margin-bottom: 2vh;
}
.fontClass
{
	font-size:1.3vw;
	margin-top:1.5%;
	color:black;
}
.firstLetter:first-letter
{
font-size:1.5vw;
}
#finalPage
{
	display:none;
}