.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con 
{
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: center no-repeat #fff;
}
body
{
	background-attachment:fixed;
	background-repeat: no-repeat;
	background-position:center;
	background-size:100% 100%;
	user-select:none;
	overflow:hidden;
}
.tooltip {
  position: relative;
  display: inline-block;
  opacity:initial;
  z-index: 1;
    cursor: pointer;
}

.tooltip .tooltiptext {
	visibility: hidden;
	width: 11vw;
	background-color: rgb(125, 167, 217);
	color: #fff;
	text-align: center;
	border-radius: 6px;
	padding: 5px 0;
	font-size: 2vw;
	font-weight: bold;
	position: absolute;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}
.riverSideClass
{
	margin-bottom: 3vh;
	display:inline-flex;
}
.heightClass
{
    width: 5.5vw;
}
.travelCntClass
{
	margin-left: 2vw;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.97)
}
#cloudDiv
{
	display:none;
}
#timerDiv
{
	margin-top:-8vh;
}
#movingAnimationDiv
{
	margin-top:20vh;
}
#showHelpMessage
{
	text-align: center;
    font-size: 7vw;
    font-weight: bolder;
    color: white;
}
#divtravelCnt0
{
	margin-left:19%;
}
#divtimer
{
	font-size: 5vw;
	border: 5px solid #c5ae66;
    border-radius: 4vw;
	margin-left: 8%;
	text-align:center;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.97);
}
#divobjectDiv1,#divobjectDiv2
{
	width: 5vw;
	margin-left: 10vw;
	position: fixed;
    bottom: 6vh;
}
#divhuman
{
	position: fixed;
    bottom: 2vh;
}
#mainDiv
{
	display:inline-flex;
}
.objectEatenClass
{
	margin-left: -11%;
}
.rotate
{
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}
.rotateX
{
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
.closed 
{
	opacity:1 !important;
	color: red;
	float: right;
	font-size: 5vw;
	font-weight: bold;
}
.modal 
{
    display: none; 
    position: fixed; 
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto; 
}
.overlay
{
  z-index: 10;
  background-color: rgba(0,0,0,0.5);
}
.modal-content
{
	background-color:rgba(119, 187, 211, 0.43);
    border:3px solid white!important;
    height:54vh;
    padding: 15px;
}
.noPadding
{
	padding : 0;
}
#msgDiv
{
	height:35vh;
	overflow: auto;
}
::-webkit-scrollbar {
    width: 0.5vw;
}
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px black; 
    border-radius: 10px;
}
 
::-webkit-scrollbar-thumb {
    background: white; 
    border-radius: 10px;
}
#endpage
{
	display:none;
	position: fixed;
    top: 19vh;
	/* margin-top:10vh; */
}
#message
{
    font-size: 9vw;
    font-weight: bold;
	font-variant: petite-caps;
	text-shadow: 0 40px 15px rgb(114, 155, 203);
	color:black;
}
#acknowledgementDiv 
{
	background-color: aliceblue;
	border: 0.22vw solid black;
	border-radius: 3vw;
	/* margin-top: 4vh; */
}
#developerNameDiv
{
	margin-bottom: 2vh;
}
.fontClass
{
	font-size:1.3vw;
	margin-top:1vh;
	color:black;
}
.firstLetter:first-letter
{
	font-size:1.5vw;
}