@charset "UTF-8";

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
  font-size: 100%;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #000000;
 }

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  border-style: none;
}

p {
  margin: 20px 0;
  font-size: 18px;
}

b, strong {
  font-weight: 500;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  color: inherit;
  text-rendering: optimizeLegibility;
}

h1, .h1 {
  font-size: 1.5rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h2, .h2 {
  font-size: 1.3rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h3, .h3 {
  font-size: 1.1875rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h4, .h4 {
  font-size: 1.125rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h5, .h5 {
  font-size: 1.0625rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h6, .h6 {
  font-size: 1rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

a, a:hover, a:focus {
  line-height: inherit;
  color: #000;
  cursor: pointer;
}

/***********************
GRID
***********************/

.grid-container {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}

@media print, screen and (min-width: 40em) {
  .grid-container {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.grid-x {
  display: flex;
  flex-flow: row wrap; }

.cell {
  flex: 0 0 auto;
  min-height: 0px;
  min-width: 0px;
  width: 100%; }


@media print, screen and (min-width: 64em) {
  .grid-x > .large-1, .grid-x > .large-2, .grid-x > .large-3, .grid-x > .large-4, .grid-x > .large-5, .grid-x > .large-6, .grid-x > .large-7,
  .grid-x > .large-8, .grid-x > .large-9, .grid-x > .large-10, .grid-x > .large-11, .grid-x > .large-12 {
    flex-basis: auto;
  }

  .grid-x > .large-1, .grid-x > .large-2, .grid-x > .large-3, .grid-x > .large-4, .grid-x > .large-5, .grid-x > .large-6, .grid-x > .large-7,
  .grid-x > .large-8, .grid-x > .large-9, .grid-x > .large-10, .grid-x > .large-11, .grid-x > .large-12 {
    flex: 0 0 auto;
  }

  .grid-x > .large-1 {
    width: 8.33333%; }
  .grid-x > .large-2 {
    width: 16.66667%; }
  .grid-x > .large-3 {
    width: 25%; }
  .grid-x > .large-4 {
    width: 33.33333%; }
  .grid-x > .large-5 {
    width: 41.66667%; }
  .grid-x > .large-6 {
    width: 50%; }
  .grid-x > .large-7 {
    width: 58.33333%; }
  .grid-x > .large-8 {
    width: 66.66667%; }
  .grid-x > .large-9 {
    width: 75%; }
  .grid-x > .large-10 {
    width: 83.33333%; }
  .grid-x > .large-11 {
    width: 91.66667%; }
  .grid-x > .large-12 {
    width: 100%; }
  }

.grid-padding-x .grid-padding-x {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

@media print, screen and (min-width: 40em) {
  .grid-padding-x .grid-padding-x {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}

.grid-container:not(.full) > .grid-padding-x {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

@media print, screen and (min-width: 40em) {
  .grid-container:not(.full) > .grid-padding-x {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}

.grid-padding-x > .cell {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}

@media print, screen and (min-width: 40em) {
  .grid-padding-x > .cell {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

@media print, screen and (min-width: 64em) {
  .grid-padding-x > .cell {
    padding-right: 2.2rem;
    padding-left: 2.2rem;
  }
}


/***********************
CUSTOM
***********************/

.back-inherit {
  background-color: inherit;
}

.header {
  border-bottom: 4px solid #000000;
  position: relative;
}

.logo {
  margin: 20px 0 20px;
}

.logo a {
  display: block;
}

.logo a img {
  height: 28px;
  width: 170px;
}

.menu {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  text-align: right;
  position: absolute;
  top: 3.5px;
  right: 0;
}

.menu a {
  line-height: 1;
  text-decoration: none;
  display: block;
  padding: 0.3rem;
  color: #000000;
  font-weight: 600;
  font-size: 14px;
}

@media screen and (min-width: 40em) {
  .logo a img {
    height: 41px;
    width: 250px;
  }
  .menu {
    top: 5px;
  }
  .menu a {
    padding: 0.7rem;
    font-size: 15px;
  }
}

/***********************************************
FOOTER
***********************************************/

.footnote {
  display: none;
  position: fixed;
  bottom: 5px;
  right: 50%;
  margin-right: -83px;
  z-index: 4;
}

@media print, screen and (min-width: 40em) {
  .footnote {
    display: block;
  }
}

@media print, screen and (min-width: 64em) {
  .footnote {
    transform: rotate(-90deg);
    bottom: 105px;
    right: -55px;
    margin-right: 0;
  }
}

.footnote p {
  font-size: 12px;
  letter-spacing: 1px;
  margin-bottom: 0;
}

.footnote p a {
  color: #000000;
  transition: .2s;
  padding-right: 20px;
  text-decoration: none;
}

.footnote p a:hover {
  background-color: rgba(255, 255, 255, 0.3);
}

@media print, screen and (max-width: 64em) {
  .footnote.static-note {
    display: block;
    position: static;
    text-align: center;
    margin: 0;
    padding: 50px 0 10px;
    background-color: inherit;
  }
}



/***********************************************
TURNTABLE
***********************************************/

div.turntable {
  background-color: #bbbbbb;
  margin-top: 10px;
  display: flex;
  gap: 1rem;
  align-items: center;
}

div.turntable .spinning-turntable {
  width: 100%;
  height: 80vw;
  background-image: url(../img/dm-turntable.gif);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

div.speaker-bottom {
  background-color: #bbbbbb;
  padding: 0 10px 12px;
}

@media (orientation: landscape) {
  div.turntable {
    height: calc(100vh - 150px);
  }

  div.speaker-bottom {
    display: none;
  }

  div.turntable div.speaker-left {
    width: 13%;
    height: 100%;
    background-image: url(../img/turntable-speaker.svg);
    background-repeat: no-repeat;
    background-position: 10px center;
  }

  div.turntable .spinning-turntable {
    width: calc(74% - 2rem);
    height: 100%;
  }

  div.turntable div.speaker-right {
    width: 13%;
    height: 100%;
    background-image: url(../img/turntable-speaker.svg);
    background-repeat: no-repeat;
    background-position: calc(100% - 10px) center;
  }
}

/***********************************************
PLAYER
***********************************************/

.white-back {
  background-color: #ffffff;
}

div#amplitude-right {
  margin: 50px auto 250px;
  width: 100%;
  padding: 0 0 20px;
}

div#amplitude-right div.song {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 2px solid #000;
  padding: 0;
  cursor: pointer;
  transition: background-color .2s;
}

div#amplitude-right div.song.amplitude-song-container:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

div#amplitude-right div.song.amplitude-song-container.amplitude-active-song-container {
  background-color: rgba(255, 255, 255, 0.3);
}

div#amplitude-right div.song div.song-meta-data {
  display: flex;
  align-items: center;
  flex: 1;
  font-size: 15px;
  line-height: 40px;
  font-weight: 700;
  height: 40px;
  min-width: 0;
}

div#amplitude-right div.song div.song-meta-data .song-title {
  flex: 0 0 55%;
  padding-left: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

div#amplitude-right div.song div.song-meta-data .song-artist {
  flex: 0 0 29%;
  padding-left: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

div#amplitude-right div.song div.song-meta-data .song-duration {
  flex: 0 0 16%;
  text-align: right;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 5px;
}

div#amplitude-right span.song-download {
  flex: 0 0 45px;
  height: 40px;
}

div#amplitude-right span.song-download a {
  background-image: url(../img/download.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px 15px;
  width: 100%;
  height: 100%;
  display: block;
  cursor: pointer;
  transition: background-color .3s;
}

div#amplitude-right span.song-download a:hover {
  background-color: rgba(255, 255, 255, 0.4);
}

@media print, screen and (max-width: 40em) {
  div#amplitude-right div.song.amplitude-song-container div.song-meta-data .song-title {
    flex: 0 0 84%;
  }

  div#amplitude-right div.song.amplitude-song-container div.song-meta-data .song-artist {
    display: none;
  }
}

div#amplitude-right div.song.list-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 4px solid #000000;
  font-weight: 400;
  letter-spacing: 1px;
  font-size: 14px;
  cursor: default;
}

div#amplitude-right div.song.list-header div.song-meta-data {
  display: flex;
  align-items: center;
  flex: 1;
  height: 40px;
  min-width: 0;
  font-size: 14px;
  font-weight: 400;
}

div#amplitude-right div.song.list-header div.song-meta-data span.song-title {
  flex: 0 0 calc(55% - 0.55 * 45px);
  padding-left: 10px;
  text-align: left;
}

div#amplitude-right div.song.list-header div.song-meta-data span.song-artist {
  flex: 0 0 calc(29% - 0.29 * 45px);
  padding-left: 10px;
  text-align: left;
}

div#amplitude-right div.song.list-header div.song-meta-data span.song-duration {
  flex: 0 0 calc(16% - 0.16 * 45px);
  text-align: right;
  background-image: url(../img/clock.svg);
  background-repeat: no-repeat;
  background-size: 18px;
  background-position: right 6px top 11px;
  height: 40px;
}

@media print, screen and (max-width: 40em) {
  div#amplitude-right div.song.list-header div.song-meta-data span.song-title {
    flex: 0 0 calc(84% - 0.84 * 45px);
  }
  div#amplitude-right div.song.list-header div.song-meta-data span.song-artist {
    display: none;
  }
  div#amplitude-right div.song.list-header div.song-meta-data span.song-duration {
    flex: 0 0 calc(16% - 0.16 * 45px);
  }
}

