body,html 
{
	height: 100%;
	margin: 0;
	overflow:hidden;
}
#logo{
	z-index: 1;
}
.se-pre-con {
	position: fixed;
	left: 0px;
	top:150px;
	width:100%;
	height: 100px;
	z-index: 9999;
	background-repeat: no-repeat;
	background-position:center;
}
#background 
{	
	background-size: 100% 100%;	
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	user-select:none;	
}
.objectDiv{
	background-size: 100% 100%;	
	background-position: center;
	background-repeat: no-repeat;
}
#leftDiv,#rightDiv{
	background-size:  100% 100%;
	background-position: center;
	background-repeat: no-repeat;
	user-select:none;	
}
#rightDiv{
	background-size: 100% 100%;	
	background-position: center;
	background-repeat: no-repeat;
}
#column{
	background-size: 100% 100%;
    background-position: center;
	background-repeat: no-repeat;
	margin-top: 3vh;
    height: 100%;
}

#gamePage
{
	display:none;
}
#coverPage
{
	bottom:0vh;
	position:fixed;
}
#homeDiv{
	z-index:99;
}
.mainDiv{
	height:100vh;
}
#grid{
	margin-top:-15vh;
}
.tile{
	z-index:10;
}
#row0{
    height: 37vh;
}
#row1{
    height: 37vh;
}
#row2{
    height: 26vh;
}
.heightCls{
	height:100%;
}
#object0{
	height: 33vh;
    margin-top: 4vh;
}
#object1{
	height: 32vh;
	margin-top: 1vh;
}
#object2{
	margin-top: -37vh;
    height: 53vh;
}
#object3{
	height: 32vh;
    margin-top: 2vh;
}
#object4{
	height: 32vh;
    margin-top: -30vh;
}
#object5{
	height: 32vh;
    margin-top: -8vh;
}
#questionDiv{
	background-size: 100% 100%;	
	background-position: center;
	background-repeat: no-repeat;
	user-select:none;	
	height: 22vh;
	margin-top: 13vh;
}
.textCenter{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.tileCenter0{
	position: absolute;
    top: 50%;
    left: 27%;
    transform: translate(-50%,-50%);
}
.optionCenter0{
	position: absolute;
    top: 50%;
    left: 36%;
    transform: translate(-50%,-50%);
}
.tileCenter1{
	position: absolute;
    top: 33%;
    left: 35%;
    transform: translate(-50%,-50%);
}
.optionCenter1{
	position: absolute;
    top: 33%;
    left: 57%;
    transform: translate(-50%,-50%);
}
.tileCenter2{
	position: absolute;
    top: 48%;
	left: 29%;
    transform: translate(-50%,-50%);
}
.optionCenter2{
	position: absolute;
    
	top: 47%;
    left: 62%;
    transform: translate(-50%,-50%);
}
.tileCenter3{
	position: absolute;
    top: 33%;
    left: 28%;
	transform: translate(-50%,-50%);
	margin-top: 6vh;
}
.optionCenter3{
	position: absolute;
	top: 51%;
    left: 35%;
    transform: translate(-50%,-50%);
}
.tileCenter4{
	position: absolute;
    top: 33%;
    left: 28%;
	transform: translate(-50%,-50%);
	margin-top: 6vh;
}
.optionCenter4{
	position: absolute;
	top: 51%;
    left: 35%;
    transform: translate(-50%,-50%);
}
.tileCenter5{
	position: absolute;
	top: 33%;
    left: 33%;
	transform: translate(-50%,-50%);
	margin-top: 6vh;
}
.optionCenter5{
	position: absolute;
    top: 51%;
    left: 43%;
    transform: translate(-50%,-50%);
}
.fontCls{
	font-size:2.5vw;
}
#boy{
	height:37vh;
	margin-top: 11vh;
    position: relative;
	bottom: -17%;
	background-size: 100% 100%;	
	background-position: center;
	background-repeat: no-repeat;
}

/*#correctDiv
{
	display:none;
	bottom:0;
	position:fixed;	
}*/
.noPadding
{
	padding:0 !important;

}	
#footer{
	margin-top: -12vh;
}

#endPage
{
	display:none;
}
#replay{ 
   position: fixed;
    bottom: 0;
}
#acknowledgementDiv 
{
	background-color: aliceblue;
	border: 0.22vw solid black;
	border-radius: 3vw;
}
#developerNameDiv
{
	margin-bottom: 2vh;
}
.fontClass
{
	font-size:1.3vw;
	margin-top:1.5%;
	color:black;
}
.firstLetter:first-letter
{
	font-size:1.5vw;
}
#credits{
	    position: fixed;
    right: 0;
    bottom: 0;
}
#gameOver{
	color: #161414;
    font-size: 7vw;
    font-weight: bold;
	margin-top: 4vh;
	/* text-align:center; */
}
#questionMsg
{
font-size:2.5vw;
}
.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: 1;
    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: 4vh;
}
#confiramtionText
{
    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;
}

#nextGame{
	height: 13vh; 
}
 #nextGameDiv{
	position: fixed;
    /* height: 13vh; */
    bottom: 0;
 }
 .blink_me
{
animation: blinker 1s linear infinite;
}
@keyframes blinker 
{  
50% { opacity: 0.5; }
}
