body {
	font-family: Arial, sans-serif;
	margin: 0;
}
.floating, #controls{
	z-index: 999;
	position: absolute;
	width: fit-content;
	padding: 1rem;
	background-color: #fff;
	left: 5%;
	top: 5px;
	border: 1px dotted #333;
	font-size: .825rem;
	p {
		font-size: .825rem;
	}
}
h1 {
	font-weight: normal;
	margin: 0;
	margin-bottom: .25rem;
	font-size: 1.025rem;
	a {
		color: #d31305 !important;
	}
}
p {
	font-size: 1rem;
}
#map { 
	z-index: 99;
	height: 100vh; 
	width: 100vw;
	.leaflet-tile-pane {
		filter: grayscale(90%) contrast(110%);
	}
}
#map.leaflet-container {
	.leaflet-popup-content-wrapper  {
		.leaflet-popup-content  {
			margin: .33rem !important;
			a {
				color: #d31305 !important;
			}
			p {
				font-size: .85rem;
				margin: 0;
			}
			img {
				width: 150px;
				height: auto;
			}
		}
	}
}