/* JTvD 2021 */

/* general */
p.foot {
  font-size: .8rem;
}

img {
  width: 80%;
  height: auto;
}

/* leaflet background */
.leaflet-container {
    background-color: #1a1f41;
}

/* map legend */
.info {
  padding: 6px 8px;
  font: 14px/16px Arial, Helvetica, sans-serif;
  background: rgba(255,255,255,.8);
  box-shadow: 0 0 15px rgba(0,0,0,0.2);
  border-radius: 5px;
}

.legend {
  background-color: 'black';
  line-height: 25px;
  color: #000;
  width: auto;
}

.legend i {
  width: 18px;
  height: 18px;
  float: left;
  margin-right: 8px;
  opacity: 1;
}

.title {
  font-size: 1.0rem !important;
}

.note {
  font-size: .8rem !important;
  font-style: italic;
}

/* map control */
.leaflet-control-layers{
  padding: 6px 8px;
  background: rgba(255,255,255,1);
  font: 14px/16px Arial, Helvetica, sans-serif;
  color: #000;
}

.leaflet-control-layers-list div{
  align-items: center;
  padding-top: 2px;
}