div.amplitude-player-wrapper {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: inherit ;
  padding: 40px 0 15px;
  border-top: 4px solid rgba(255, 255, 255, 0.3);
  z-index: 3;
}

@media print, screen and (min-width: 40em) {
  div.amplitude-player-wrapper {
    padding: 50px 0 30px;
  }
}

div.amplitude-player-play {
  padding: 20px 10px 10px;
  border: 5px solid #000000;
  border-radius: 30px;
  background-color: inherit; }

div#control-container {
  width: 140px;
  margin: -53px auto 10px;
  background-color: inherit;
}

div#control-container div#previous {
  display: inline-block;
  width: 40px;
  height: 40px;
  cursor: pointer;
  background: url("../img/prev.svg");
  background-repeat: no-repeat;
  float: left;
  margin-top: 10px;
  margin-right: -5px;
}

div#control-container div#play-pause {
  display: inline-block;
  width: 60px;
  height: 60px;
  cursor: pointer;
  float: left;
  margin: 0 5px;
}

div#control-container div#play-pause.amplitude-paused {
  background: url("../img/play.svg");
  border-radius: 50%;
  transition: .2s;
}

div#control-container div#play-pause.amplitude-paused:hover {
  background: url("../img/play.svg"), rgba(255,255,255,.3);
}

