html {
	width: 100%;
	height: 100%;  
}

body {
 	padding-top: 57px;
	font-family: 'Exo';
	margin: 0 auto;
}

.jumbotron {
	background-color: #C1C6C8;
}

#mapid { 
	height: 180px; 
}

.nav-link, .dropdown-item {
    color: #003C71 !important;
}

.nav-link:hover, .dropdown-item:hover {
    color: #00A3E1 !important;
}

.mapboxgl-popup {
	max-width: 400px;
	font: 12px/20px 'Helvetica Neue', Arial, Helvetica, sans-serif;
}

/* #map { 
	position: absolute; 
	top: 0; 
	bottom: 0; 
	width: 100%; 
} */

#menu {
	position: relative;
	background: #efefef;
	padding: 10px;
	font-family: 'Exo';
	}

