@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Special+Gothic+Condensed+One&display=swap");
.special-gothic-condensed-one-regular, h1 {
  font-family: "Special Gothic Condensed One", sans-serif;
  font-weight: 400;
  font-style: normal; }

.roboto, body, .roboto-500 {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-variation-settings: "wdth" 100; }

.roboto-500 {
  font-weight: 500; }

body {
  color: #333; }

h1 {
  font-size: 4rem;
  font-weight: 100;
  margin-bottom: 1rem; }

h2 {
  font-size: 1.6rem;
  font-weight: 100; }

h3 {
  font-size: 0.9rem;
  font-weight: 300; }

a {
  color: rgba(0, 0, 0, 0.7); }
  a:focus, a:hover {
    color: rgba(0, 0, 0, 0.6); }

.navbar .navbar-brand {
  font-weight: 300;
  font-size: 1rem; }
  .navbar .navbar-brand a {
    text-decoration: none; }

.navbar .navbar-nav .nav-link.active {
  text-decoration: underline !important; }

main {
  font-size: 1.3rem; }

footer {
  background-color: rgba(var(--bs-tertiary-bg-rgb), 0.8) !important; }

.intro-block {
  padding-top: 1rem; }

#track-list article, footer article {
  position: relative;
  margin-bottom: 1rem;
  padding-left: 0;
  display: flex;
  width: 100%;
  background-color: #EEEEEE; }
  #track-list article .artwork, footer article .artwork {
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-color: #EEEEEE;
    height: 75px;
    width: 75px; }
    #track-list article .artwork a.player-control, footer article .artwork a.player-control {
      display: block;
      width: 100%;
      height: 100%;
      text-align: center; }
      #track-list article .artwork a.player-control svg, footer article .artwork a.player-control svg {
        margin-top: 35%; }
  #track-list article a.info-link, footer article a.info-link {
    position: absolute;
    display: block;
    bottom: 1rem;
    right: 1rem;
    z-index: 99; }
  #track-list article img.artwork, footer article img.artwork {
    height: 100px;
    margin-right: 1rem; }
  #track-list article .info h3.card-title, footer article .info h3.card-title {
    padding: 0.5rem; }
  #track-list article .player, footer article .player {
    width: 100%; }

#track-list div.track-details, footer div.track-details {
  display: none;
  margin-top: -0.75rem;
  padding-left: 85px;
  border-bottom: 1px solid #CCCCCC;
  font-size: 0.8rem; }
  #track-list div.track-details dl dt, footer div.track-details dl dt {
    float: left;
    clear: left;
    margin-right: 0.25rem; }
    #track-list div.track-details dl dt:after, footer div.track-details dl dt:after {
      content: ":"; }
  #track-list div.track-details.expanded, footer div.track-details.expanded {
    display: block; }

#global-player .artwork {
  height: 100px;
  width: 100px; }
  #global-player .artwork .player-control svg {
    margin-top: 45%;
    width: 25px;
    height: 25px; }

#global-player .info {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.9);
  top: 5px;
  left: 95px;
  z-index: 99; }
  #global-player .info .play-link {
    display: none; }
