div {
	font-family: "Open Sans";
}
audio {
	display: none
}
#container {
    height: 1px;
    width: 1px;
}

#map {
    position: absolute;
    bottom:0;
    left:0;
    width: 100%;
	height: calc(100% - 63px);
}

.labelstyle{
	font-family: "Open Sans";
	text-transform: uppercase;
	font-size: 9px;
	letter-spacing: 0.11em;
	font-weight: bold;
	z-index: -2;
	color: rgb(132, 2, 121, 0.75);
	background: rgba(0,0,0,0) !important;
	border:0px transparent;
	border-radius:0px;
	box-shadow: none !important;
}
.city1Labelstyle {
	font-family: "Open Sans";
	text-transform: uppercase;
	font-size: 9px;
	letter-spacing: 0.11em;
	font-weight: bold;
	z-index: -2;
	color: rgba(0, 0, 0, 0);
	background: none;
	border:0;
	border-radius:0px;
	box-shadow: 0 0px 0px;
}
.city2Labelstyle {
	font-family: "Open Sans";
	font-size: 8px;
	letter-spacing: 0.11em;
	font-weight: bold;
	z-index: -2;
	color: rgba(0, 0, 0, 0);
	background: none;
	border:0;
	border-radius:0px;
	box-shadow: 0 0px 0px;
} 
.city3Labelstyle {
	font-family: "Open Sans";
	font-size: 8px;
	letter-spacing: 0.11em;
	font-weight: bold;
	z-index: -2;
	color: rgba(0, 0, 0, 0);
	background: none;
	border:0;
	border-radius:0px;
	box-shadow: 0 0px 0px;
}
.unincLabelstyle {
	font-family: "Open Sans";
	font-size: 7px;
	letter-spacing: 0.11em;
	font-weight: bold;
	z-index: -2;
	color: rgba(0, 0, 0, .75);
	background: none;
	border:0;
	border-radius:0px;
	box-shadow: 0 0px 0px;
} 
.townLabelstyle {
	font-family: "Open Sans";
	font-size: 7px;
	letter-spacing: 0.11em;
	font-weight: bold;
	z-index: -2;
	color: rgba(0, 0, 0, .75);
	background: none;
	border:0;
	border-radius:0px;
	box-shadow: 0 0px 0px;
} 

.leaflet-tooltip .label .leaflet-zoom-animated .leaflet-tooltip-center{
	background: none;
	border:0;
	z-index: -2;
	border-radius:0px;
	box-shadow: 0 0px 0px;
}
/* Hide arrows on labels */
.leaflet-tooltip-top:before,
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
    pointer-events: none;
    border: 0px solid transparent;
    background: transparent;
    content: "";
}

#legend{
    position: relative;
    border: 2px solid #ccc;
    background-color: white;
    border-radius: 5px;
    z-index: 1;
    width: 44px;
    height: 44px;
    top: 160px;
    right: -10px;
    padding: 5px;
    color: #000000;
    z-index: 999;
    font-family: "Open Sans";
    font-size: 16px;
}

#legend-collapse{
    position: relative;
    width:200px;
    border: 2px solid #ccc;
    border-radius: 5px;
    z-index: 1;
    top: 160px;
    right: -10px;
    overflow: hidden;
    z-index: 999;
}

#card{
    background-color: white;
    padding: 0.5rem;
}

#pic{
    float: left;
    margin-right: 10px;
    margin-bottom: 5px;
    filter: drop-shadow(2px 2px 2px #222);
}

#info{
    display: inline-block;
    align-items: center;
    line-height: 1em
}

#info span{
    font-family: "Open Sans";
    font-size: 12px;
}

#legend-title {
    font-family: "Open Sans";
    font-size: 18px;
    line-height: 1em;
}

#uninc_float{
    margin-top:15px;
}

#miss_title2{
	display: none;
}

.cursor-pointer{
	cursor: pointer;
}
.about-img{
	width: 100px !important;
	margin-right: 20px !important;
}
.about-div{
	width:100%;
}
.leaflet-popup-pane {
    z-index: 999;
}
.infoBox.leaflet-control {
	position: fixed;
	padding: 6px 8px;
	font: 14px/16px Arial, Helvetica, sans-serif;
	background: white;
	background: rgba(255,255,255,0.8);
	box-shadow: 0 0 15px rgba(0,0,0,0.2);
	border-radius: 5px;
	text-align:center;
	left:50px;
	top: 68px;
}

