
body { margin: 0; padding: 0; }
.logo {
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0px;
  background-color: white;
  border: 1px solid black;
  width: 100px;
  height: 100px;
  opacity: 60%;
}
.footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    color: white;
    text-align: center;
}
.footer-text{
    position: relative;
    display: inline-block;
    background-color: rgba(255, 255, 255, 0.60);
    padding: 5px;
    font-size: 12px;
    color: black;
}
#map { position: absolute; top: 0; bottom: 0; width: 100%; }
.mapboxgl-popup-content{
  background-image: url("https://cdn.wallpapersafari.com/84/74/xN1gOb.jpg");
  background-position: 80%;
 color: white;
}
.mapboxgl-popup-content > .img {
  -moz-transform: scaleY(-1);
    -o-transform: scaleY(-1);
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
    filter: FlipV;
    -ms-filter: "FlipV";
}
.mapboxgl-popup-close-button{
    font-size: 20px;
    font-weight: bolder;
}
h2 {
    font-size: 1.5em;
    font-weight: bold;
    text-align: center;
    margin: 0;
    padding: 0.5em;
}



/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  }
  
  /* Modal Content/Box */
  .modal-content {
    margin: 20px auto; /* 15% from the top and centered */
    width: 85%; /* Could be more or less, depending on screen size */
  }
  
  /* The Close Button */
  .close {
    color: #aaa;
    float: right;
    font-size: 50px;
    font-weight: bold;
  }
  
  .close:hover,
  .close:focus {
    color: white;
    text-decoration: none;
    cursor: pointer;
  }


  .plyr--full-ui input[type=range] {
    color: red !important;
  }
  
  .plyr__control--overlaid {
    background: rgba(red, .8) !important;
  }
  
  .plyr--video .plyr__control.plyr__tab-focus,
  .plyr--video .plyr__control:hover,
  .plyr--video .plyr__control[aria-expanded=true] {
    background: red !important;
  }
  
  .plyr__control.plyr__tab-focus {
    box-shadow: 0 0 0 5px rgba(red, .5) !important;
  }
  
  .plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]::before {
    background: red !important;
  }

  .plyr__control--overlaid {
    background: red !important;
  }