.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;
}
#myCanvas
{
    margin-top: 1%;
	width:100%;
}	
.noPadding
{
	padding :0 !important;
}
.marginClass
{
	margin-top:2%;
}
.leftClass
{
	margin-left:6%;
	margin-top:6vh;
}
.pictureClass
{
	border: 20px solid gray;
    border-radius: 5%;
    box-shadow: inset 0 0 311px #240040;
}
.heightClass
{
	height:10vh;
}
#gameOverMessage
{
	text-align: center;
    font-style: italic;
    font-family: cursive;
    font-size: 4vw;
    color: #64018f;
    font-weight: bold;
}
#message
{
	text-align: center;
    font-style: italic;
    font-family: cursive;
    font-size: 3vw;
    color: white;
    font-weight: bold;
}
#modalDiv1,#modalDiv2
{
	display:none;
	margin-top:5%;
	height:20vw;
	overflow: auto;
	background-color: #94cbff;
}
::-webkit-scrollbar {
    width: 1vw;
}
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #8005e0; 
    border-radius: 10px;
}
 
::-webkit-scrollbar-thumb {
    background: #288496; 
    border-radius: 10px;
}
#endpage
{
	display:none;
}
#acknowledgementDiv 
{
	background-color: aliceblue;
	border: 0.22vw solid black;
	border-radius: 3vw;
}
#developerNameDiv
{
	margin-bottom: 2vh;
}
.fontClass
{
	font-size:1.5vw;
	margin-top:1.5%;
	color:black;
}
.firstLetter:first-letter
{
	font-size:2vw;
}