/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/


.bg-darker {
	background-color: hsl(210, 10%, 15%) !important;
}

@media (min-width: 992px) {
	.not-dark2 #header-wrap {
		background-color: hsl(210, 10%, 12%) !important;
	}
}

@media (max-width: 992px) {
	#map {
		min-height: 60vh;
	}
}