div#control-container div#play-pause.amplitude-playing {
  background: url("../img/pause.svg");
  border-radius: 50%;
  transition: .2s;
}

div#control-container div#play-pause.amplitude-playing:hover {
  background: url("../img/pause.svg"), rgba(255,255,255,.3);
}

div#control-container div#next {
  display: inline-block;
  width: 40px;
  height: 40px;
  cursor: pointer;
  background: url("../img/next.svg");
  background-repeat: no-repeat;
  float: left;
  margin-top: 10px;
  margin-left: -5px;
}

div#control-container:after {
  content: "";
  display: table;
  clear: both;
}

div#progress-container {
  width: 60%;
  float: left;
  position: relative;
  height: 20px;
  cursor: pointer;
}

div#progress-container:hover input[type=range].amplitude-song-slider::-webkit-slider-thumb {
  display: block;
}

div#progress-container:hover input[type=range].amplitude-song-slider::-moz-range-thumb {
  visibility: visible;
}

div#progress-container progress#song-played-progress {
  width: 100%;
  position: absolute;
  left: 0;
  top: 7px;
  right: 0;
  z-index: 60;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 10px;
  border-radius: 3px 0 0 3px;
  background: transparent;
  border: none;
}

div#progress-container progress#song-played-progress[value]::-webkit-progress-bar {
  background: none;
  border-radius: 3px;
}

div#progress-container progress#song-played-progress[value]::-webkit-progress-value {
  background-color: #000000;
  border-radius: 3px 0 0 3px;
}

div#progress-container progress#song-played-progress::-moz-progress-bar {
  background: none;
  border-radius: 3px 0 0 3px;
  background-color: #000000;
  height: 10px;
}

div#progress-container progress#song-buffered-progress {
  position: absolute;
  left: 0;
  top: 7px;
  right: 0;
  width: 100%;
  z-index: 10;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 10px;
  border-radius: 3px;
  background: transparent;
  border: none;
  background-color: rgba(255, 255, 255, 0.1);
}

div#progress-container progress#song-buffered-progress[value]::-webkit-progress-bar {
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 3px;
}

div#progress-container progress#song-buffered-progress[value]::-webkit-progress-value {
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 3px;
  -webkit-transition: width .1s ease;
  transition: width .1s ease;
}

div#progress-container progress#song-buffered-progress::-moz-progress-bar {
  background: none;
  border-radius: 3px;
  background-color: rgba(255, 255, 255, 0.3);
  height: 10px;
}

div#progress-container progress::-ms-fill {
  border: none;
}

div#progress-container input[type=range] {
  -webkit-appearance: none;
  width: 100%;
  margin: 7.5px 0;
  position: absolute;
  z-index: 9999;
  top: -7px;
  height: 20px;
  cursor: pointer;
  background-color: inherit;
}

div#progress-container input[type=range]:focus {
  outline: none;
}

div#progress-container input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 0px;
  cursor: pointer;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: transparent;
  border: 0;
}

div#progress-container input[type=range]::-webkit-slider-thumb {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 0;
  height: 15px;
  width: 15px;
  background: transparent;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -7px;
}

div#progress-container input[type=range]:focus::-webkit-slider-runnable-track {
  background: transparent;
}

