@charset "utf-8";
/* CSS Document */

#mapLeaflet {
	overflow: hidden;
	height: 100%; 
	background-color: black;
}

.leaflet-popup-content-wrapper, .leaflet-popup-tip {
	background: #111;
	color: #fff;
}
.leaflet-popup-content a {
	color: #FFD400;
	text-decoration: none;
	font-weight: 600;
}
.leaflet-control-layers, .leaflet-bar a {
	background-color: #111;
	color: #fff;
	border-color: #333;
}
.leaflet-bar a:hover {
	background-color: #444;
}
.leaflet-bar a:last-of-type:hover {
	background-color: #BBB;
}
.leaflet-control-layers, .leaflet-bar a:last-of-type {
	background-color: #EEE;
	color: #000;
	border-color: #333;
	filter: invert(1);
}
.leaflet-bar a:focus {
	background-color: #444;
}
.leaflet-bar a:last-of-type:focus {
	background-color: #BBBB;
}
.marker-style {
	width: 18px;
	height: 18px;
	background: #FFD400;
	border: 2px solid #000;
	border-radius: 50%;
	box-shadow: 0 0 8px rgba(255,212,0,.85);	
}
.marker-popup{
	min-width: 200px;
	font-weight: 100;
}
.marker-location-name {
	font-size: 130%;
	color: rgba(243,167,29,1.00);
}
.marker-address {
	color: white;
}
.marker-link {
	background-color: rgba(243, 167, 29, 1);
	display: block;
	padding: 0.3em 1em;
	width: 100%;
	text-align: center;
	border-radius: 3px;
	margin-top: 1em;
	color: #000!important;
}
