html, body {
  height: 100%;
  padding: 0;
  margin: 0;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  position: relative;
}
#map {
  height: 90%;
  width: 100%;
  top: 10%;
}
#audio {
  position: absolute;
  top: 0px;
  right: 0px;
  height: 10%;
  width: 100%;
  background-color: #cdddd6;
}
.customMarker {
  border: 4px solid #31a976;
  border-radius: 3px;
  position: relative;
}
.customMarker:after {
    content:'';
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -50px;
    width: 0;
    height: 0;
    border-top: solid 50px #31a976;
    border-left: solid 50px transparent;
    border-right: solid 50px transparent;
}
#audioControls {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 1000;
}
#markerControls {
  position: absolute;
  bottom: 10px;
  left: 10px;
  z-index: 1000;
  /* display: none; */
}
#waveform {
  height: 100%;
  z-index: 100;
}
#waveform wave {
  height: 100% !important;
  z-index: 50;
}

/* For mobile phones: */
#messages {
  position: absolute;
  top: 0px;
  right: 0px;
  height: 100%;
  width: 100%;
  text-align: center;
  display: block;
  color: white;
  z-index: 200;
  font-size: 5vw;
  line-height: 10vh;
  font-weight: 400;
  /* background-color: #b4ccc2; */
}
#watermark {
  position: absolute;
  top: 0px;
  right: 0px;
  height: 100%;
  width: 100%;
  text-align: center;
  display: block;
  color: #63b997;
  background-color: #31a976;
  font-size: 10vw;
  z-index: 10;
  line-height: 10vh;
  font-weight: 300;
}
#watermark .watermarkText {
  display: none;
  margin: 0px;
  font-size: 7vw;
  font-weight: 300;
}
#loader {
  position: absolute;
  top: 0px;
  right: 0px;
  height: 100%;
  width: 0%;
  background-color: #b4ccc2;
  z-index: 60;
}
.select {
  display: block;
}
.loading {
  display: none;
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 0px solid transparent;
  font-size: 12px;
  border-radius: 4px;
  border: 2px solid rgba(0,0,0,0.2);
  background-color: #ffffff;
  color: black;
  background-clip: padding-box;
}
.btnPlayPause {
  display: none;
}
.btnPlayPause a {
  width: 30px;
  line-height: 30px;
  display: block;
}
.btnPrevNext a {
  width: 30px;
  line-height: 30px;
  display: inline-block;
}
.btnPrevNext .previous {
  border-right: 1px solid rgba(0,0,0,0.2);
}
.btn:hover {
  background-color: #f4f4f4;
}
.btn:focus {
  outline-style: none;
}
.leaflet-popup-content .hour {
  float: right;
}
@media only screen and (min-width: 768px) {
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 0px solid transparent;
  border-radius: 4px;
  box-shadow: 0 1px 5px rgba(0,0,0,0.65);
}
.btnPlayPause a {
  width: 26px;
  line-height: 26px;
  display: block;
}
.btnPrevNext a {
  width: 26px;
  line-height: 26px;
  display: inline-block;
}
#audioControls {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 1000;
}
#messages {
  font-size: 3vw;
  line-height: 10vh;
  font-weight: 300;
}
#watermark .watermarkText {
  font-size: 5vw;
  
}
}