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: -10vh;
}

#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{
	font-size:5vw;
	font-weight:bold;
	    margin-top: -6.5vh;
	    color: #161414;
}
