.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-size:100% 100%;
	background-repeat:no-repeat;
	background-position:center;
	background-attachment:fixed;
	user-select:none;
}

#coverPage
{
	position: fixed;
    bottom: 36vh;
    right: 4.8vw;
}
#footer
{
	height: 42.5vh;
	background-size: 100% 100%;
    background-repeat: no-repeat;
    position:fixed;
    bottom:0;
}
.noPadding
{
	padding:0 !important;
}
#question,#example
{
	font-size:5vw;
	text-align:center;
}
.text,.options
{
	background-repeat:no-repeat;
	background-size:100% 100%;
}
.shownWord
{
	font-size: 5vw;
	margin-top:2vh;
	font-weight: bold;
	color:black;
	margin-left:38vw;
}
.letterSpan
{
	margin-left:1vw;
}

#optionDiv
{
	 margin-top:6%;
}
#endpage
{
	display:none;
}
#acknowledgementDiv 
{
	margin-top: 10%;
	background-color: aliceblue;
	border: 0.22vw solid black;
	border-radius: 3vw;
}
#developerNameDiv
{
	margin-bottom: 2vh;
}
.fontClass
{
	font-size:2vw;
	margin-top:1.5%;
	font-family: calibri;
	color:black;
}
.firstLetter:first-letter
{
	size:2.4vw;
}
.text,.options
{
	margin:4vh 4vw 4vh 4vw;
	height:18vh;
	font-size:5vw;
	color:black;
}
bottomClass
{
	margin-top:0.5vh;
}
#wordOuterDiv
{
	height:25vh;
	background-size:cover;
	background-repeat:no-repeat;
}
#gameOver
{
	font-size: 7vw;
    font-weight: bold;
    margin-top: 5vh;
	color:black;
}
#nextDiv
{
	position:fixed;
	bottom:0;
}
.blink_me
{
	animation: blinker 1s linear infinite;
}
@keyframes blinker 
{  
	50% { opacity: 0.5; }
}
#endpage
{
	margin-top:5vh;
}