.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;
}
.loader
{
  position: fixed!important;
  display: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: center no-repeat#afaca7d1;
  z-index: 1;
}
body
{
	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	background-attachment:fixed;
	background-repeat: no-repeat;
	background-position:center;
	background-size:100% 100%;
}
#gamepage{
	position: absolute;
}
#homeLogoDiv{
	margin-top: 1vh;
	    z-index: 1;
}
.menuNames
{
    font-size: 2vw;
    font-weight: bold;
	color:black;
	background-color: aliceblue;
	border: 4px solid black;
	border-radius: 1vw;
	padding:13%; 
	margin-top:7vh;
	box-shadow:8px 6px 7px rgb(0, 0, 0), inset -100px 0px 100px rgba(70, 141, 197, 0);
}
.borderClass
{
	height: 35vh;
	border-radius: 5%;
	border: 3px solid black;
	margin-top: 2vh; 
	object-fit: contain;
	background-repeat: no-repeat;
	background-position:center;
	background-size:100% 100%;
	box-shadow:4px 3px 7px rgb(0, 0, 0), inset -100px 0px 100px rgba(70, 141, 197, 0);
}
#picture1{
	right: 4vw;
}
#picture2{
	right: 8vw;
}
.pictureClass
{
	top:15vh;
	/* margin-left: 6vw; */
}
.optionClass
{
	margin-top: 2vh;
}
#showMePageDiv
{
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
	height: 94vh;
    margin-top: 2vh;
}
.textDivCss{
	text-align: center;
    font-size: 1.7vw;
    color:black;
    font-weight: bold;
    display: block;
    margin-top: 2vh;
    /* height: 13vh; 
    padding-top: 0.8vh;
	user-select: none;
	background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%; */
}
.noPadding
{
	padding:0px!important;
}
#endpage
{
	display:none;
	position: absolute;
	/* background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
	height: 97vh; */
}
#starDiv{
	margin-top:3vh;
    right: 3vw;	
}
#message
{
    font-size: 4.8vw;
    font-weight: bold;
	color:black;
	/* margin-top:1vh; */
}
#instructionText
{
    font-size: 2.8vw;
    font-weight: bold;
	color:black;
}
#acknowledgementDiv 
{
	overflow-y: scroll;
	height: 40vh;
   /*  margin-top: 3vh; */
    border: 0.22vw solid black;
    border-radius: 1vw;
	box-shadow: 3px 3px 2px rgb(61, 60, 60);
}
/* width */
::-webkit-scrollbar {
	width: 1vw;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
	box-shadow: inset 0 0 5px rgb(95, 95, 95); 
	border-radius: 10px;
  }
   
  /* Handle */
  ::-webkit-scrollbar-thumb {
	background: #0da056; 
	border-radius: 10px;
  }
  
#developerNameDiv
{
	margin-bottom: 2vh;
}
.fontClass
{
	font-size:1.5vw;
	margin-top:1vh;
	color:black;
	font-weight: bold;
}
.firstLetter:first-letter
{
	font-size:1.5vw;
}