
html{
	height: 100%;
}
body 
{
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
#gamePage,#lastPage{
	display:none;
}

.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;
}

#instruction{
	color:white;
	font-size: 2.2vw;
	font-weight:bold;
}

#msgText{
    text-align: center;
    font-size: 2.5vw;
    color: white;
    font-weight: bold;
}


#sentence
{
	background-color:white;
	border-radius:15px ;
	padding:2%;
	margin-top:5%;
	color:black;
	font-size:3vw;
}

#background
{
	
		background-repeat:no-repeat;
		background-size:100% 100%;
		background-position:center;
		background-attachment:fixed;
		background-color: deepskyblue;
}


.blink_me {
animation: blinker 1s linear infinite;
}
@keyframes blinker {  
50% { opacity: 0.5; }
}

#logoDiv{
    margin-top:1%;
}
#playDiv{
    margin:0% 0% 0% 45%;
	bottom:0;
	position:fixed;
}



.modal 
	{
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; 
   	background-color: rgba(0,0,0,0.6); 

}


.modal-content {
	
background-color:rgb(14,80,133);
}

#questionMsg
{
	color:white;
}

#Yes,#No
{
	background-color:rgb(249,185,0);
	color:black;
	font-size:1.7vw;
}
.spans{
	margin-left:1%;
}

.options{
	font-size:2.2vw;
	color:black;
	margin-top:10%;
	margin-bottom: 10%;
	border:2px solid black;
	padding:2% !important;
	background-color:rgb(249,185,0);
}


#scoreText{
	font-size: 30px;
	font-weight: bold;
	margin:-4% 0% 0% 90%;
}

#lastmsg{
	font-size: 80px;
	margin-top:-5%;
	font-weight: bold;
	
	color:white;
}


#joker{
	height:215px;
	z-index:200;
	
}

.noPadding{
	padding:0px !important;
}

/*#girlwithLadder{
	height:475px;
}
*/
#wrongWordsDiv{
	bottom:0;
	position:fixed;
}

#gamePage{
    margin-top: -3%;
}
.btn{
	font-weight:bold;
	margin: 5% 0% 5% 0%;
}

#responseBox{
	margin-top:7%;
}
#scoreBoard{
	font-weight:bold;
	font-size:20px;
	color:black;
	margin-top:3%;
	background-color:rgba(255,255,255,0.31);
	box-shadow: 10px 10px 5px rgb(0,0,0);
	border-radius:30px;
}
.setMargins{
	margin-top:1%;
	margin-bottom:1%;
}

