body, html {
            height: 100%;
            margin: 0;
            padding: 0;
            font-family: "Lato", Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.5;
	overflow: hidden;
        }
        
    .leaflet-container {
       font-family: "Lato", Arial, Helvetica, sans-serif;
        font-size: 1rem;
        line-height: 1.5;
	}

        #map {
            height: 100%; /* % of viewport height */
            width: 100%;
            background-color: white; /* Plain white background */
        }

        /* Larger layer toggles */
         .leaflet-control {
         background-color: rgba(255, 255, 255, 0.8);
         
         }
        
     .slider-box {
        position: absolute;
        bottom: 30px;
        width: 30%;
        margin-left:25%;
        text-align:center;
        padding: 5px;
        font-weight: bold;
        color:white;
        opacity: 0.8;
        text-shadow: 0px 0px 3px black, 0px 0px 4px black, 0px 0px 5px black;
        z-index: 1000;
        font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
        
     }


    /* Opacity slider */
    .opacity-slider {
        position: relative;
        bottom: 0px;
        width: 80%;
        text-align:center;
       
        z-index: 1000;
        background-color: white;
        border: 1px solid #ccc;
        border-radius: 4px;
        padding: 0px;
        cursor: pointer;
    }

    /* Legend */
    .legend {
        width: 100px;
        
        z-index: 1000;
        border-radius: 4px;
        padding: 6px 6px;
    }
    .legend-item {
        text-transform: capitalize;
        
    }
    .legend-color {
        width: 20px;
        height: 14px;
        display: inline-block;
        margin-right: 8px;
    }
    .legend-heading {
        margin-top:2px;
        margin-bottom:5px;
        text-align: center;
        font-size: 1.2em
    }
    
    .place-label {
     text-shadow: 0px 0px 3px white, 0px 0px 5px white ;
     font-weight: bold;
     opacity: 1;
    }
    
    .leaflet-popup-content-wrapper, .leaflet-popup-tip{
        background: rgba(255,255,255,0.9);
    color: #333;
    box-shadow: 0 3px 14px rgba(0,0,0,0.4);
        }
    
    .leaflet-popup-content {
    margin: 14px 7px 14px 14px;
    padding-right:7px;
    line-height: 1.3;
    font-size: 1em;
    min-height: 1px;
    }
    
    .leaflet-popup-content h2 {
    text-align: center;
    margin-top: 0.2em;
    margin-bottom: 0em;
    font-size: 1.4em;
    }
    
    .leaflet-popup-content h3 {
    margin-top: 1em;
    margin-bottom:0.3em;
    }
    
    .leaflet-popup-content ul {
    padding-left: 1.5em;
    padding-top: 0em
    }
    
    .leaflet-popup-scrolled {
        overflow: auto;
    }

        
        .hab-popup p {
        margin-top: 5px;
        margin-bottom: 0.8em;
        }
        
        .puimagecontainer{
        position: relative;
        text-align: center;
        color: white;
        margin-bottom:1em;
        }
        
        
        .popuptitletext{
        position: absolute;
        top: 96%;
        left: 50%;
        transform: translate(-50%, -50%);
        background-color: rgba(38, 92, 25, 0.8);
        padding: 2px 8px;    
        }
        
        .popup-heading {
        margin-top: 0px;
        margin-bottom: 5px;
        font-size: 1.2em;
        z-index: 1001;
        }
        
        .popup-image {
        width: 100%;
        }
        
        .easy-button-button {
        padding: 2px !important;
        }
     
    
    /* width */
    ::-webkit-scrollbar {
      width: 6px;
    }
    
    /* Track */
    ::-webkit-scrollbar-track {
      background: #f1f1f1; 
    }
     
    /* Handle */
    ::-webkit-scrollbar-thumb {
      background: #888;
      height:20px;
    }
    
    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
      background: #555; 
    }



    .back-screen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9998;
  }
  
  .popup-screen-content { 
    max-width: 85%;
    min-width: 30px;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 20px;
    border-radius: 3px;
    text-align: left;
    font-size: 1.1em;
    z-index:9999;
    position:absolute;
    top:50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display:block;
  }

  #start-screen-content {
      width:400px;
  }
  
  #info-screen-content {
      width:900px;
      overflow:auto;
     max-height:90%;
  }
  
  
  .popup-screen-content h2{
      margin-top: 0;
      text-align: center;
      font-size: 1.2em;
  }
  
    .popup-screen-content h3{
      margin-bottom: 0;
      margin-top: 1em;
      text-align: left;
      font-size: 1.1em;
  }
  
      .popup-screen-content p{
      margin-top: 0.8em;
      margin-bottom: 1.1em;
      text-align: left;
  }
  
  .popup-screen-content ul{
      margin-bottom: 5px !important;
      padding-left: 1em;
      margin-top: 0px;
    }
     
 #close-start-screen  {
    font-size:1em;
    font-family: "Lato", Arial, Helvetica, sans-serif;
    font-weight: bold;
    margin-top: 14px;
    padding:3px 5px 3px 5px;
    position: relative;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
 }
 
 
.close-btn {
  position: sticky;
  top: 0;
  right: 10px;
  font-size: 30px;
  font-weight: bold;
  cursor: pointer;
  color: black;
  float:right;
}
 
/* @media (max-width:900px){
   
 #info-screen-content {
      width:90%;
 }
 }*/