.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;
}
.noPadding
{
	padding:0px !important;
}
.balloonClass
{
	/* border:3px solid black;     */
	border-radius: 1vw;
	color:black;
	text-align: center;
    font-size: 3vw;
    font-weight: bold;
    /* background-color: #bbe1f8; */
	/* box-shadow: 8px 6px 7px rgb(0, 0, 0), inset -100px 0px 100px rgba(70, 141, 197, 0); */
	height:12vh;
	width:7vw;
	/* background-attachment:fixed; */
	background-repeat: no-repeat;
	background-position:center;
	background-size:100% 100%;
	user-select:none;
}
.displayClass
{
	display: inline-flex;
}
#timeDiv
{
	/* margin-top: 7vh; */
}
.wordsClass
{
	border:2px solid black;
	color:black;
	border-radius:1vw;
	text-align: center;
    font-size: 2vw;
    font-weight: bold;
    background-color: #bbe1f8;
	box-shadow: 8px 6px 7px rgb(0, 0, 0), inset -100px 0px 100px rgba(70, 141, 197, 0);
	height:8vh;
	margin:0.5%;
}
.marginLeftClass
{
	margin-left:4vw;
}
#gridDiv
{
	margin-top:-9vh;
}
#checkDiv,#reloadDiv,#counterDiv
{
	margin-top:5vh;
}
#counterDiv
{
	border: 2px solid black;
	box-shadow: 8px 6px 7px rgb(0, 0, 0), inset -100px 0px 100px rgba(70, 141, 197, 0);
	color:black;
    border-radius: 4vw;
    text-align: center;
    font-size: 5vw;
}
#questionDiv
{
	border:1px solid black;
	margin-top:4vh;
	text-align: center;
    font-size: 3vw;
    font-weight: bold;
    background-color: #bbe1f8;
	height:10vh;
}
#characterDiv
{
	/* margin-top:20vh; */
	position:relative;
	top:36vh;
}
.textClass
{
	text-align:center;
	font-size: 7vw;
    font-weight: bold;
	color:black;
}
.blink_me
{
	animation: blinker 1s linear infinite;
}
@keyframes blinker 
{  
	50% { opacity: 0.5; }
}
/* #modalPage
{
	display:none;
	margin-top:10vh;
} */
.modal 
{
    display: none; 
    position: fixed; 
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto; 
}
.overlay
{
  z-index: 10;
  background-color: rgba(0,0,0,0.5);
}
.messageClass
{
	text-align: center;
	color:black;
    font-size: 3.5vw;
}
/* .closed 
{
	opacity:1 !important;
	color: red;
	float: right;
	font-size: 7vw;
	font-weight: bold;
} */
#buttonDiv
{
	margin-top: 4vh;
}
.btnClass
{
	background-color: rgb(51, 122, 183);
    border-color: rgb(51, 122, 183);
    border-radius: 6%;
    color: white;
    text-align: center;
    height: 7vh;
    font-size: 1.9vw;
    padding: 0.4%;
}
#modalDiv
{
	height:60vh;
	background-color:rgb(177, 207, 228);
	border: 5px solid black;
    border-radius: 2vw;
    box-shadow: 17px 6px 7px rgb(0, 0, 0), inset -100px 0px 100px rgba(70, 141, 197, 0);
}
#gamepage
{
	display:none;
}
#message
{
    font-size: 5vw;
    font-weight: bold;
	color:black;
}
#acknowledgementDiv 
{
	background-color: aliceblue;
	border: 0.22vw solid black;
	border-radius: 3vw;
}
#developerNameDiv
{
	margin-bottom: 2vh;
}
.fontClass
{
	font-size:1.3vw;
	margin-top:1vh;
	color:black;
}
.firstLetter:first-letter
{
	font-size:1.5vw;
}