body {
    margin: 0;
    padding: 0;
}

#map {
    top: 0;
    height: 100vh;
    width: 100%;
    position: fixed;
}

#header {
    margin: auto;
    min-height: 100vh;
    width: 100%;
    position: relative;
    z-index: 5;
    padding: 2vh 0vh 5vh 0vh;
}

#features {
    padding-top: 80vh;
    padding-bottom: 10vh;
  }
  @media (max-width: 750px) {
    #features {
      width: 90vw;
      margin: 0 auto;
    }
  }

#footer {
    min-height: 2vh;
    text-align: left;
    line-height: 25px;
    width: 100%;
    position: relative;
    z-index: 5;
}

#header h1 {
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Merriweather', serif;
    text-align: left;
    margin: auto;
    max-width: 600px;
}

#header h4 {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;
    margin-bottom: 0.5em;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    max-width: 600px;
}

#header p.byline {
    font-weight: 300;
    font-size: 0.9em;
    margin: 0.5em auto 0.8em auto;
}

#header p {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    text-align: left;
    font-size: 1.2em;
    max-width: 600px;
    margin: 1em auto 1em auto;
}

#features h3 {
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Merriweather', serif;
    text-align: left;
    max-width: 50vw;
}

#features p {
    font-family: 'Roboto Condensed', sans-serif;
    text-align: left;
    font-size: 1.2em;
    max-width: 50vw;
}

#features .imageCredit {
  font-size: 0.9em;
  margin-top: -5px;
}

#footer p {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 0.9em;
  max-width: 600px;
  padding: 0.75em 0em;
  margin: 0px auto;
}

a, a:hover, a:visited {
    color: #e96138;
  }

  .hidden {
    visibility: hidden;
  }

  .centered {
    width: 50vw;
    margin: 0 auto;
  }
  .lefty {
    width: 33vw;
    margin-left: 5vw;
  }
  .righty {
    width: 33vw;
    margin-left: 62vw;
  }

  .fully {
    width: 100%;
    margin: auto;
  }

  .light {
    color: #444;
    background-color: #ffffff;
  }
  .dark {
    color: #fafafa;
    background-color: #444;
  }

  .step {
    padding-bottom: 50vh;
    opacity: 0.15;
  }
  .step.active {
    opacity: 0.99;
  }
  .step div {
    padding: 25px 50px;
    line-height: 25px;
    font-size: 13px;
  }
  .step img {
    width: 100%;
  }

  @media (max-width: 750px) {
    .centered, .lefty, .righty, .fully {
      width: 90vw;
      margin: 0 auto;
    }
  }
  
  /* Fix issue on mobile browser where scroll breaks  */
  .mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate.mapboxgl-touch-drag-pan, 
  .mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate.mapboxgl-touch-drag-pan .mapboxgl-canvas {
    touch-action: unset;
  }

  .mapboxgl-popup-content h4 {
    font-weight: 500;
    font-size: 0.9em;
    border-width: 0px 0px 0.5px 0px;
    border-style: solid;
    border-color: rgb(80, 80, 80);
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

.mapboxgl-popup-content p {
    font-weight: 300;
    margin-top: 0.3em;
    margin-bottom: 0em;
}

.title {
	background-color: #fff;
	opacity: 70%;
	border-radius: 3em;
	top: 2em;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	font: .9em/.8em 'Open Sans', sans-serif;
	line-height: 2.5em;
	padding: 1em 2em 0em;
	position: absolute;
	max-width: 21%;
	margin: 0em 5em;
	z-index: 100;
}
.title h1{
	opacity: 100%;
}
.title p {
	line-height: 1.5em;
	opacity: 100%;
}
.title div span {
	border-radius: 50%;
	display: inline-block;
	height: 10px;
	margin-left: 5px;
	width: 10px;
}
.title hr {
	border-top: .2em dashed #404040;
	border-bottom: 0em;
	margin-top: .75em;
	margin-bottom: .75em;
}

.legend {
  font: 1em/1.5em 'Open Sans', sans-serif;
  padding: 1em 1em 2em 1em;
  position: relative;
  right: 10px;
  z-index: 100;
  opacity: 100%;
}
.legend h4 {
  margin: 0 0 10px;
  opacity: 100%
}
.legend div span {
  border-radius: 0%;
  display: inline-block;
  height: 10px;
  margin-top: 0px;
  margin-right: 20px;
  width: 10px;
}

.legend2 {
  font: 1em/1.5em 'Open Sans', sans-serif;
  padding: 1em 1em 1em 1em;
  position: relative;
  right: 10px;
  z-index: 100;
  opacity: 100%
}
.legend2 h4 {
  margin: 0 0 0px;
  opacity: 100%
}
.legend2 p {
  padding-top: 0px;
  margin-top: 0px;
}
.legend2 div span {
  border-radius: 50%;
  border-style: solid;
  border-color: black;
  border-width: 1px;
  margin: auto;
  display: inline-block;
  height: 5px;
  margin-top: 0px;
  margin-right: 10px;
  margin-left: 10px;
  width: 5px;
  opacity: 100%
}
