body
{
	background-attachment:fixed;
	background-repeat: no-repeat;
	background-position:center;
	background-size:100% 100%;
	user-select:none;
}
.se-pre-con {
	position: fixed;
	left: 0px;
	top:150px;
	width:100%;
	height: 100px;
	z-index: 9999;
	background-repeat: no-repeat;
	background-position:center;
}
#homeDiv,#logoDiv
{
	margin-top:1vh;
}
#coverpage
{
	position:fixed;
	bottom:0;
}
.noPaddingcls
{
	padding:0px !important;
}
#paraId
{
	text-align:center;
    position:absolute; 
   
	
	font-weight:bold;
	color:white;
	font-size:6vw;
	font-family:cursive;
}
.lowerDiv
{
	position: fixed;
    bottom: 0;
}
#treeDiv
{
	z-index:1;
	background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    height: 100vh;
}
#mangoDiv
{
	
	margin-top:15vh;
}

.mango{
	-webkit-animation-name: rotate;
  animation-delay:1s;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-direction: linear;
  -webkit-transform-origin: 50% 0%;
  -webkit-animation-timing-function: ease-in-out;
}
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
  }
  10% {
    -webkit-transform: rotate(10deg);
  }
  20% {
    -webkit-transform: rotate(20deg);
  }
  30% {
    -webkit-transform: rotate(10deg);
  }
  40% {
    -webkit-transform: rotate(5deg);
  }
  50% {
    -webkit-transform: rotate(0deg);
  }
  60% {
    -webkit-transform: rotate(-5deg);
  }
  70% {
    -webkit-transform: rotate(-10deg);
  }
  80% {
    -webkit-transform: rotate(-20deg);
  }
  90% {
    -webkit-transform: rotate(-10deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
  }
}

.positionClass
{
	position:fixed;
	bottom:0;
}
.rotatefruitz1
{
 transform:rotatez(70deg);	
}
.rotatefruitz3
{
 transform:rotatez(44deg);	
}
.rotatefruitz2
{
 transform:rotatez(-84deg);	
}
#homeDiv
{
	z-index:1;
}
#cloudDiv
{
	padding:0px !important;
	margin-top:-14vh;
	z-index:-1;
}
#cloudImg
{
	 height:22vh; 
}
#boyDiv
{
	z-index:1;
}	
#questionDiv
{
	/* margin-top:29vh; */
	bottom: 22vh;
    position: fixed;
}
#questionBoy
{
	z-index:0;
}
#buttonDiv
{
	z-index:1;
}
.pointerCls
{
	
}
#instructionDiv
{
	background-color:aliceblue;
	font-size:2vw;
	color:black;
	margin-top:1vh;
	border: 0.22vw solid black;
	border-radius:3vw;
	 display:none;
	/* padding:1%; */
}
#headerId
{
	text-align:center;
}
#acknowledgementDiv 
{
	margin-top: 10%;
	background-color: aliceblue;
	border: 0.22vw solid black;
	border-radius: 3vw;
	display:none;
	text-align:center;
}
#developerNameDiv
{
	margin-bottom: 2vh;
}
.fontClass
{
	font-size:1.3vw;
	margin-top:1.5%;
	color:black;
}
.firstLetter:first-letter
{
font-size:1.5vw;
}
#endPage
{
	display:none;
}
#soundInstruct
{
	visibility:hidden;
}


#endpage
{
display:none;
}

#widget
{
	position:fixed;
	bottom:0;
}
#creditDiv
{
	position:fixed;
	right:0;
	bottom:0;
}
#gameOver
{
	font-size:4.5vw;
	font-weight:bold;
	margin-top:-10vh;
}
.blink_me {
    animation: blinker 1s linear infinite;
}
@keyframes blinker
{
	50%
	{
		opacity:0.5;
	}
}