.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
{
	-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: 80vh;
	margin-top: -10vh;
}
.noPadding
{
	padding:0px!important;
}
#endpage
{
	display:none;
}
.blink_me
{
	animation:blinker 1s linear infinite;
}
@keyframes blinker
{
	50%
	{
		opacity:0.5;
	}
}
#gameOverDiv
{
	font-size: 7vw;
    font-weight: bold;
    margin-top: 5vh;
    color: black;
	text-align: center;
}

.overlay
{
  z-index: 10;
  background-color: rgba(0,0,0,0.5);
}
#questionMsg
{
	font-size: 3vw;
    line-height: 10vh;
}
#responseBox {
	margin-top: 25vh;
	 background-color: #185b94;
	 color: white;
	 position: relative;
	 top: 0;
	 left: 0;
	 height: 59vh;
	 padding: 2vh;
 }
 #responseBoxDiv
 {
	 padding: 0%!important;
 }
 #btnDiv {
	 margin-top: 3vh;
 }
 #Yes,#No
 {
	 background-color:rgb(249,185,0);
	 color:black;
	 font-size:2.5vw;
	 font-weight:bold;
 }
.modal-content
{
	background-color: white;
	box-shadow:17px 25px 13px rgb(0, 0, 0), inset -98px 0px 180px rgb(60, 59, 130) ;
	border: 4px solid white;
	position: fixed;
   top: 25vh;
   right: 0;
   bottom: 0;
	left: 25vh;
	height:fit-content;
}
#machineImg
{
	box-shadow: 9px 14px 8px black;
}