.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,.optionDivs
{
	user-select:none; 
	background-position:center;
/*
	background-attachment:fixed;
*/
	background-repeat:no-repeat;
	background-size:100% 100%;
	overflow:hidden;

}	
.optionDivs
{
    margin-top: 5vh;
    height:13.5vh;
}
.options
{
	margin-top:3vh;
	text-align: center;
    color: white;
    font-size: 3.5vw;
    line-height:1;
	font-weight:bold;
}

#gameOver
{
	color: black;
    font-size: 7vw;
    font-weight: bold;
    margin-top: 5vh;
    text-align:center;
}

.levels
{
	margin-top:10vh;
}

#message
{
	text-align:center;
	color:white;
	font-size:2vw;
	margin-top: 4vh;
}

#acknowledgementDiv 
{
	margin-top: 4vh;
	background-color: aliceblue;
	border: 0.22vw solid black;
	border-radius: 3vw;
}

#developerNameDiv
{
margin-bottom: 2vh;
}

.fontClass
{
	font-size:1.5vw;
	margin-top:1.5%;
	color:black;
}
.firstLetter:first-letter
{
	font-size:2vw;
}

#nextDiv
{
	margin-top:5vh;
}

#soundDiv
{
	margin-top:20vh;
}
#replay
{
	margin-top:5vh;
}
#lastPage
{
	display:none;
	margin-top:5vh;
}
#homeButton
{
	visibility:hidden;
}
.blink_me
{
	animation: blinker 1s linear infinite;
}
@keyframes blinker 
{  
	50% { opacity: 0.5; }
}
