.mapAreaStyle{
    padding:0;
    height: calc(100vh - 90px);
    overflow:hidden;
    background: #fff;
}
.mapStyle {
    top:0;
    height: 100vh;
    width:100vw;
    position: absolute;
}
.headerStyle {
    margin: auto;
    width: 100%;
    position: relative;
    z-index: 5;
}
.headerStyle h1, .headerStyle h2, .headerStyle p {
    margin: 0;
    padding: 2vh 2vw;
    text-align: center;
}
.footerStyle {
    width: 100%;
    min-height: 5vh;
    padding-top: 2vh;
    padding-bottom: 2vh;
    text-align: center;
    line-height: 25px;
    font-size: 13px;
    position: relative;
    z-index: 5;
}
.featuresStyle {
    padding-top: 10vh;
}
.hidden {
    visibility: hidden;
}
.centered {
    width: 50vw;
    margin: 0 auto;
}
.lefty {
    width: 33vw;
   /* margin-left: 5vw; */
   margin-left: 35px;
}
.righty {
    width: 33vw;
    margin-left: 62vw;
}
.fully {
    width: 100%;
    margin: auto;
}
.light { color: #444; background-color: #fafafa;}
.dark { color: #fafafa; background-color: #444;}
/*.step { padding-bottom: 50vh; opacity: 0.9;}*/
.step { padding-bottom: 50vh; opacity: 0.99;}
.step:first-child { margin-top: 77vh;}
#story3 .step:first-child,
#story4 .step:first-child,
#story5 .step:first-child,{ marign: 0;}
/*.step.active {  opacity: 0.9;}*/
.step.active {  opacity: 0.99;}
.step div {
   /* padding:  25px 50px; */
    line-height: 25px;
    font-size: 13px;
}
#story3 .step:first-child div,
#story4 .step:first-child div,
#story5 .step:first-child div { padding: 0 !important;}
.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;
}

.legendsvg {


top: 100px;



position: absolute;
right: 35px;
z-index: 1;
}
 
.legendsvg h4 {
margin: 0 0 10px;
}
 
.legendsvg img {


}

	
	.modal1 {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal1-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}

/* Caption of Modal Image */
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation */
.modal1-content, #caption {  
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
  from {-webkit-transform:scale(0)} 
  to {-webkit-transform:scale(1)}
}

@keyframes zoom {
  from {transform:scale(0)} 
  to {transform:scale(1)}
}

/* The Close Button */
.close {
  position: absolute;
  
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
  .modal-content {
    width: 100%;
  }
}

.light a{
	color: black;
	
	
}

.light a:hover{
	color: blue;
	
	
}