body,html
{
	height:100%;
	margin:0;
	overflow:hidden;
}
#backImg
{
	background-size:100% 100%;
	background-position:center;
	background-repeat:no-repeat;
	background-attachment:fixed;
	overflow:hidden;
	user-select:none;
}

#coverPage,#nextDiv,.bottomClass
{
	position:fixed;
	bottom:0;
}

.sharkJump
{
	position:relative;
	animation-name:jumpShark;
	animation-duration:1s;
}

@keyframes jumpShark
{
	0%{transform: rotate(30deg);}
	10%{top:-100;margin-left:40%}
	20%{transform: rotate(-30deg);top:-75;margin-left:40%}
	30%{transform: rotate(-30deg);top:-50;margin-left:40%}
	40%{transform: rotate(-60deg);top:0;margin-left:30%}
	100%{top:100;margin-left:30%}
	
}
#levelDiv
{
	margin-top:10vh
}
#Message
{
	color:white;
	font-size:4vw;
	font-weight:bold;
}
.heading
{
	color: white;
    font-size: 6vw;
    font-weight: bold;
    margin-top: 1vh;
}
.noPadding
{
	padding:0 !important;
}
.inClass
{
	position: absolute;
	margin:1vh;
    width: 5vw;
    height:8vh;
}
.myclass
{
	width: 5vw;
	height:8vh;
	
}
.fishDiv
{
	position:fixed;
	height: 20vh;
}

#lastPage
{
	display:none;
}

#ranking
{
	margin-top:10vh;
}

.imgClass
{
	position: absolute;
	margin:1vh;
    width: 5vh;
    height:5vh; 
}

#billyDiv
{
	z-index:1000;
	height:50vh;
}
.pclass
{
	text-align:center;
	color:aqua;
	font-size:4vw;
	font-weight:bolder;	
}
#acknowledgementDiv 
{
	background-color: aliceblue;
	border: 0.22vw solid black;
	border-radius: 3vw;	
}
.ackFontClass
{
	font-size:1.9vw;
	margin-top:1.5%;
	color:black;
}