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;
}
.cell
{
	/* border:0.5px solid black; */
	margin-bottom:0.3vh;
}
.imgcls
{
	height:25vh;
	border-radius:1vw;
}
.closed
{
	float:right;
	margin-top:-2vh;
 	color:red;
	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: auto; 
	background-color: rgba(0,0,0,0.6); 
}
.modal-content
{
	background-color:#ffffff !important;	
}
.fontClass
{
	font-size:1.5vw;
	margin-top:1.5%;
	color:black;
	text-align: center;
}
.firstLetter:first-letter
{
	font-size:1.7vw;
}
#homeAndLogoDiv
{
	margin-top:1vh;
}
#animationDiv
{
	margin-left:-3.5vw;
	bottom:0.5vh;
	position:fixed;
}
#questionDiv
{
	display:none;
	z-index:100;
	bottom:5vh;
	position:fixed;
}
#questionText
{
	color:white;
	visibility: hidden;
}
#widgetsDiv
{
	position: fixed;
    bottom: 0;
    left: 16vw;
}
#soundDiv
{
	visibility:hidden;
}
#jadugarDiv
{
	visibility:hidden;
}
#animalsCard
{
	margin-top:-8vh;
}
#gamePage
{
	margin-top:-2vh;
}
#homeImage
{
	visibility:hidden;
	z-index:100;
}
#bottomDiv
{
	bottom:0;
	position:fixed;
}
#questionMsg
{
	margin-top: 2.5vh;
    padding-top: 7vh;
    text-align: center;
    font-size: 3vw;
    font-weight: bold;
    color: white;
    height: 20vh;
	visibility:hidden;
}
#buttonsDiv
{
	bottom:0;
	position:fixed;
}
.iconClass{
	font-size: 4vw;
	color: antiquewhite;
}

#GameOverMsg
{
	margin-top:35vh;
	font-size:5vw;
	color:white;
}
#creditImg
{
	/* margin-top:3.5vh; */
}
#endPage
{
  margin-top: -10%;
}

#acknowledgementDiv
{
  display:none;
  font-family:"Calibri";
  margin-bottom:8px;
  margin-top: 25vh;
  background-color: aliceblue;
  border: 0.22vw solid black;
  border-radius: 3vw;
  font-size:1.8vw;
}
#developerNameDiv
{
	margin-bottom:2vh;
}

