html {
  background-color: lightyellow; }

body {
  margin: 0;
  padding: 0; }

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

@media screen and (min-width: 667px) {
  .mapboxgl-ctrl-compass {
    display: none !important; }

  .titleBG {
    background: #333333;
    color: white;
    position: absolute;
    z-index: 1;
    top: 10px;
    left: 10px;
    padding: 5px;
    border-radius: 3px;
    padding-left: 10px;
    border: 1px solid rgba(0, 0, 0, 0.4);
    font-family: 'Open Sans', sans-serif; }

  .checked {
    background-color: #C95941; }

  .mapboxgl-popup {
    max-width: 400px;
    font: 12px/20px 'Helvetica Neue', Arial, Helvetica, sans-serif; }

  .mapboxgl-ctrl-geocoder, .mapboxgl-ctrl-geocoder ul {
    box-shadow: none; }

  #homeButton {
    background: #333333;
    color: white;
    position: absolute;
    z-index: 1;
    top: 130px;
    right: 10px;
    border-radius: 3px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    border: 1px solid rgba(0, 0, 0, 0.4);
    font-family: 'Open Sans', sans-serif; }

  #homeIcon {
    background-image: url("../images/home.png");
    height: 24px;
    width: 24px;
    pointer-events: none;
    background-size: contain;
    margin-left: 3px;
    margin-top: 3px; }

  #infoBox {
    background: #333333;
    position: absolute;
    z-index: 1;
    top: 170px;
    right: 10px;
    border-radius: 3px;
    max-width: 140px;
    color: white;
    font-family: 'Open Sans', sans-serif;
    padding: 10px;
    visibility: hidden; }

  #infoText {
    font-size: 13px; }

  #infoTitle {
    font-weight: bold; }

  #keyBox {
    background: #333333;
    color: white;
    position: absolute;
    z-index: 1;
    top: 90px;
    left: 10px;
    height: 50px;
    border-radius: 3px;
    width: 250px;
    border: 1px solid rgba(0, 0, 0, 0.4);
    font-family: 'Open Sans', sans-serif;
    font-size: 12px; }

  #keyLow {
    display: inline-block;
    padding-left: 10px;
    margin-top: 5px;
    text-align: center; }

  #keyMid {
    display: inline-block;
    padding-left: 80px;
    margin-top: 5px;
    text-align: center; }

  #keyHigh {
    display: inline-block;
    padding-left: 76px;
    margin-top: 5px;
    text-align: center; }

  #keyGradient {
    background: #333333;
    color: white;
    position: absolute;
    z-index: 1;
    top: 25px;
    left: 10px;
    height: 15px;
    border-radius: 3px;
    width: 230px;
    border: 1px solid rgba(0, 0, 0, 0.4);
    font-family: 'Open Sans', sans-serif;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#346734+0,fae492+50,c95941+100 */
    background: #346734;
    /* Old browsers */
    background: -moz-linear-gradient(left, #346734 0%, #fae492 50%, #c95941 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #346734 0%, #fae492 50%, #c95941 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #346734 0%, #fae492 50%, #c95941 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#346734', endColorstr='#c95941',GradientType=1 );
    /* IE6-9 */ }

  #titleText {
    font-size: 20px;
    font-weight: bold; }

  #subtitleText {
    font-size: 15px; }

  #menu {
    background: #333333;
    color: white;
    position: absolute;
    z-index: 1;
    top: 150px;
    left: 10px;
    border-radius: 3px;
    border: 1px solid rgba(0, 0, 0, 0.4);
    font-family: 'Open Sans', sans-serif; }

  #menu div {
    font-size: 13px;
    color: white;
    display: block;
    margin: 0;
    padding: 0;
    padding: 10px;
    text-decoration: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
    text-align: center;
    cursor: pointer; }

  #menu span {
    pointer-events: none; }

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

  #menu div.active {
    background-color: #C95941;
    color: #ffffff; } }
