html{
	height: 100%;
}
.se-pre-con {
	position: fixed;
	left: 0px;
	top:150px;
	width:100%;
	height: 100px;
	z-index: 9999;
	background-repeat: no-repeat;
	background-position:center;
}
body{
	user-select: none;
    background-repeat: no-repeat;
	background-attachment: fixed;
    background-position:center;
    background-size:100% 100%;
    overflow:hidden;
}
.noPadding{
	padding:0 !important;
}

.toBottom{
	position: fixed;
	bottom: 0;
}

#closeInfo{
	position: fixed;
  	bottom: 0;
}
#logo, #home{
	top: 1vh;
	z-index: 1;
}
#home, #showHelp, #hideHelp{
	left: 0.3vw;
}
#playDiv,#bottomDiv1,#bottomDiv2,#buttonDiv, #bottom{
	position:fixed;
	bottom:0;
}

#outerDiv{
	/* height: 55vh;	 */
	color: whitesmoke;
	font-size: 2.3vw;
 	font-weight: bold;   
	margin-top: 5vh;
	
	/*background-color: rgb(49 77 101 / 65%);		/* rgba(21, 20, 20, 0.1); */
    border: 5px solid white;
    /* border-radius: 3.5vh; */ 
	user-select: none;
    background-repeat: no-repeat;
	background-attachment: fixed;
    background-position:center;
    background-size:100% 100%;
    overflow:hidden;
	box-shadow: 10px 11px 11px black;

}

#InstructionDesc{
	display: flex;
    align-items: center;
    justify-content: center; 

}

/* #gamePage{
	top: 17vh;
} */
#checkDiv{
	top: -1vh;
	/* display: flex;
    align-items: center;
    flex-wrap: wrap;
	justify-content: center;  */
}
.levelDivCss{
	user-select: none;
    background-repeat: no-repeat;
    background-position:center;
    background-size:100% 100%;
    overflow:hidden;
}
.levelNoFont{
	font-size: 2.5vw;
	color: #0c3065; /* #black */
	font-weight: bold;
	padding-left: 0vw;
    padding-right: 0vw;
    padding-top: 1vh;
	text-align: center;
}
.starCss{
	margin: 0.5vh 0 0.5vh 0
}

/* #soundDiv{
	margin-top: 25vh;
} */
.questionLeftFont{
	color: white; /* #e02222; */
	font-size: 2vw; /* 2.3vw; */
	margin-top: 1vh;
	font-weight: bold;
	padding-right: 0vw;
	padding-left: 0vw;
	padding-bottom: 2vh;
	text-align: center; 
} 
#questionSection{
	color:#000000;	
	padding: 2%;
	font-size: 2.8vw;
	font-weight: bold;
	margin-top: -10vh;
	text-align: center;
	font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif; 
}

#questionSection, #optionSection,#questionDiv,.stateSpan{
	user-select: none;
    background-repeat: no-repeat;
    background-position:center;
    background-size:100% 100%;
    overflow:hidden;
}
#optionSection{
	z-index: 1;
	right: -4vw;

}

#questionDiv{
	color: white;
	/* height: 10vh; */
    display: flex;
    justify-content: center;
    align-items: center;
}
#questionImage{
	margin-top: 3vh;
	height: 45vh;
}
.stateSpan{
	display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 1.7vw;
    font-weight: bold;
    cursor: pointer;
    user-select: none;
    height: 10vh;
	margin:	1.5vh;
	text-align: center;
	padding: 2% 2%;
}
#showLifelines{
	display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
	margin-top: 12vh;
}

#rightAnsScreen{
	position: absolute;
	top: 4vh;
}
#MapDiv{
	height: 84vh;
	border-radius: 2vh;
    border: 1.5px solid white;
	box-shadow: 10px 11px 11px #1d2f44;
}
#clueImgDiv{
	height: 40vh;
	/* right: 2vw;  */
	/* border-radius: 2vh;
    border: 1.5px solid white;
	box-shadow: 10px 11px 11px #1d2f44;
	user-select: none;
    background-repeat: no-repeat;
    background-position:center;
    background-size:contain;
    overflow:hidden; */
}
#clueImg{
	height: 100%;
	border-radius: 2vh;
    border: 1.5px solid white;
	box-shadow: 10px 11px 11px #1d2f44;
}

