
html{
	height: 100%;
}
body{
	user-select: none;
	background-position: center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	overflow: hidden;
}
.nopadding{
	padding: 0px !important;
}

#nextDiv{
	height: 9vh;
    width: 6vw;
}
#mapId{
	left: 2.2vw;
	height: 87vh;
	width: 95vw;
	position: fixed;
	bottom: 1vh;
}
#labelCss, h4, h5{
	margin-top: 0.8vh;
	font-size: 1.5vw;
    color: rgb(3, 135, 175);
    text-align: center;
    text-decoration: underline rgb(138, 4, 93);
}
#queText{
	margin-top: 1vh;
	font-size: 2.5vw;
	font-weight: bold;
    color: black;
    text-align: center;
    /* text-decoration: underline rgb(138, 4, 93); */
}
h3{
	color: black;
	font-size: 1.5vw;
    font-weight: bold;
    text-align: center;
}
.descriptionCss{
	font-size: 1vw;
	font-weight: bold;
}


.leaflet-popup-content{
	width: 200px !important;
}
/* .leaflet-control-zoom{
	display:none !important;
} */
.legend {
	line-height: 18px;
	color:black;
	font-size: 16px;
	background-color: white;
	padding:10px;
	text-align: center;
}

.leaflet-container a.leaflet-popup-close-button{
	color: #6e6b6b;
}
.leaflet-control-attribution{
	display: none;
}

.placeNameCss{
	margin-top: 1vh;
}
.carousel-inner > .item > img {
      width: 80%;
      margin: auto;
}
.leaflet-container a {
    color: black;
}
.carousel-control {
	width: 0%;
    opacity: 0.1;
}
.chevronCss{
	color: black;
	opacity: 1;
}
