@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Raleway&display=swap");

.bebas-neue {
	font-family: Bebas Neue;
}

.futura {
	font-family: Futura,sans-serif;
}

.raleway {
	font-family: Raleway;
}

.link-hover:hover {
	color: #898d8d !important;
	text-decoration: underline !important;
}

@media only screen and (min-width: 1600px) {
	.container {
		max-width: 1500px !important;
	}
}

.dropdown-menu {
	margin-top: -3px !important;
}
.dropdown-item:hover {
	background-color: rgba(255, 255, 255, 0.3) !important;
}

.leaflet-tile-pane {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}

.hide-me[aria-expanded="true"] {
	display: none;
}

.safari-dropdown-fix .gap-0 {
	margin: 0 0 !important;
}
.safari-dropdown-fix .gap-1 {
	margin: 1rem 1rem !important;
}
.safari-dropdown-fix .gap-2 {
	margin: 2rem 2rem !important;
}
.safari-dropdown-fix .gap-3 {
	margin: 3rem 3rem !important;
}
.safari-dropdown-fix .gap-4 {
	margin: 4rem 4rem !important;
}
.safari-dropdown-fix .gap-5 {
	margin: 5rem 5rem !important;
}
