body 
{
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#coverPage,#gamePage{
	display:none;
}

#sentenceDiv
{
	word-wrap:normal;
}
#showMsg{
	font-weight:bold;
	font-size:7vw;
	margin-top:10%;
	color:rgb(24,56,132);
}
.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;
}

html{
    height: 100%;
}
#logoDiv,#homeDiv{
    margin-top: 1%;
}


#background{
		background-repeat:no-repeat;
		background-size:100% 100%;
		background-position:center;
		background-attachment:fixed;
}

.blink_me {
animation: blinker 0.5s linear infinite;
}
@keyframes blinker {  
50% { opacity: 0; }
}

#containment-wrapper
{
    height:100vh;
    margin-top:0%;
}
.noPadding{
    padding:0px!important;
}
#playGameDiv {
   bottom:0px;
   position:fixed;
}
#sentenceDiv,.splitteredWord
{
	font-size:3vw;
	font-weight:bold;
}
.splitteredWord{
	z-index:5000;
}
#sentenceDiv{
	color:black;
}
.spaces{
	margin-left:2%;
	color:rgb(24,56,132);
}
.blankSpaces{
	border-bottom:3px solid black;
}
.sentences{
	margin-top:1%;
	margin-bottom:3%;
}
#jokerDiv{
	margin-top:-25%;
	z-index:50000;
}
