body {
      margin: 0;
      padding: 0;
      font-family: Bitter;
      background-color: white;
      background-color: #040a4c;
  }

/* changes from standard header css */
/*#region*/
.container {
  background-color: #002e6f;
}

.item {
  background: #002e6f;
  color: #ffffff;
}

.dropdown .dropbtn {
  color: #9f9e9e;
}

.dropdown-content {
  background-color: #002e6f;
}

.dropdown-content a {
  color: #ffffff;
}

.dropdown-content a:hover {
  color: #ddbf3b
}

.dropdown:hover .dropdown-content {
  display: block;
}

.btn--plain:hover {
    color: #ddbf3b;
}
/*#endregion*/

/*#region*/
  #map {
      top: 0;
      height: 100vh;
      width: 100vw;
      position: sticky;
      background-color: #040a4c;
      margin-top: 95px;
  }

  #map-fallback {
      top: 0;
      height: 100vh;
      width: 100vw;
      position: sticky;
      background-color: #040a4c;
      margin-top: 95px;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      text-align: center;
      box-sizing: border-box;
      padding: 0 10vw;
  }

  #map-fallback p {
      font-family: Bitter;
      font-size: 1.1rem;
      line-height: 1.6;
  }

  .centered {
      width: 50vw;
      margin: 0 auto;
  }

  .lefty {
      width: 43vw;
      margin-left: 5vw;
  }

  .righty {
      width: 43vw;
      margin-left: 53vw;
  }

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

  .light {
      /* text and background color for scrolling boxes with light theme - theme selected in config.js*/
      color: #444;
      background-color: #aabcc1;
  }

  .dark {
      /* text and background color for scrolling boxes with dark theme - theme selected in config.js */
      color: #fafafa;
      background-color: #363e51;
  }

  .dark a {
      /* text links */
      color: white;
      font-weight: 500;
  }


  .step {
      display: flex;
      flex-wrap: wrap;
      padding-bottom: 50vh;
      margin-bottom: 30vh;
      opacity: 0.25;
  }

  .step.active {
      opacity: .80;
  }

  .step div {
      display: inline-block;
      padding: 25px 50px;
      line-height: 22px;
      font-size: 17px;
  }

  .step img {
      width: 100%;
      height: auto;
  }

 /* .dwDiv {
    border: 1px solid gray; 
    margin: .5rem 0 0 0;
    padding: .5rem; 
    display:flex; 
    flex-wrap:wrap'
 } */






  #rotate-mobile {
      display: none;
  }


  .mapboxgl-ctrl {
      margin-right: 30px !important;
  }

  @media (max-width: 750px) {
      #features {
          width: 90vw;
          margin: 0 auto;
      }

      #header img {
          width: 80vw;
      }

      #header h1 {
          font-family: Open Sans;
          font-size: 1.9rem;
          text-transform: uppercase;
      }

      .lefty {
          width: 90%;
      }

      .step div {
          padding: 5px 15px;
      }

      .step div h3 {
          font-family: Open Sans;
          font-size: 1.4rem;
          font-weight: 600;;
      }


      #rotate-mobile {
          display: inline-block;
          margin-top: 25px;
      }

      .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;
  }

/*#endregion*/

/* mapbox scrolly rig footer 
/*#region*/ 
#footer {
    background-color:#363e51;
    width: 100%;
    min-height: 5vh;
    padding-top: 2vh;
    padding-bottom: 4vh;
    padding-left: 1vw;
    text-align: left;
    line-height: 15px;
    position: relative;
    z-index: 5;
    opacity:.70;
}

#footer h2 {
    color:rgb(255, 255, 255);
    font-size: 18px;
}

#footer a {
    color:white;
    font-size: 1.1em;
    font-weight: 300;
}

#footer a:hover {
  /* color: #b3c7fa;; */
  color: #ddbf3b;
}
/*#endregion*/