html{
	width:100%;
	height:100%;
}
#coverPage,#level1{
	display:none;
}
body
{
background-repeat: no-repeat;
background-position:center;
background-size:100% 100%;
overflow:hidden;
user-select:none;
}
.pos{
	position:fixed;
	bottom:0;
	}
.se-pre-con {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: center no-repeat #fff;
}
#chaudakhadiInstruction
{
	font-size:1.7vw;
	color:black;
	display: flex;
align-items: center;
flex-wrap: wrap;
justify-content: center; 
font-weight: bold;
border:2px solid black;
border-radius:5vw;
height:15vh;
background-color:#ADADC9;

}
#InstructionDiv
{
	font-size:2.5vw;
	color:black;
	display: flex;
align-items: center;
flex-wrap: wrap;
justify-content: center; 
font-weight: bold;
border:2px solid black;
border-radius:5vw;
height:15vh;
background-color:#ADADC9;
}
.blink_me {
animation: blinker 1s linear infinite;
}
@keyframes blinker {  
50% { opacity: 0.5; }
}
.letters{
	z-index: 50;
}
#scrollbarDiv{
	margin-top: 2%;
}
#scrollBar{
	overflow-x:scroll;
	overflow-y:hidden;  
	height:35vh;
	font-size:14vw;
	color:black;
  border: 2px solid white;
  border-radius: 25px;
  background-color: rgba(255,255,255,0.2);
  box-shadow: 10px 15px 20px #888888;

}
.nopadding{
	padding:0px!important;
}
#scrollRight,#scrollLeft
{
	max-width:85%;
}
.scrolls{
	height:35vh;
}
.alignInLine
{
	width:10%;
    margin-left:2%;
    display:inline;
	padding:2%;
}
.align6InLine{
	display:inline;
	margin-left:5vw;
	display: flex;
align-items: center;
flex-wrap: wrap;
justify-content: center;
}
.trans{
	background-color: transparent !important;
}

.deviceWiseSize{
		font-size:5vw;
		color:black;
		padding:8%;
		display: flex;
align-items: center;
flex-wrap: wrap;
justify-content: center; 
font-weight: bold;
	}
	.deviceWiseLetters{
		font-size:5vw;
		color:#7f1734;
		font-weight:bold;
	}

#logoDiv,#homeDiv{
	margin-top: 1vh;
}
#chaudakhadiDiv{
	margin-top: 3%;
}