#miss_title {
	float: right;
    position: absolute;
    z-index: 1500;
    bottom: 8px;
    left: 40px;
}

#uninc_float {
	display:none;
	position: absolute;
	top: 170px;
	margin-left: 10px;
	z-Index: 1002;
	padding: 3px;
	border: 1px solid #cccccc;
	-moz-box-shadow: 0 0 3px #999999;
	-webkit-box-shadow: 0 0 3px #999999;
	box-shadow: 0 0 3px #999999;
	background: #f8f8f9;
	border-radius: 7px; 
	position: absolute;
	z-index:1000;
}
/*the actual table of names once zoomed in*/
#float_list {
	font-size: 15px;
	margin-bottom: 3px;
	color: rgb(109,110,113); 
	font-weight: 500;
}

#incpopup {
	display: none;
	position: absolute;
	top: 1em;
	margin-left: 60px;
	z-Index: 1002;
	padding: 3px;
	border: 1px solid #ccc;
	-moz-box-shadow: 0 0 3px #999999;
	-webkit-box-shadow: 0 0 3px #999999;
	box-shadow: 0 0 3px #999999;
	background: #f8f8f9;
	border-radius: 7px;
	width: auto;
	text-align:center;
}

.popupSpec {
	font-size: 14px;
	font-weight: normal;
	text-align:center;
}
.popupFeat{
	font-size: 21px;
	margin-bottom: 3px;
	color: rgb(109,110,113);
	font-weight: bold;
	text-align:center;
}
#search{
    margin-top:12px;
    margin-right: 85px;
    position: relative;
	float: right;
	align: left;
	top: 70px;
	max-width: 15%;
	min-width: 250px;
}

.search-form .form-group {
	float: right !important;
	transition: all 0.35s, border-radius 0s;
	width: 32px;
	height: 32px;
	background-color: #fff;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
	border-radius: 25px;
	border: 1px solid #ccc;
  }
.search-form .form-group input.form-control {
	padding-right: 20px;
	border: 0 none;
	background: transparent;
	box-shadow: none;
	display:block;
}
.search-form .form-group input.form-control::-webkit-input-placeholder {
	display: none;
}
.search-form .form-group input.form-control:-moz-placeholder {
/* Firefox 18- */
	display: none;
}
.search-form .form-group input.form-control::-moz-placeholder {
/* Firefox 19+ */
	display: none;
}
.search-form .form-group input.form-control:-ms-input-placeholder {
	display: none;
}
.search-form .form-group:hover,
.search-form .form-group.hover {
	width: 100%;
	border-radius: 4px 25px 25px 4px;
}
.search-form .form-group span.form-control-feedback {
	position: absolute;
	top: -1px;
	right: -2px;
	z-index: 2;
	display: block;
	width: 34px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	color: black;
	left: initial;
	font-size: 14px;
}

.search-form .form-group.showClass{
	width: 100%;
	border-radius: 4px 25px 25px 4px;
}

.glyphicon.glyphicon-search.form-control-feedback {
	top: -1px !important;
}


@media screen and (max-width: 1200px) {
    #welInfoModal {
		top: calc(10% + 87px / 2);
		left: 10%;
		width: 80%;
		height: 80%;
	}
}
/* @media screen and (max-width:1225px){
	#miss_title{
		right: 88px;
		top:8px;
	}
} */

@media screen and (max-width:600px) {
	#miss_title2{
		right: 32%;
		top: 362px;
		display: inline;
		position: absolute;
	}
	#miss_title{
		display: none;
	}
	.labelstyle{
		font-size: 7px;
	}
	#legend{
        top: 112px;
    }
    #legend-collapse{
        top: 112px;
    }
	/* #title{
		right: 0%;
	} */
	.leaflet-control-zoom.leaflet-bar.leaflet-control{
		top:0;
	}
	.infoBox.leaflet-control{
		top: -6.2em;
	}
	#search{
		top:0;
	}
	.leaflet-control-layers.leaflet-control{
		top:0;
	}
}


@media screen and (max-width:500px){
	.infoBox.leaflet-control{
		display:none;
	}
	#welInfoModal {
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	#welInfoModal .fa-times {
		width: 26px;
		left: 15px;
		bottom: 15px;
		top: initial;
	}
	#infoModal .fa-times {
	    width: 26px;
	    left: auto;
	    bottom: auto;
	}
}