.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%;
}
.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
{
	border: 4px solid black;
    border-radius: 5%;
	margin-top: 1%;
	background-repeat: no-repeat;
	background-position:center;
	background-size:100% 100%;
	padding:5%;
	box-shadow:8px 6px 7px rgb(0, 0, 0), inset -100px 0px 100px rgba(70, 141, 197, 0);
	object-fit: contain;
}
.pictureClass
{
	top:9vh;
	margin-left: 6vw;
}
.optionClass
{
	margin-top: 2vh;
}
#showMePageDiv
{
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
	height: 88vh;
	margin-top: -10vh;
}
.noPadding
{
	padding:0px!important;
}
#endpage
{
	display:none;
	margin-top:10vh;
}
#message
{
    font-size: 5vw;
    font-weight: bold;
	color:black;
}
#acknowledgementDiv 
{
	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;
}
.firstLetter:first-letter
{
	font-size:1.5vw;
}