@font-face {
    font-family: 'Hershey Noailles Futura Triplex Duplex Light';
    src: url(fonts/Hershey-Noailles-Futura-Duplex-Light.woff) format('woff');
    font-weight: 300;
    font-style: normal;
}

body {
    background-image: url(/images/et-ballet-dither-1.gif);
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0;
    overflow: hidden;
}

p {
    font-family: 'Hershey Noailles Futura Triplex Duplex Light';
    color: #180741;
}

#hollerith {
    position:absolute;
    right:0;
}

#rotate-phone {
    display: none;
    position: absolute;
    right: 10%;
    bottom: 8%;
    transform: rotate(-10deg);
}

audio {
  display: none !important;
}

.classic-audio-player {
  position: absolute;
  font-family: "MS Sans Serif", sans-serif;
  font-size: 12px;
  width: 300px;
  padding: 4px;
  background-color: #d4d0c8;
  border: 2px solid;
  border-color: #ffffff #808080 #808080 #ffffff;
  box-shadow: inset 1px 1px 0px #000000;
  z-index: 100;
}

.classic-audio-player audio {
  display: none;
}

.controls {
  display: flex;
  align-items: center;
  gap: 6px;
}

.controls button {
  width: 24px;
  height: 24px;
  background-color: #d4d0c8;
  border: 2px solid;
  border-color: #ffffff #808080 #808080 #ffffff;
  font-size: 10px;
  cursor: pointer;
  padding: 0;
}

.controls button:active {
  border-color: #808080 #ffffff #ffffff #808080;
}

.time-display {
  width: 50px;
  text-align: center;
  color: black;
}

.seek-slider {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 16px;
  background: #d4d0c8;
  border: 2px solid;
  border-color: #808080 #ffffff #ffffff #808080;
  flex-grow: 1;
}

.seek-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 12px;
  height: 12px;
  background: #d4d0c8;
  border: 2px solid;
  border-color: #ffffff #808080 #808080 #ffffff;
}

.seek-slider::-moz-range-thumb {
  width: 12px;
  height: 12px;
  background: #d4d0c8;
  border: 2px solid;
  border-color: #ffffff #808080 #808080 #ffffff;
}

.mute {
  font-family: "Segoe UI Symbol", "MS UI Symbol", sans-serif;
  font-size: 13px !important;
  color: black !important;
  text-shadow: none !important;
  -webkit-text-fill-color: black !important;
  -webkit-font-smoothing: none !important;
}

@supports (-webkit-touch-callout: none) {
  .mute {
    font-variant-emoji: text;
    text-rendering: optimizeLegibility;
  }
}

.arrow-rotate {
    display: inline-block;
    transform: rotate(90deg);
}

@media only screen and (max-width: 500px) {
    #hollerith {
        width: 150%;
        right: -5%;
    }
}

@media screen and (orientation: landscape) {
    #hollerith {
        width: 120%;
        right: -5%;
        top: -5%;
    }
}

@media screen and (orientation: portrait) {
    body {
        background-image: url(/images/et-ballet-dither-1.gif);
        background-repeat: no-repeat;
        background-position: right;
        height: 900px;
    }

    #rotate-phone {
        display: block;
    }
}