body,html 
{
	height: 100%;
	margin: 0;
}
#home
{
	display:none;
	
}

#background,#calculateAnsDiv
{	
	background-size: 100% 100%;	
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	overflow: hidden;		
}
#rabbitAndCarrot
{
	background-size: 100% 100%;	
	background-position: center;
	background-repeat: no-repeat;
	overflow: hidden;	
	height:60vh;
}
#playImage
{
	bottom:0;
	position:fixed;
}

#gamePage
{
	display:none;
}

.nopadding
{
	padding:0 !important;
}


#rabbitImg
{
	height:25vh;
}

#dropCarrot
{
	height:18vh;
	bottom: 56vh;
}
#thinkingRabbit
{
    height: 60vh;
}

#endText
{
	text-align: center;
	font-size: 5vw;
	font-weight:800;
}
#endGame
{
	display:none;
	/* top:20vh; */
}
#tortoisAnimationDiv
{
	display:none;
	z-index: 1;
	bottom:7vh;
	position:fixed;
}
#rabbitAnimationDiv
{
	display:none;
	z-index: -1;
	bottom:12vh;
	position:fixed;
}
#rabbitAnimationImg
{
	height:29vh;
}
#tortoisAnimationImg
{
	height:18vh;
}
#result,#endText
{
	text-align: center;
	font-size: 4vw;
	font-weight:800;
	color:white;
}
#destination
{
	left:88%;
	display:none;
	z-index:2;
	bottom:1vh;
	position:fixed;
}
#destinationImg
{
	height:15vh;
	width:12vh;
}
.spanClass
{
	display:inline;
	color:	#fff;
	text-align: center;
	font-size: 3vw;
	font-weight:900;
	margin-left:1vh;
}

.optionMainClass
{
	margin-top:2vh;
	display: inline-flex;
/*
	background-color: #6B8E23;
	border-radius: 1vw;
	box-shadow: 0.6vh 0.6vh #999;
*/
}

.onlyImg
{
	background-color: #F5F5DC;
	display: inline-flex;
	border-radius: 1vw;
	box-shadow: 0.6vh 0.6vh #999;
}
.optionAllImg
{
	width:6.5vw;
}
#optionDiv
{
	top:-5vh;
}
#acknowledgementDiv
{
	visibility:hidden;
	/* margin-top: -5%; */
	background-color: aliceblue;
	border: 0.22vw solid black;
	border-radius: 3vw;
}
.fontClass
{
	font-size:1.5vw;
	margin-top:1.5%;
	color:black;
	text-align: center;
}
.firstLetter:first-letter
{
	font-size:2vw;
}
#developerName
{
margin-bottom: 2vh;
}
#soundDiv
{
	display:none;
	left:40%;
	z-index:2;
	bottom:1vh;
	position:fixed;
}

#gameOver {
	text-align: center;
	color: white;
	font-size: 7vw;
	font-weight: bold;
	margin-top: -10vh;
  }

 #replayNcredit{
	 z-index: 3;
 }

 .toBottom{
	position: fixed !important;
	bottom: 0;
}