 .se-pre-con
 {	
	position: fixed;
	left: 0px;
	top:150px;
	width:100%;
	height: 100px;
	z-index: 9999;
	background-repeat: no-repeat;
	background-position:center;
}
body
{
	background-attachment:fixed;
	background-repeat: no-repeat;
	background-position:center;
	background-size:100% 100%;
	user-select:none;
}
#homeDiv,#logoDiv
{
	margin-top:1%;
}
#playGame
{
	position:fixed;
	bottom:0;
}
#nextGame
{
	margin-top:12%;
}

.noPadding
{
	padding:0px !important;
}
.fontClass
{
	font-size:5vw;
	color:white;
	font-weight:bold;
}
#textDiv1,#textDiv2
{
	margin-top:5vh;
}
.blink_me
{
	animation: blinker 1s linear infinite;
}
@keyframes blinker 
{  
	50% { opacity: 0.5; }
}
#ButtonsDiv
{
	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: hidden; 
	background-color: rgba(0,0,0,0.6); 
	padding:10%;
}
#acknowledgementDiv
{
display:none;
margin-top: 5%;
background-color: aliceblue;
border: 0.22vw solid black;
border-radius: 3vw;
}
.fontClassA
{
font-size:2vw;
margin-top:1.5%;
font-family: calibri;
color:black;
text-align: center;
}
.firstLetter:first-letter
{
font-size:2.4vw;
}