body { margin: 0; padding: 0; }
h2,
h3 {
  margin: 10px;
  font-size: 1.2em;
}

h3 {
  font-size: 1em;
}

p {
  font-size: 0.85em;
  margin: 10px;
  text-align: left;
}

/**
* Create a position for the map
* on the page */
#map {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
}

.mapboxgl-popup {
  max-width: 400px;
  font: 12px/15px 'Helvetica Neue', Arial, Helvetica, sans-serif;
}

/**
* Set rules for how the map overlays
* (information box and legend) will be displayed
* on the page. */
.map-overlay {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 10px 10px;
  background: rgba(255, 255, 255, 0.8);
  margin-right: 20px;
  font-family: Arial, sans-serif;
  overflow: auto;
  border-radius: 3px;
}

.legend1 {
  background-color: #fff;
  border-radius: 3px;
  bottom: 77px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  font: 12px/20px 'Helvetica Neue', Arial, Helvetica, sans-serif;
  padding: 2px;
  position: absolute;
  left: 145px;
  z-index: 1;
}

.legend1 div span {
  border-radius: 50%;
  display: inline-block;
  height: 10px;
  margin-right: 5px;
  margin-left: 5px;
  width: 10px;
}

.legend2 {
  background-color: #fff;
  border-radius: 3px;
  bottom: 113px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  font: 12px/20px 'Helvetica Neue', Arial, Helvetica, sans-serif;
  padding: 2px;
  position: absolute;
  left: 145px;
  z-index: 1;
}

.legend2 div span {
  border-radius: 0%;
  display: inline-block;
  height: 10px;
  margin-right: 5px;
  margin-left: 5px;
  width: 10px;
}

.legend3 {
  background-color: #fff;
  border-radius: 3px;
  bottom: 40px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  font: 12px/20px 'Helvetica Neue', Arial, Helvetica, sans-serif;
  padding: 2px;
  position: absolute;
  left: 145px;
  z-index: 1;
}

.legend3 div img {
  display: block;
  max-width: 100%; 
  height: 4%;
  margin-right: 0px;
}



#features {
  top: 0;
  height: 270px;
  margin-top: 20px;
  margin-right: 20px;
  width: 300px;
}


#menu {
  background: #fff;
  position: absolute;
  z-index: 1;
  bottom: 35px;
  left: 20px;
  border-radius: 3px;
  width: 120px;
  border: 1px solid rgba(0, 0, 0, 0.4);
  font-family: 'Open Sans', sans-serif;
}

#menu a {
  font-size: 13px;
  color: #404040;
  display: block;
  margin: 0;
  padding: 0;
  padding: 10px;
  text-decoration: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  text-align: center;
}

#menu a:last-child {
  border: none;
}

#menu a:hover {
  background-color: #f8f8f8;
  color: #404040;
}

#menu a.active {
  background-color: #3887be;
  color: #ffffff;
}

#menu a.active:hover {
  background: #3074a4;
}



h4 {
  font-size: 20px;
  line-height: 30px;
}

h5 {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 10px;
}

a {
  text-decoration: none;
  color: #2dc4b2;
}

#console {
  position: absolute;
  bottom: 10px;
  right: 10px;
  height: 110px;
  width: 240px;
  margin: 25px;
  padding: 1px 10px;
  background-color: white;
  background: rgba(255, 255, 255, 0.8);
  margin-right: 10px;
  font-family: Arial, sans-serif;
  overflow: auto;
  border-radius: 3px;
}

.session {
  margin-right: 5px;
}

.row {
  height: 12px;
  width: 100%;
}

.colors {
  background: linear-gradient(to right, #fef5da, #ffdb78, #ffc216, #b38400, #513c00, #201800);
  margin-bottom: 5px;
}

.label {
  width: 15%;
  display: inline-block;
  text-align: center;
}

#console2 {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 305px;
  height: 275px;
  padding: 0px 20px;
  background-color: white;
  background: rgba(255, 255, 255, 0.8);
  margin-right: 10px;
  font-family: Arial, sans-serif;
  overflow: auto;
  border-radius: 3px;
}