div#progress-container input[type=range]::-moz-range-track {
  width: 100%;
  height: 0px;
  cursor: pointer;
  box-shadow: none;
  background: transparent;
  border: 0;
}

div#progress-container input[type=range]::-moz-range-thumb {
  box-shadow: none;
  border: 0 solid transparent;
  height: 15px;
  width: 15px;
  background: transparent;
  cursor: pointer;
}

div#progress-container input[type=range]::-ms-track {
  width: 100%;
  height: 0px;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  color: transparent;
}

div#progress-container input[type=range]::-ms-fill-lower {
  background: #eeeeee;
  border: 0;
  box-shadow: none;
}

div#progress-container input[type=range]::-ms-fill-upper {
  background: #eeeeee;
  border: 0;
  box-shadow: none;
}

div#progress-container input[type=range]::-ms-thumb {
  box-shadow: none;
  border: 0;
  height: 15px;
  width: 15px;
  background: transparent;
  cursor: pointer;
  height: 0px;
  display: block;
}

div#time-container span.current-time {
  font-size: 15px;
  font-weight: 700;
  float: left;
  width: calc(20% - 10px);
  text-align: right;
  margin-right: 10px;
}

div#time-container span.duration {
  font-size: 15px;
  font-weight: 700;
  float: left;
  width: calc(20% - 10px);
  text-align: left;
  margin-left: 10px; }

div#time-container:after {
  content: "";
  display: table;
  clear: both; }

div#meta-container {
  text-align: center;
  margin-top: 5px;
}

div#meta-container span {
  font-size: 16px;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

div#waveform {
  width: 60%;
  margin: 0 auto;
  height: 50px;
}

div#waveform svg {
  width: 100%;
  height: 100%;
}

div#waveform svg path {
  stroke: #000;
  stroke-width: .6px;
}

div#waveform.double-form {
  position: relative;
  top: -50px;
  transform: scaleY(-1);
  margin-bottom: -50px;
}

/***********************************************
PAGES
***********************************************/

h1.home-headline {
  font-size: 20px;
  padding: 5px 10px 5px 0;
  background-color: inherit;
  margin-top: 6px;
}

h1.page-title {
  padding-top: 5px;
}

article {
  margin: 50px 0;
}

/***********************************************
ALBUMS
***********************************************/

ul.albums-list {
  margin: 50px 0;
  list-style: none;
  padding-left: 0;
  display: flex;
  gap: 2%;
  flex-wrap: wrap;
}

ul.albums-list li {
  flex: 0 0 32%;
  margin-bottom: 2%;
}

ul.albums-list li a {
  display: block;
  padding: 3rem 1rem;
  border: 5px solid #000000;
  border-radius: 30px;
  text-decoration: none;
  color: #000;
  text-align: center;
  font-weight: 700;
  font-size: 20px;
}

@media print, screen and (max-width: 40em) {
  ul.albums-list li {
    flex: 0 0 49%;
  }
}

/***********************************************
SEARCH PAGE
***********************************************/

.input-group {
  margin: 50px 0 0;
  padding: 0;
  border-radius: 30px;
  text-decoration: none;
  color: #000;
  font-weight: 700;
  font-size: 20px;
  display: flex;
}

.input-group-field {
  background: transparent;
  border: 0;
  padding-left: 15px;
  font-size: 18px;
  border: 3px solid #000000;
  width: 70%;
  max-width: 400px;
  height: 50px;
}

.input-group-field:focus {
  outline: none;
  background-color: rgba(244,244,244,.5);
}

.input-group-button {
  display: inline-block;
  text-align: left;
  margin-left: -3px;
  width: calc(30% + 3px);
  max-width: 150px;
}

.input-group-button button {
  border: 3px solid #000000;
  padding-right: 10px;
  border-radius: 0 30px 30px 0;
  font-size: 18px;
  font-weight: 700;
  background-color: rgba(255,255,255,.2);
  transition: .2s;
  width: 100%;
  height: 50px;
  color: #000;
}

.input-group-button button:hover {
  background-color: rgba(255,255,255,.7);
}

@media print, screen and (max-width: 40em) {
  .input-group-button button {

    background-color: rgba(255,255,255,.7);
  }
}

#search-status p {
  margin: 2px 0;
  font-size: 15px;
  font-weight: 600;
}

@media print, screen and (max-width: 40em) {
  #search-status p {
    font-size: 14px;
  }
}

#search-results #amplitude-player {
  margin-top: 10px;
  opacity: 0;
  transition: .2s;
}

#search-results #amplitude-player.show {
  opacity: 1;
}

#search-results {
  background-color: inherit;
}

mark {
  background-color: rgba(255,255,255,.9);
}
