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;
}
.nopadding
{
	padding:0!important;
}
.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: auto; 
	background-color: rgba(0,0,0,0.6); 
} 
.modal-content
{
	background-color:#ffffff !important;	
}
.tower
{
	background-position: center;
    background-repeat: no-repeat;
	background-size:cover;
    height: 45vh;
}
.outerDisc
{
/* 	border-radius:2vw; */
	height:5vh;
	bottom:-26.5vh;  
	font-size:1.3vw;	
	z-index:1;
}
#helpDiv
{
	margin-top:5vh;
}
#bottomDiv
{
	bottom:0;
	position:fixed;
}
#movesDiv
{
	background-color:#53b7e9;
	border-radius:50%;
	height:18vh;
}
#movesText
{
	font-size:2vw;
	font-weight:bold;
	margin-top: 1.8vh;
	color: white;
}
#moves
{
	font-size:3vw;
	font-weight:bold;
	margin-top: -2vh;
	color: white;
}
#soundDiv
{
	visibility:hidden;
}
#gamePage
{
	margin-top:-2vh;
}
#homeImage
{
	visibility:hidden;
	z-index:100;
}
#endPage
{
	margin-top:-15%;
}

