.se-pre-con {
	position: fixed;
	left: 0px;
	top:150px;
	width:100%;
	height: 100px;
	z-index: 9999;
	background-repeat: no-repeat;
	background-position:center;
}

.nopadding
{
	padding:0 !important;
}
.toBottom
{
	position:fixed;
	bottom:0;
}

html{
	height:100%;
}
body
{
	user-select:none; 
	background-position:center;
	background-attachment:fixed;
	background-repeat:no-repeat;
	background-size:100% 100%;
/*
	overflow:hidden;
*/

}
#record
{
	pointer-events: none;
}


.options
{
	height:15vh;
	z-index:10;
}
	
.images
{
	height:100%;
	
}


#questionDiv
{
	color:black;
	font-size: 8vw;
    text-align: center;
    font-weight: bold;
}

.words
{
	display:none;
	color:black;
	font-size:3vw;
    text-align: center;
    margin-top:2vh;
  
}
#scoreDiv
{
/*
	border: 1px solid black;
	border-radius:5%;
    background-color: skyblue;
*/
    text-align: center;
    font-size: 2vw;
	font-weight: bold;
    height: 11vh;
    margin-top:1%;
    visibility:hidden;
}
.blink_me
{
	animation: blinker 1s linear infinite;
}
@keyframes blinker 
{  
	50% { opacity: 0.5; }
}
#responseBoxDiv
{
	display:none;
}

.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: hidden; 
  background-color: rgba(0,0,0,0.6); 
  padding:10%;
}
.noPointer
{
	pointer-events:none;
}
