@import url("https://fonts.googleapis.com/css?family=DM+Serif+Display");
@import url("https://fonts.googleapis.com/css?family=Raleway");

.fullsize {
  height: 800px;
}

body {
  padding: 0;
  margin: 0;
}

html,
body {
  height: 100%;
}

#map-holder {
  padding-bottom: 1em;
}

.fill {
  min-height: 100%;
  height: 100%;
}

.bg-black {
  background-color: #040c00;
}

.bg-white {
  background-color: #fff;
}

.marker-cluster-small {
  background-color: rgba(20, 20, 200, 0.3);
}
.marker-cluster-small div {
  background-color: rgba(100, 100, 255, 0.8);
  color: #fff;
  font-weight: 900 !important;
}

.marker-cluster-medium {
  background-color: rgba(20, 20, 200, 0.3);
}
.marker-cluster-medium div {
  background-color: rgba(100, 100, 255, 0.8);
  color: #fff;
  font-weight: 900 !important;
}

.marker-cluster-large {
  background-color: rgba(20, 20, 200, 0.3);
}
.marker-cluster-large div {
  background-color: rgba(100, 100, 255, 0.8);
  color: #fff;
  font-weight: 900 !important;
}

/* IE 6-8 fallback colors */
.leaflet-oldie .marker-cluster-small {
  background-color: rgb(181, 226, 140);
}
.leaflet-oldie .marker-cluster-small div {
  background-color: rgb(110, 204, 57);
}

.leaflet-oldie .marker-cluster-medium {
  background-color: rgb(241, 211, 87);
}
.leaflet-oldie .marker-cluster-medium div {
  background-color: rgb(240, 194, 12);
}

.leaflet-oldie .marker-cluster-large {
  background-color: rgb(253, 156, 115);
}
.leaflet-oldie .marker-cluster-large div {
  background-color: rgb(241, 128, 23);
}

.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: 12px "Helvetica Neue", Arial, Helvetica, sans-serif;
}
.marker-cluster span {
  line-height: 30px;
}
