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:0px !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;	
}
#soundDiv
{
	visibility:hidden;
}
#gamePage
{
	margin-top:-16vh;
}
#homeImage
{
	visibility:hidden;
	z-index:100;
}
#endPage
{
	margin-top:-2%;
}
.letter
{
	/* height:15vh; */
}
.path
{
	height:9vh;
	background-color:white;
	border:1px solid black;
}
.player
{
	margin-top:1vh;
	background-color:white;
	height:10vh;
	border-radius:0.5vw;
	font-size:1.5vw;
}
.imgcls
{
	background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
#div1
{ 
	margin-top: 0vh;
}
#questionDiv
{
	visibility:hidden;
/*	border:1px solid black;
 	height:47.6vh; */
}
#playersDiv
{
	position:fixed;
	bottom:20vh;
	z-index: 10;
}
#diceDiv
{
	margin-top:12vh;
}
.blink_me 
{
	animation: blinker 1s linear infinite;
}
@keyframes blinker 
{
	50% {
			/*  background:#ecec4e;  */
	         opacity: 0.3; 
	    }
}
.bluePlayer
{
	font-size: 2vw;
    top: -1vh;
    left: 0.5vw;
    background-color: #00BFFF;
	position:relative;
}
.redPlayer
{
	font-size: 2vw;
    left: 1.7vw;
    top: -1vh;
    background-color: red;
	position:relative;
}
.greenPlayer
{
	font-size: 2vw;
    left: 0.1vw;
    top: 5vh;
    background-color: #20c720;
	position:relative;
}
.yellowPlayer
{
	font-size: 2vw;
    left: 0.7vw;
    top: 0.1vh;
    background-color: #e2e225;
	position:relative;
}
.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:rgb(239, 108, 0)!important;
	margin-top:5vh;
}
.buttonCls
{
	color:white;
	background-color:#e09b36;
	font-size:1.5vw;
	margin-top: 7vh;
    margin-bottom: 4vh;
}
.winner
{
	font-size:3vw;
	font-weight:bold;
}

#imgDiv
{
	margin-top: 2.2vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 0.5vw;
    height: 36vh;
    margin-bottom: 1vw;
}
#questionCard
{
	/* height:30vh; */
}
#questionText
{
	font-size:2vw;
	margin-top:2vh;
	color:white;
}
#scoreBoard
{
	visibility:hidden;
	font-size:1.8vw;
	margin-left:5vw;
	background-color:rgb(239, 108, 0);
	border-radius: 0.5vw;
	position:fixed;
	bottom:30vh;	
}
#scoreCard
{
	visibility:hidden;
	font-size:1.8vw;
	background-color:rgb(239, 108, 0);
	border-radius: 0.5vw;
	height:50vh;
}
#timer
{
	font-size:3vw;
}
#animationDiv
{
	display:none;
}
#gifDiv
{
	margin-top: 2.2vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 0.5vw;
    height: 36vh;
    margin-bottom: 1vw
}
#foregroundImg
{
	height:36.5vh;
}
#gameOverText
{
	font-size:4vw;
	font-weight:bold;
}

    


