#viz h1 {
  font-family: DharmaGothicE, sans-serif;
  font-size: 3em;
  margin: 10px 0 10px 0;
  line-height: 0.9;
}

#viz p {
  font-family: "Droid Serif", serif;
  font-size: 1.0rem;
  line-height: 1.5;
  margin: 0 0 15px 0;
}

#viz p.legend {
  font-family: "epocapro", sans-serif;
  font-size: 0.9rem;
  line-height: 1.5;
}

@media (min-width: 750px){
  #viz h1 {
    font-size: 5.25em;
  }
  #viz p {
    font-size: 1.1em;
  }
}

@media (min-width: 550px){
  #viz h1 {
  }
}

@media (min-width: 400px){
  #viz h1 {
  }
}

#viz #map {
  width: 100%;
  height: 320px;
  margin: 0 0 15px 0;
}

#viz #map canvas {
  position: relative!important;
  width:100%!important;
}

#viz a.mapboxgl-ctrl-logo {
  display:none;
}

#viz .attrib {
  position: absolute;
  right: 5px;
  bottom: 5px;
  z-index: 1;
  background: rgba(255,255,255,0.5);
  border-radius: 1px;
  padding: 3px 3px 2px 3px;
}

#viz .attrib .source {
  display: block;
  font-family: DharmaGothicE, sans-serif;
  font-size: 0.8rem;
  font-weight: 300;
  text-align: center;
  line-height: 1.0;
}

#viz .attrib .source a {
  font-weight: 300;
  text-transform: uppercase;
}

@media (min-width:500px){
  #viz #map {
    width:100%;
  }
}

@media (min-width:800px){
  #viz #map {
    width:100%;
    height: 700px;
  }
  article #viz #map {
    height: 550px;
  }
  #viz p.legend {
    font-size: 0.9rem;
  }
}

@media (min-height:1000px){
  #viz #map {
    height: 750px;
  }
  article #viz #map {
    height: 600px;
  }
  #viz p.legend {
    font-size: 1.0rem;
  }
}
