
body {
      margin: 0;
      padding: 0;
    
    }

p {
    font-size: 15px;
    color: #f18388;
    font-family: 'Source Code Pro', 'Courier New', 'Lucida Sans Typewriter', monospace;
    line-height: 0px;
    text-align: left;
    position: absolute;
    left: 30px;
    bottom: 20px;
}


    #map {
      position: absolute;
      top: 0;
      bottom: 0;
      width: 100%;
    }

    /* Popup styling */

    .mapboxgl-popup {
      padding-bottom: 15px;
      top: -10px !important;
    }

    .mapboxgl-popup-close-button {
      display: none;
    }

    .mapboxgl-popup-content {
      font: 400 15px/22px 'Source Sans Pro', 'Helvetica Neue', Sans-serif;
      padding: 0px !important;
      width: auto;
      background: transparent !important;
      top: -2px;
    }

    .mapboxgl-popup-content-wrapper {
      padding: 1%;
    }

    .mapboxgl-popup-content h3 {
      background: rgb(61, 59, 59);
      text-align: center;
      color: #fff;
      margin: 0;
      display: block;
      padding: 15px;
      font-weight: 700;
      margin-top: -4px;
    }

    .mapboxgl-popup-content h4 {
      margin: 0;
      display: block;
      padding: 10px 3px 10px 10px;
      font-weight: 400;
    }

    .mapboxgl-container {
      cursor: pointer;
    }

    .mapboxgl-popup-anchor-top>.mapboxgl-popup-content {
      margin-top: 3px;
    }
    .mapboxgl-popup-anchor-bottom>.mapboxgl-popup-content {
      margin-top: 3px;
    }
    .mapboxgl-popup-anchor-top>.mapboxgl-popup-tip {
      border-bottom-color: #f18388;
    }
.mapboxgl-popup-tip {
    border-top-color: #f18388 !important;
    border-bottom-color: #f18388 !important;
}

.mapboxgl-popup-anchor-bottom .mapboxgl-popup-tip {
    align-self: center;
    border-top-color: #f18388 !important;
}


.mapboxgl-popup-anchor-left .mapboxgl-popup-tip {
    border-right-color: #f18388 !important;
    border-top-color: #f1838800 !important;
    border-bottom-color: #f1838800 !important;
}

.mapboxgl-popup-anchor-left {
    left: 20px !important;
    top: 10px !important;
}

.mapboxgl-popup-anchor-right {
    left: -20px !important;
    top: 10px !important;
}

.mapboxgl-popup-anchor-right .mapboxgl-popup-tip {
    border-left-color: #f18388 !important;
    border-top-color: #f1838800 !important;
    border-bottom-color: #f1838800 !important;
}

.mapboxgl-popup-anchor-bottom {
    top: -9px;
}

.mapboxgl-popup-anchor-top {
    top: 20px !important;
    margin-top: 0px;
}

a.mapboxgl-ctrl-logo{
  display: none !important;
}

.mapboxgl-ctrl-bottom-right{
  display: none !important;
}

.mapboxgl-ctrl-top-left {
    top: 30px !important;
    left: 40px !important;
}

.mapboxgl-ctrl-group button {
    background-color: #F6F6E3;
}

h2 {
    font-size: 20px;
    color: #f18388;
    font-family: 'Source Code Pro', 'Courier New', 'Lucida Sans Typewriter', monospace;
    line-height: 30px;
    text-align: center;
}

audio::-webkit-media-controls-panel, video::-webkit-media-controls-panel {
    background-color: #f18388;
}

audio{
    background-color: #f18388;
    opacity: 0;
    width: 0px !important;
    height: 0px !important;
}

.controls button:hover, .controls button:focus {
   color: #f18388;
}
