html,body {
    margin:0;
    padding:0;
    height:100%;
}

/* body {
  margin: 0;
  padding: 0;
} */



h2 {
margin: 10px;
font-size: 1.4em;

}



h3 {
  margin: 10px;
  font-size: 1.3em;
}

h4{
  margin: 10px;
  font-size: 1.2em;
}

h5 {
  margin:10px;
  font-size: 1.1em;
}

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

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

#menu {
    background: #fff;
    position: fixed;
    z-index: 1;
    top: 10px;
    left:10px;
    border-radius: 3px;
    width: 15%;
    border: 1px solid rgba(0,0,0,0.4);
    font: bold 12px/20px 'Helvetica Neue', Arial, Helvetica, 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);
    font:bold 12px/20px 'Helvetica Neue', Arial, Helvetica, sans-serif;
    text-align: center;
}

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

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

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

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

/**
* Set rules for how the map overlays
* (info box and legend) will be displayed
* on the page. */

.map-overlay2 {
    font:bold 12px/20px 'Helvetica Neue', Arial, Helvetica, sans-serif;
    position: fixed;
    width: 15%;
    top: 0;
    left: 0;
    padding: 10px;
}

.map-overlay2 .map-overlay-inner {
    background: rgba(255, 255, 255, 0.85);
    box-shadow:0 1px 2px rgba(0, 0, 0, 0.20);
    border-radius: 3px;
    padding: 10px;
    margin-bottom: 10px;
    font: bold 12px/20px 'Helvetica Neue', Arial, Helvetica, sans-serif;
}

#slider1 {
  width: 180px
}

.map-overlay2 label {
    display: block;
    margin: 0 0 10px;
}

.map-overlay .map-overlay-inner {
    background-color: #fff;
    box-shadow:0 1px 2px rgba(0, 0, 0, 0.20);
    border-radius: 3px;
    padding: 10px;
    margin-bottom: 10px;
    font: bold 12px/20px 'Helvetica Neue', Arial, Helvetica, sans-serif;
}


.map-overlay {
  position: fixed;
  bottom: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.85);
  margin-right: 27%;
  font: bold 12px/20px 'Helvetica Neue', Arial, Helvetica, sans-serif;
  overflow: auto;
  border-radius: 3px;
}

#infobox {
  top: 0;
  height:fit-content;
  box-shadow:0 1px 2px rgba(0, 0, 0, 0.20);
  border-radius: 3px;
  min-height: 100px;
  margin-top: 5px;
  margin-left: 5px;
  width: 250px;
}

#legend {
  padding: 10px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  line-height: 18px;
  height:auto;
  margin-bottom: 40px;
  width: 100px;
  font: bold 12px/20px 'Helvetica Neue', Arial, Helvetica, sans-serif;
}

.legend-key {
  display: inline-block;
  border-radius: 20%;
  width: 10px;
  height: 10px;
  margin-right: 5px;
  font: bold 12px/20px 'Helvetica Neue', Arial, Helvetica, sans-serif;
}

#features {
    width: 25%;
    margin-left: 75%;
    font-family: sans-serif;
    overflow-y: scroll;
    background-color: #fafafa;
}

section {
    padding:  25px 25px 30px 25px;
    line-height: 25px;
    border-bottom: 1px solid #ddd;
    opacity: 0.25;
    font-size: 13px;
    min-height: 25vh;
}
section.active {
    opacity: .9;
    /* min-height: 50vh: */
}
section:last-child {
    border-bottom: none;
    min-height: 100vh;

}
/* #part-5 {
    padding:  25px 25px 200px 25px;
} */

/* h1 {
  font-size: 20px;
  line-height: 30px;
}

h2 {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 10px;
} */

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

#console {
  position: fixed;
  width: 14%;
  bottom: 0;
  left:0;
  overflow: auto;
  margin-left:10px;
  margin-bottom:40px;
  /* z-index: 1; */
  padding: 10px;
  background: rgba(255, 255, 255, 0.85);
  box-shadow:0 1px 2px rgba(0, 0, 0, 0.20);
  border-radius: 3px;
  font:bold 12px/20px 'Helvetica Neue', Arial, Helvetica, sans-serif;

}
.session1 {
margin-bottom: 20px;
}

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

.colors {
background: linear-gradient(to right, #2dc4b2, #3bb3c3, #669ec4, #8b88b6, #a2719b, #aa5e79);
margin-bottom: 5px;
}

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