.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;
}
.toBottom
{
	position:fixed;
	bottom:0;
}

html{
	height:100%;
}
body
{
	user-select:none; 
	background-position:center;
	background-attachment:fixed;
	background-repeat:no-repeat;
	background-size:100% 100%;
	overflow:hidden;

}	
#homeImage
{
	display:none;
}
#playInstruction
{
	display:none;
}
#gamePage
{
	display:none;
}
#endPage
{
	display:none;
}

.queAnsclass
{
	height:16vh;
	background-color:#2874A6;	
	background-position:center;
	background-repeat:no-repeat;
	background-size:100% 100%;
	overflow:hidden;
}
.queAnsText
{
	color:black;
	font-size:1.8vw;
	font-weight:600;
	text-align: center;
    margin-top: 4vh;
}
#question
{
	
}
#answer
{
	
}
#queAnsDiv
{
	z-index:-1;
}
.textFont
{
	font-size:3vw;
	text-align:center;
}

#card
{
	background-color:black;
	border-radius: 1vw;
}

.cardClass
{
	background-position:center;
	background-repeat:no-repeat;
	background-size:100% 100%;
	overflow:hidden;
	margin-top:1%;
	margin-bottom:1%;
	height:10vh;
}
.cardTextClass
{
	color:black;
	font-size:1.8vw;
	font-weight:600;
	text-align: center;
    margin-top: 2vh;
}
.players
{
	color:white;
	font-size:2vw;
	font-weight:600;
	text-align:center;
}
.cardsCountClass
{
	color:white;
	font-size:2vw;
	font-weight:600;
	text-align:center;
	margin-top:2vh;
	
}

#instruction
{
	font-size:2vw;
	font-weight:600;
	text-align:center;
}

#instuctionPage
{
	margin-top:6vh;
}

#playInstruction
{
	margin-top:12vh;
}

.blink_me
{
animation: blinker 1s linear infinite;
}
@keyframes blinker 
{  
50% { opacity: 0.5; }
}
.winnerNameClass
{
	text-align:center;
	font-size:2vw;
	font-weight:600;
}
#endPage
{

	margin-top:18vh;
}
