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;	
}
select
{
	padding-left: 5vw;
}
#dropDownDiv
{
	display: none;
}
#questionDiv
{
	font-size: 2.8vw;
	font-weight: bold;
	margin-top: 5vh;
	margin-left: 0.5vw;
}
#NoOfplayers,option
{
	font-size:2vw;
	height:8vh;
}
#rightPart{
	margin-top: -10vh; 
}
#Canvas
{
	height:50px;
}
#myCanvas
{
	margin-top:-2vh;
	position: relative;
	transform-origin:center center;
	/* animation: spin 1s infinite;
	 */
}
@keyframes spin {
	50% { transform: rotate(180deg); }
	100% { transform: rotate(360deg); }
}
#soundDiv
{
	visibility:hidden;
}
#gamePage
{
	margin-top:-2vh;
}
#homeImage
{
	visibility:hidden;
	z-index:100;
}
#endPage
{
	margin-top:-15%;
}
#leftPart{
	margin-top:5vh;
}
#selectText
{
	font-size:2vw;
	font-weight:bold;
}
#dropDownDiv
{
	margin-top:5vh;
}

