html
{
		height:100%;
}
body
{
	user-select:none; 
	background-position:center;
	background-attachment:fixed;
	background-repeat:no-repeat;
	background-size:100% 100%; 
	overflow:hidden;
	width:100%;
	height:100%;

} 
#svgDiv
{	
	user-select:none; 
	overflow:hidden;
	width:100%;
	max-height:100%;
}
#bodyDiv
{
	margin-top: -10%;
}
#logoDiv
{
	z-index:9999;
}
.se-pre-con
 {
	position: fixed;
	left: 0px;
	top: 150px;
	width:100%;
	height: 100px;
	z-index: 9999;
	background-image: url(../css/Preloader_3.gif);
	background-repeat: no-repeat;
	background-position:center;
}
.noPadding
{
	padding:0px !important;
}
.letter
{
	padding:0px !important;
}
.para
{
	font-size:-webkit-xxx-large;
}
.lettersCls{
	padding:0%;
}
#logoDiv
{
	z-index:9999;
}
#wordDiv
{
	margin-top:-50%;
	background-repeat:no-repeat;
	
}
#checkButtonDiv
{
	margin-top:2%;
}
#lastPageText{
	font-size:5vw;
	font-weight:bold;
}
#tryAgainDiv
{
	margin-top:1%;
}
.letterSpan{
	font-size:-webkit-xxx-large;
	font-weight:bold;
}
#questionDiv
{
		margin-top:15%;
}
#coverPage
{
		margin-top:13%;
}
#homeAndLogoDiv
{
		display:none;
		margin-top:1%;
}
#homeImg
{
	pointer-events:all;
}
#soundImage
{

}
#gamePage
{
	margin-top:-2%;
}
#levelPage
{
	margin-top:2%;
}
#nextButtonDiv
{
	margin-top:-10%;
}
#checkButtonDiv
{
	margin-top:-45%;
}
#stopSoundButtonDiv 
{
	margin-top:-50%;
}
.dragover{
		z-index:1;
}
.color_green{
		color:green !important; 
}
.color_black{
		color:black !important; 
}
.color_red{
		color:red !important; 
}
.backgroundColor{
	background-color:red;
}
@media screen  and (min-device-width :1000px) and (max-device-width :1190px){
#stopSoundButtonDiv 
{
	margin-top:-50%;
}
#nextButtonDiv
{
	margin-top:-15%;
}
#checkButtonDiv
{
	margin-top:-40%;
}
}	