.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;
  /* color: #ffe000; */
}
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%;
}
.noPadding{
	padding:0px!important;
}

#homeDiv{
	z-index: 1;
}
#homeLogoDiv{
	margin-top: 1vh;
}
.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{
	/* padding:5%; */
	height: 38vh;
	border-radius: 5%;
	border: 4px solid black;
	margin-top: 2%; 
	object-fit: contain;
	background-repeat: no-repeat;
	background-position:center;
	background-size:100% 100%;
	box-shadow:8px 6px 7px rgb(0, 0, 0), inset -100px 0px 100px rgba(70, 141, 197, 0);
}
.pictureClass{
	top: 22vh;
}
#picture1 {
    right: 4vw;
}
#picture2 {
    right: 8vw;
}
.optionClass{
	margin-top: 4vh;
}
#gamepage{
	position: absolute;
}
#BirdGamePageDiv, #endpage{
	height: 94vh;
	margin-top: 2vh;
	overflow: hidden;
	user-select: none;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
}

#endpage{
	display:none;
	position: absolute;
}
#message{
	left: 3vw;
	color: black;
    font-size: 4.8vw;
    font-weight: bold;
	text-align:center;
}
#starsDiv{
	margin-top: 1vh;
}
#instruction{
	left: 3vw;
	color: black;
    font-size: 2.2vw;
    font-weight: bold;
	text-align:center;
}
#infoDiv{
	top: 1vh;
	color: black;
	font-size: 1.9vw;
	font-weight: bold;
	text-align: center;
}
#acknowledgementDiv {
	left: 3vw;
	height: 36vh;
    margin-top: 2vh;
    overflow-y: auto;
    overflow-x: hidden;
    border-radius: 2vh;
    border: 3px solid black;
}
#replayDiv{
	left: 4vw;
}
#developerNameDiv{
	margin-bottom: 2vh;
}
.fontClass{
	color: black;
	margin-top: 1vh;
	font-size: 1.5vw;
    font-weight: bold;
}
.firstLetter:first-letter{
	font-size:1.5vw;
}

::-webkit-scrollbar {				/* width */
	width: 13px;
}
::-webkit-scrollbar-track {			/* Track */
	box-shadow: inset 0 0 7px grey; 
	border-radius: 40px;
}
::-webkit-scrollbar-thumb {			/* Handle */
	background: #339845;	
	border-radius: 40px;
}
/* Handle on hover */
/* ::-webkit-scrollbar-thumb:hover {	
	background:  rgb(3, 27, 238);
} 