body,html 
{
	height: 100%;
	margin: 0;
	user-select: none;
	z-index: -4;
}
#home
{
	display:none;
}
#credits
{
	display: none;
	top: -1vh;
}
#background
{	
	background-size: 100% 100%;	
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	overflow: hidden;		
}
#playImage
{
	bottom:0;
	position:fixed;
}

#gamePage
{
	display:none;
}

.nopadding
{
	padding:0 !important;
}


#rabbitImg
{
	height:25vh;
}

#endText
{
	text-align: center;
	font-size: 5vw;
	font-weight:800;
}
#endGame
{
	display:none;
	top:20vh;
}
#gameOverDiv
{
	z-index: -2;
	display: none;
	bottom: 5vh;
	position: fixed;
	text-align: center;
	font-size: 5vw;
	font-weight:800;
	transform: skewX(-40deg) !important;
	margin: 0 auto;
	white-space: nowrap;
	overflow: hidden;
	box-sizing: border-box;
}
#optionDiv
{
	background-size: 100% 100%;	
	background-position: center;
	background-repeat: no-repeat;
	overflow: hidden;	
	height: 65%;
	position: fixed;
	bottom: 20%;
	z-index: 1;
}
#gameOver
{
	display: inline-block;
	padding-left: 100%;
	animation: marquee 20s linear infinite;
}
#gameOver:hover
{
	animation-play-state: paused
}
@keyframes marquee
{
	100% {
		transform: translate(0, 0);
	 
	}
	0% {
		transform: translate(-100%, 0);
		
	}
}
#tortoisAnimationDiv
{
	display:none;
	z-index: 2;
	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:2%;
	display: inline-flex;
/*
	background-color: #6B8E23;
	border-radius: 1vw;
	box-shadow: 0.6vh 0.6vh #999;
*/
}
#optionsInnerDiv
{
	margin-top: 3%;
	z-index: 1;
}

.onlyImg
{
	background-color: #6cd0b8;
	display: inline-flex;
	border-radius: 1vw;
	box-shadow: 0.6vh 0.6vh #999;
}
.optionAllImg
{
	width:6.5vw;
}

#acknowledgementDiv
{
	display:none;
	margin-top: 2vh;
	/* margin-top: -5%; */
	/* background-color: aliceblue;
	border: 0.22vw solid black;
	border-radius: 3vw; */
}
.fontClass
{
	font-size:1.5vw;
	margin-top:1.5%;
	color:rgb(255, 255, 255);
	font-weight: 900;
	text-align: center;
}
.firstLetter:first-letter
{
	font-size:1.8vw;
}
#developerName
{
margin-bottom: 2vh;
}
#soundDiv
{
	display:none;
	left:40%;
	z-index:2;
	bottom:1vh;
	position:fixed;
}
.bucketClass
{
	width: 7vw;
	height: 10vh;
	bottom: 12vh;
	position: fixed;
	z-index: 1;
}
#winnerDiv
{
	display: none;
	margin-top: 2vh;
}
#winText
{
	font-size:4vw;
	margin-top:1.5%;
	color:rgb(255, 255, 255);
	font-weight: 900;
	text-align: center;
}