#map {
    width: 100%;
    height: 100%;
}

#map-container {
    height: 80vh;
    width: 100%;
}

#map-detail {
    width: 100%;
    height: 600px;
}

.mapboxgl-popup {
	font:12px/20px 'Open Sans';
}

.mapboxgl-popup h2 {
    background: #002147;
	color: #FFFFFF;
	padding: 15px;
}

.mapboxgl-popup h3 {
    background: #002147;
	color: #FFFFFF;
	padding: 15px;
    font-family: Open Sans !important;
}

.mapboxgl-popup-content {
	padding: 0px 0px 10px 0px;
    width: 525px;
}

.quiet {
	font-size: 18px;
	color: #f5f3f3;
}

.align-right {
	clear: left;
	float: right;
	color: #FFFFFF;
	padding-top: 15px;
}

.info {
	padding: 10px;	
	font-size: 16px;
}

#popups {
    background-color: #002147;
    width: 400px;
    height: 300px;
}

.legend {
    background-color: #fff;
    border-radius: 3px;
    bottom: 80px;
    box-shadow: 0 1px 2px rgba(0,0,0,0.10);
    font-size: 14px;
    font-family: Open Sans !important;
    padding: 10px;
    position: absolute;
    right: 10px;
    z-index: 1;
}

.legend h4 {
    font-family: Open Sans !important;
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 10px;
}

.legend div span {
    border-radius: 50%;
    display: inline-block;
    height: 10px;
    margin-right: 5px;
    width: 10px;
}

#menu {
        background: #fff;
        position: absolute;
        z-index: 1;
        top: 10px;
        left: 10px;
        border-radius: 3px;
        width: 120px;
        border: 1px solid rgba(0, 0, 0, 0.4);
        font-family: 'Open Sans', sans-serif;
}

#menu a {
    font-size: 13px;
    color: #404040;
    display: block;
    margin: 0;
    padding: 0;
    padding: 10px;
    text-decoration: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
    text-align: center;
}

#menu a:last-child {
    border: none;
}

#menu a:hover {
    background-color: #f8f8f8;
    color: #404040;
}

#menu a.active {
    background-color: #3887be;
    color: #ffffff;
}

#menu a.active:hover {
    background: #3074a4;
}