#clueDescMainDiv{
	right: 2vw;
	margin-top: 2vh;
    padding-left: 0;
    padding-right: 1px;
    height: 42vh;
    color: #fbff00;
    font-size: 2.2vw;
    overflow-y: auto;
	overflow-x: hidden;
    font-weight: bold;
	border-radius: 2vh;
    border: 1.5px solid white;
    box-shadow: 10px 11px 11px #1d2f44;
	background-color: rgb(49 77 101 / 56%);
}
ul{
	margin-bottom: 0;
	padding-top: 1.5vh;
}
#instructionList{
	padding-top: 0vh;
}
::-webkit-scrollbar {				/* width */
	width: 8px;
}
::-webkit-scrollbar-track {			/* Track */
	box-shadow: inset 0 0 7px grey; 
	border-radius: 40px;
}
::-webkit-scrollbar-thumb {			/* Handle */
	background: white;	/* #ccc5c5; */ 
	border-radius: 40px;
}
/* Handle on hover */
/* ::-webkit-scrollbar-thumb:hover {	
	background:  rgb(3, 27, 238);
} */

#gameOverMsg{
	text-align: center;
	font-weight: bold;
	font-size: 6.5vw;
	color: white;
	margin-top: 25vh;
}
#replayDiv{
    right: 3vw;
}
#creditDiv{
	margin-top: 2vh;
}
#acknowledgementDiv {
    /* top: 8vh; 
	right: 4vw; */
	display: none;
	text-align: center;
    /* border-radius: 3vw; */
	border: 0.22vw solid black;
    background-color: aliceblue;
	box-shadow: 5px 6px 2px black;
	/* height: 43vh; */
}
#developerNameDiv{
    margin-bottom: 2vh; 
}
.fontClass{
    font-size: 1.6vw;
    margin-top: 1vh;
	line-height: 5vh;
    color: black;
}
.firstLetter:first-letter{
    font-size:1.5vw;
}

#mapId{
	height: 100vh;
	width: 100vw;
	background: #8e9eb1;
}
#labelCss{
	font-size: 3vw;
	font-weight: bold;
    color: /* red; */ rgb(138, 4, 93); 
    text-align: center;
    /* text-decoration: underline rgb(3, 135, 175); */
}
.leaflet-right {
    margin-right: 10px;
}
.leaflet-top {
    margin-top: -5px;
}
/* .leaflet-container {
	background: #8e9eb1;
} */
.leaflet-control-zoom{
	display:none !important;
}
.leaflet-control-attribution{
	display: none;
}

#optionDiv{
	margin-left: 7vw
}

.optionDivs{
	margin: 2vh
}
#infoPage{
	display: none;
}
#infoMsg{
	margin-top: 30vh;
    text-align: center;
    color: white;
    font-size: 2vw;
    font-weight: bold;
}
#linkDiv{
	text-align: center;
    font-size: 1.5vw;
    color: white;
    margin-top: 5vh;
}

#mainInstr{
	color: white;
    text-align: center;
    font-weight: bold;
    font-size: 3vw;
}
#levelInstr{
	color: white;
    text-align: center;
    font-weight: bold;
    font-size: 2.8vw;
}

#creditDiv{
	display: none;
}

#playDiv{
	display: flex;
	justify-content: center;
}

.optionImages{
	height: 32vh;
}

#showHelpDiv{
	visibility: hidden;
}

#rightStarDiv{
	display: flex;
	justify-content: space-around;
	align-items:center ;
}
.marginClass{
	margin-top:3vh
}
@media (max-height: 360px) {
    .marginClass {
        margin-top: 0vh;
    }
	#showLifelines{
		margin-top: 4vh;
	}
	#outerDiv{
		font-size: 2vw;
	}
	#levelInstr{
		font-size: 2.5vw;
	}
}