@media screen and (max-width: 666px) {
  .mapboxgl-ctrl-compass {
    display: none !important; }

  .titleBG {
    background: #333333;
    color: white;
    position: absolute;
    z-index: 1;
    top: 10px;
    left: 10px;
    max-width: 90%;
    padding: 5px;
    border-radius: 3px;
    padding-left: 10px;
    border: 1px solid rgba(0, 0, 0, 0.4);
    font-family: 'Open Sans', sans-serif; }

  .checked {
    background-color: #C95941; }

  .mapboxgl-popup {
    max-width: 400px;
    font: 12px/20px 'Helvetica Neue', Arial, Helvetica, sans-serif; }

  .mapboxgl-ctrl-geocoder, .mapboxgl-ctrl-geocoder ul {
    box-shadow: none; }

  .mapboxgl-ctrl-top-right {
    top: 95px !important; }

  div .mapboxgl-ctrl-top-right.mapboxgl-ctrl {
    margin: 110px 10px 0 0; }

  div .mapboxgl-ctrl.mapboxgl-ctrl-group {
    margin: 10px 10px 0 0 !important; }

  #homeButton {
    background: #333333;
    color: white;
    position: absolute;
    z-index: 1;
    top: 230px;
    right: 10px;
    border-radius: 3px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    border: 1px solid rgba(0, 0, 0, 0.4);
    font-family: 'Open Sans', sans-serif; }

  #homeIcon {
    background-image: url("../images/home.png");
    height: 24px;
    width: 24px;
    pointer-events: none;
    background-size: contain;
    margin-left: 3px;
    margin-top: 3px; }

  #infoBox {
    background: #333333;
    position: absolute;
    z-index: 1;
    top: 230px;
    left: 10px;
    border-radius: 3px;
    max-width: 135px;
    color: white;
    font-family: 'Open Sans', sans-serif;
    padding: 10px;
    visibility: hidden; }

  #infoText {
    font-size: 13px; }

  #infoTitle {
    font-weight: bold; }

  #keyBox {
    background: #333333;
    color: white;
    position: absolute;
    z-index: 1;
    top: 290px;
    right: 10px !important;
    height: 250px;
    border-radius: 3px;
    width: 50px;
    border: 1px solid rgba(0, 0, 0, 0.4);
    font-family: 'Open Sans', sans-serif;
    font-size: 12px; }

  #keyLow {
    display: inline-block;
    padding-left: 10px;
    margin-top: 225px;
    margin-left: -7px; }

  #keyMid {
    margin-top: -120px;
    text-align: center;
    margin-left: -22px; }

  #keyHigh {
    margin-top: -130px;
    margin-left: -20px;
    text-align: center; }

  #keyGradient {
    background: #333333;
    color: white;
    position: absolute;
    z-index: 1;
    top: 10px;
    right: 4px;
    height: 230px;
    border-radius: 3px;
    width: 15px;
    border: 1px solid rgba(0, 0, 0, 0.4);
    font-family: 'Open Sans', sans-serif;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#c95941+0,fae492+50,346734+100 */
    background: #c95941;
    /* Old browsers */
    background: -moz-linear-gradient(top, #c95941 0%, #fae492 50%, #346734 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #c95941 0%, #fae492 50%, #346734 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #c95941 0%, #fae492 50%, #346734 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c95941', endColorstr='#346734',GradientType=0 );
    /* IE6-9 */ }

  #titleText {
    font-size: 20px;
    font-weight: bold; }

  #subtitleText {
    font-size: 15px; }

  #menu {
    background: #333333;
    color: white;
    position: absolute;
    z-index: 1;
    top: 105px !important;
    left: 10px;
    border-radius: 3px;
    border: 1px solid rgba(0, 0, 0, 0.4);
    font-family: 'Open Sans', sans-serif; }

  #menu div {
    font-size: 13px;
    color: white;
    display: block;
    margin: 0;
    padding: 0;
    padding: 10px;
    text-decoration: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
    text-align: center;
    cursor: pointer; }

  #menu span {
    pointer-events: none; }

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

  #menu div.active {
    background-color: #C95941;
    color: #ffffff; } }

/*# sourceMappingURL=styles.css.map */
