body {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-variant: normal;
    background-color: #FAFAFA;
    color: #001c00;
}
.container {
    box-sizing: border-box;
    max-width: 1200px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
}
.text {
    max-width: 100%;
}
h1 {
    font-family: 'Roboto', sans-serif;
    font-size: 36px;
    text-transform: uppercase;
}
h4 {
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px;
    margin-top: 9px;
    margin-bottom: 9px;
}
p {
    font-size: 18px;
    margin: 24px 0;
}
#header {
    float: left;
}
#social {
    float: right;
    padding-top: 20px;
}
#intro {
    clear: both;
}
#map {
    height: 600px;
    width: 100%;
    border: 1px solid #ccc;
    max-width: 1200px;
    position: relative;
}
.geocoder {
    position: absolute;
    z-index: 1;
    left: 10px;
    top: 10px;
}
.mapboxgl-ctrl-geocoder {
    width: 280px;
}
.mapboxgl-ctrl-compass {
    display: none !important;
}
.mapboxgl-popup-content {
    max-width: 240px;
    font-family: 'Roboto', serif;
    opacity: 0.9;
}

.mapboxgl-ctrl-geocoder input[type='text'] {
    font-family: 'Roboto', sans-serif !important;
}
.mapboxgl-ctrl-geocoder .suggestions {
    font-family: 'Roboto', sans-serif !important;
}
label {
    font-weight: normal;
}

#legend {
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0 1px 2px rgba(0,0,0,0.10);
    font-family: 'Roboto', sans-serif;
    padding: 10px;
    position: absolute;
    bottom: 20px;
    right: 10px;
    z-index: 1;
    max-width: 170px;
    display: none;
}
#legend div {
    display: inline-block; 
    position: relative; 
}
#legend div span {
    display: inline-block;
/*    position: absolute;
    top: 5px;*/
    height: 10px;
    width: 10px;
    margin-right: 5px;
    margin-bottom: 2px;
}
#legend input {
    margin-right: 5px;
}
#legend #slider {
    margin-left: 0;
    margin-bottom: 10px;
}
#legend .line2 {
    margin-left: 20px;
}

@media (max-width: 930px) {
    h1 {
      margin-bottom: 10px;
    }
    #social {
        float: left;
        padding-top: 0;
    }
    #map {
        margin-top: 10px;
    }
    #legend {
      bottom: 0;
      left: 0;
      right: 0;
      max-width: 100%;
      top: auto;
      padding-bottom: 32px;
    }
    #legend input {
        margin-left: 0;
    }
    #legend .line1, #legend .line2 {
        display: inline-block;
    }
    #legend .line2 {
        margin-left: 0px;
    }
    #legend #slider {
        margin-left: 5px;
        margin-bottom: 0;
    }
}
.resp-sharing-button__link, .resp-sharing-button__icon {
  display: inline-block
}

.resp-sharing-button__link {
  text-decoration: none;
  color: #fff;
  margin: 0.5em
}

.resp-sharing-button {
  border-radius: 5px;
  transition: 25ms ease-out;
  padding: 0.5em 0.75em;
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif
}

.resp-sharing-button__icon svg {
  width: 1em;
  height: 1em;
  margin-right: 0.4em;
  vertical-align: top
}

.resp-sharing-button--small svg {
  margin: 0;
  vertical-align: middle
}

/* Non solid icons get a stroke */
.resp-sharing-button__icon {
  stroke: #fff;
  fill: none
}

/* Solid icons get a fill */
.resp-sharing-button__icon--solid,
.resp-sharing-button__icon--solidcircle {
  fill: #fff;
  stroke: none
}

.resp-sharing-button--twitter {
  background-color: #55acee
}

.resp-sharing-button--twitter:hover {
  background-color: #2795e9
}

.resp-sharing-button--facebook {
  background-color: #3b5998
}

.resp-sharing-button--facebook:hover {
  background-color: #2d4373
}

.resp-sharing-button--facebook {
  background-color: #3b5998;
  border-color: #3b5998;
}

.resp-sharing-button--facebook:hover,
.resp-sharing-button--facebook:active {
  background-color: #2d4373;
  border-color: #2d4373;
}

.resp-sharing-button--twitter {
  background-color: #55acee;
  border-color: #55acee;
}

.resp-sharing-button--twitter:hover,
.resp-sharing-button--twitter:active {
  background-color: #2795e9;
  border-color: #2795e9;
}
