.btnlight {
  color: blue !important;
  background-color: white !important;
  font-size: 1.2em !important;
}

.imgptr {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
  }
  
  imgptr:hover {opacity: 0.7;}
  
  /* The Modal (background) */
  .modal-image {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1100; /* Sit on top */
    padding-top: 70px; /* 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.8); /* Black w/ opacity */
  }

  /* Modal Content (image) */
  .modal-image-content {
    margin: auto;
    display: block;
   /* width: 80%; */
   /* max-width: 700px; */
  }
 
  @-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 */
  .modal-close {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    padding-top: 38px;    
    padding-left: 50px;   
    padding-right: 5px;
    right: 35px;
    color: #fafafa;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
  }
  
  .modal-close:hover,
  .modal-close:focus,
  .modal-full:hover,
  .modal-full:focus {
    /* color: rgb(211, 211, 211); */
    opacity: 0.5;
    text-decoration: none;
    cursor: pointer;
  }
  
  .modal-full {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    padding-top: 40px;
    padding-left: 10px;
    right: 35px;
    color: #fafafa;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
  }


  /* 100% Image Width on Smaller Screens */
  @media only screen and (max-width: 700px){
    .modal-image-content {
      width: 100%;
    }
  }

  .mapthumbnail {
    background-color: #bed8b1d5;   /* #adce9c; */
    text-align: center;
    border-radius: 5px;
    width: 50px;
    background-blend-mode: lighten;
  }