body {
  margin: 0;
  padding: 0;
}

h1 {
  font-size: 1.2em;
  font-family: Roboto, Arial, sans-serif;
}

h2,
h3 {
  margin: 10px;
  font-size: 1em;
}

h3 {
  font-size: 0.9em;
  line-height: 0.7em;
}

p {
  margin: 10px;
  font-size: 0.7em;
}

#map {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
}

.map-overlay {
  background: rgba(255, 255, 255, 0.9);
  margin: 10px;
  font-family: Roboto, Arial, sans-serif;
  overflow: auto;
  border-radius: 3px;
}

#title {
  position: absolute;
  height: 115px;
  width: 240px;
  top: 60px;
  overflow: clip;
}

#title h2 {
  margin: 0 10px;
  padding: 10px 0 5px;
  font-family: "Roboto Condensed";
  letter-spacing: 0.01em;
}

#title h3 {
  margin: 0 10px;
  line-height: 1.1em;
  font-size: 0.9em;
  font-weight: 300;
  font-family: "Roboto Condensed", Arial, sans-serif;
}

#title p {
  margin: 0 10px;
  padding: 10px 0 2px;
}

#legend {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 10px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  line-height: 1.2em;
  height: 90px;
  margin-bottom: 40px;
  width: 110px;
  font-size: 0.7em;
  overflow: clip;
}

.legend-key {
  display: inline-block;
  border-radius: 20%;
  width: 10px;
  height: 10px;
  margin-right: 5px;
  border: 1px solid #00000080;
}

p.popup {
  margin: 0 10px;
  font-size: 0.9em;
  font-family: "Roboto Condensed", Arial, sans-serif;
  line-height: 1.3em;
}

#city {
  line-height: 1.2em;
  padding: 0 0 5px 0;
}

#pct-change {
  border-top: 3px solid #000000;
  font-weight: 800;
  margin-top: 5px;
}

.mapboxgl-popup-content {
  padding: 5px 3px 7px !important;
  font-family: "Roboto", Arial, sans-serif;
}

.mapboxgl-ctrl-geocoder {
  font-family: "Roboto Condensed", Arial, sans-serif !important;
  position: absolute;
  margin: 0;
  float: none;
}

.mapboxgl-ctrl-scale {
  left: 160px;
  position: absolute;
}

button.about {
  position: relative;
  z-index: 1;
  background: rgba(0, 0, 0, 0);
  border: none;
  text-decoration: underline;
  padding: 5px 10px;
  cursor: pointer;
  font-family: Roboto, Arial, sans-serif;
  font-size: 0.7em;
  text-align: left;
}

.modal {
  display: none;
  position: fixed;
  z-index: 3;
  padding-top: 100px;
  font-family: Roboto, Arial, sans-serif;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.4);
}

.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  border-radius: 5px;
  width: 80%;
  height: 60%;
  overflow: scroll;
  max-width: 600px;
}

.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  margin: -10px -2px 0 0;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

@media (min-width: 750px) {
  h1 {
    font-size: 2em;
    font-family: Roboto, Arial, sans-serif;
  }

  h2,
h3 {
    margin: 10px;
    font-size: 1.5em;
  }

  h3 {
    font-size: 16px;
  }

  p {
    margin: 10px;
    font-size: 0.9em;
  }

  p.popup {
    margin: 0 10px;
    font-size: 1.1em;
    font-family: "Roboto Condensed", Arial, sans-serif;
    line-height: 1.3em;
  }

  #city {
    line-height: 1.3em;
    padding: 0 0 5px 0;
  }

  #pct-change {
    border-top: 3px solid #000000;
    font-weight: 800;
    margin-top: 5px;
  }

  #title {
    position: absolute;
    top: 10px;
    left: 10px;
    height: 140px;
    width: 270px;
    padding: 0px 0 5px 0;
    margin: 0;
    line-height: 1.5em;
    overflow: clip;
  }

  #title h2 {
    margin: 0 10px;
    padding: 10px 0 5px;
    font-family: "Roboto Condensed";
    letter-spacing: 0.01em;
  }

  #title h3 {
    margin: 0 10px;
    line-height: 1.2em;
    font-size: 1.1em;
    font-weight: 400;
    font-family: "Roboto Condensed", Arial, sans-serif;
  }

  #title p {
    margin: 0 10px;
    padding: 7px 0 3px;
  }

  #legend {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 10px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    line-height: 1.1em;
    height: 102px;
    margin-bottom: 40px;
    width: 150px;
    font-size: 1em;
    overflow: clip;
  }

  button.about {
    position: relative;
    z-index: 1;
    background: rgba(0, 0, 0, 0);
    border: none;
    text-decoration: underline;
    padding: 5px 10px;
    cursor: pointer;
    font-family: Roboto, Arial, sans-serif;
    font-size: 0.8em;
    text-align: left;
  }

  .mapboxgl-ctrl-geocoder {
    font-family: "Roboto Condensed", Arial, sans-serif !important;
    position: absolute;
    top: 150px;
    min-width: 270px;
    margin: 0;
    float: none;
  }
}
/* Larger than desktop */
/* Larger than Desktop HD */

/*# sourceMappingURL=index.processed.css.map */
