body, html {
	background-color: #f6f6f6 !important;
}

* {
	border-radius: 0 !important;
}

.navbar {
	box-shadow: 10px 3px 5px rgba(0,0,0,.07) !important;
}

.nav-item a {
	letter-spacing: 2px !important;
}

#map {
	height: 100%;
}

.card-title {
	color: #59ce8f !important;
}

.title-color {
	color: #59ce8f !important;;
}
.card-background {
	background-color: #f6f6f6 !important;
}

.card-bulletin {
	height: 250px !important;
}

.more {
    font-weight: 500 !important;
    font-size: 12px !important;
    color: #555 !important;
    opacity: .7 !important;
}

.navbar-brand small {
	font-weight: 500 !important;
	color: #00698c !important;
}

.fixed-height {
	min-height: 950px;
	max-height: 950px;
	overflow-y: auto;
}

.fixed-height-unfiltered {
	min-height: 1000px;
	max-height: 1000px;
	overflow-y: auto;
}

.hazard-maps {
	display: inline-block;
	max-width:230px;
	max-height:120px;
	width: auto;
	height: auto;
}