html, body {
	height: 100%;
	padding: 0;
	margin: 0;
	background: #005533;
	font-family:Tahoma,sans-serif;
}
.navBar {
	width: 100%;
	height: 56px;
	display: flex;
	overflow: hidden;
	color: #ffffff;
	background: #000000;
	display: flex;
}
.navBarItem {
	display: inline-block;
	padding: 12px;
	align-self: flex-end;
}
.navBarItem b{
	display: inline-block;
	font-size:100%;
    width: 256px;
}
.navBarItem a{
	text-decoration: none;
	color: #dddddd;
	font-size:95%;
}
.navBarItem a:hover {
	color: #eeeeee;
}
.About {
	color: #ffffff;
	margin: 12px;
    padding: 12px;
}
.About a{
	color: #dddddd;
}
.About a:hover{
	color: #eeeeee;
}
#map { 
    height: 94%; 
}
.MarkerButton a{
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    color: #ffffff;
    text-decoration: none;
	background: #005533;
}
.MarkerButton a:hover{
    color: #dddddd;
}
.leaflet-popup-content-wrapper, .leaflet-popup-tip{
	background: #005533;
}

.marker-cluster-small {
	background-color:#46cf98;
}
.marker-cluster-small div {
	background-color:#35b884;
}

.marker-cluster-medium {
	background-color: #27a372;
}
.marker-cluster-medium div {
	background-color: #1b8c5f;
}
.marker-cluster-large {
	background-color: #127a51;
}
.marker-cluster-large div {
	background-color: #0b6b45;
}

/* IE 6-8 fallback colors */
.leaflet-oldie .marker-cluster-small {
	background-color:#46cf98;
}
.leaflet-oldie .marker-cluster-small div {
	background-color:#35b884;
}
.leaflet-oldie .marker-cluster-medium {
	background-color: #27a372;
}
.leaflet-oldie .marker-cluster-medium div {
	background-color: #1b8c5f;
}

.leaflet-oldie .marker-cluster-large {
	background-color: #127a51;
}
.leaflet-oldie .marker-cluster-large div {
	background-color: #0b6b45;
}

.marker-cluster {
	background-clip: padding-box;
	border-radius: 20px;
}
.marker-cluster div {
	width: 30px;
	height: 30px;
	margin-left: 5px;
	margin-top: 5px;

	text-align: center;
	border-radius: 15px;
	font-family:Tahoma,sans-serif;
    color: #ffffff;
}
.marker-cluster span {
	line-height: 30px;
}