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;
}
.part
{
	border-radius:0.5vw;
	font-size: 5vw;
    text-align: center;
	background-color:white;
	height:20vh;
}
.blank
{
	border-bottom:1px solid black;
	height:20vh;
}
.block
{
	border-radius:0.5vw;
	font-size: 5vw;
    text-align: center;
	background-color:white;
}
.opacityCls
{
	opacity:0.5;
}
.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;	
}
#soundDiv
{
	visibility:visible;
}
#gamePage
{
	margin-top:-2vh;
}
#homeImage
{
	visibility:hidden;
	z-index:100;
}
#endPage
{
	margin-top:-15%;
}
#blankDiv
{
	margin-top:15vh;
}
#checkSoundDiv
{
	margin-top:15vh;
	visibility:hidden;
}
#checkDiv
{
	margin-top:7vh
}
#boyDiv
{
	bottom:0;
	position:fixed;	
}
#bottomDiv
{
	bottom:0;
	position:fixed;	
}

