html{
	height:100%;
}
body
{
	user-select:none; 
	background-position:center;
	background-attachment:fixed;
	background-repeat:no-repeat;
	background-size:100% 100%;
	overflow:hidden;
}	
.se-pre-con {
	position: fixed;
	left: 0px;
	top:150px;
	width:100%;
	height: 100px;
	z-index: 9999;
	background-repeat: no-repeat;
	background-position:center;
}
.oprcls
{
	font-size:4vw;
	font-weight:bold;
}
.nopadding
{
	padding:0!important;
}
#optionsDiv
{
	margin-top:10vh;
}
.options
{
	height:10vh;
	font-size:4vw;
	background-color:white;
	border-radius:0.5vw;
}
.objimg
{
	
}
#equation1,#equation2,#equation3
{
	margin-top:2vh;
}
#equalTo1
{
	height:5vh;
}
#secondDiv
{
	margin-top:5vh;
}
#gamePage
{
	margin-top:-2vh;
}
#homeImage
{
	visibility:hidden;
}
#logoImage
{
}
#playButton
{
	padding:0px;
}
#homeButton
{
	padding:0px;
}
#gameOverText
{
	margin-top: 0.5vh;	
	text-align:center;
	font-size:6vw;
	font-weight:bold;	
}
#endPage
{
	margin-top:5%;
}




