.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;
}
#mainDiv1
{
	margin-top: 4vh;
}
body,.bgClass
{
	user-select: none;
	background-repeat: no-repeat;
	background-position:center;
	background-size:100% 100%;
	overflow:hidden;
}
.monkeycls
{

	height: 30vh;
}
.bgClass
{
	height:35vh;

}
.bgClass
{
		margin-left: 6vw;
		padding: 0;
		text-align: center;
		color:black;
		
}
.noPadding{
    padding: 0% !important;
}
span{
	font-size: 5vw;
	font-weight: bold;
	color:black;
}
#gameOverDiv
{
	font-size: 6vw;
	color:black;
}
#LetterDiv
{
	margin-top: -8vh;
}
#acknowledgementDiv 
{
	display: none;
	background-color: aliceblue;
    margin-top: 5vh;
    border: 0.22vw solid black;
    border-radius: 3vw;
    box-shadow: 5px 6px 2px black;
}
#developerNameDiv
{
	margin-bottom: 2vh;
}
.fontClass
{
	font-size:1.3vw;
	margin-top: 1vh;
    color: black;
    font-weight: bold;
    font-style: italic;
}
.firstLetter:first-letter
{
	font-size:1.5vw;
}
.blink_me
{
	animation:1s infinite blinker;
}
@keyframes blinker
{
50%{opacity:0.5},
100%{opacity: 1;}
}