/* Requires cmrCommon.css for var definitions */
html {
  scroll-behavior: smooth;
}

:root {
  --yellow-1: #faf3b7;
  --yellow-2: #ed1e12;
  --red-1: #650404;
  --LightGrayText: #808080;
  --DarkGrayText: #424242;
  --prettyFont: Almendra;
  --lightWarmText: #faf3b7;
  --medWarmText: #edd612;
  --bodySans: "Lato", sans-serif;
  --bodySerif: "Lato", serif;
  /* --bodySans: 'Merriweather Sans', sans-serif;
  --bodySerif: 'Merriweather Sans', serif; */
  --warmMutedLightText: RGB(209,198,108);
  --warmMutedDarkText: RGB(197,186,93);
  --darkSmoke: rgba(17, 12, 12, 0.712);
  --medSmoke: rgba(17, 12, 12, 0.42);
  --thinSmoke: rgba(17, 12, 12, 0.22);
}

@font-face {
  font-family: Mirosa;
  src: url("/common/Mirosa.otf");
  format: "opentype";
}
html {
  scroll-behavior: smooth;
}

/* Requires cmrCommon.css for var definitions */
.infoBoxTitle {
  font-family: var(--bodySans);
  color: var(--medWarmText);
  font-size: 1.1em;
  text-align: center;
  padding-bottom: 15px;
  height: 43px;
}

/* ===== BASE SIZE (EXTRA SMALL) ===== */
@media (max-width: 638px) {
  .infoBoxTitle {
    font-family: var(--bodySans);
    color: var(--medWarmText);
    font-size: 0.8em;
    text-align: center;
    height: 10px;
  }
  .composerText {
    color: var(--lightWarmText);
    font-family: var(--bodySans);
    font-size: 0.9em;
    margin-bottom: 9px;
  }
  .titleText {
    font-family: var(--bodySans);
    font-style: italic;
    color: var(--lightWarmText);
    font-size: 1em;
  }
  .performerText {
    font-size: 0.9em;
    color: var(--medWarmText);
    text-align: left;
    font-family: var(--bodySans);
  }
  .listLarge {
    display: none;
  }
  .h3 {
    font-size: 1.2em;
    color: var(--medWarmText);
    text-align: left;
    font-family: var(--bodySans);
  }
}
/* ===== MIN WIDTH 639 px ===== */
@media (min-width: 639px) {
  .composerText {
    font-size: 1.3em;
    color: var(--lightWarmText);
    font-family: var(--bodySans);
  }
  .titleText {
    font-size: 1.5em;
    color: var(--lightWarmText);
    font-family: var(--bodySans);
    font-style: italic;
    margin-top: -14px;
  }
  .performerText {
    font-size: 1.1em;
    font-family: var(--bodySans);
    color: var(--medWarmText);
  }
  .listSmall {
    display: none;
  }
  .h3 {
    font-size: 1.7em;
    color: var(--medWarmText);
    text-align: left;
    font-family: var(--bodySans);
  }
}
/* ===== MIN WIDTH 768 px ===== */
@media (min-width: 768px) {
  .composerText {
    font-size: 1.3em;
    color: var(--lightWarmText);
    font-family: var(--bodySans);
  }
  .titleText {
    font-size: 1.5em;
    color: var(--lightWarmText);
    font-family: var(--bodySans);
    font-style: italic;
    margin-top: -14px;
  }
  .performerText {
    font-size: 1.1em;
    font-family: var(--bodySans);
    color: var(--medWarmText);
  }
  .listSmall {
    display: none;
  }
  .titlePanel {
    text-align: center;
    background-color: rgba(153, 132, 132, 0.23);
    padding-top: 1px;
    padding-bottom: 2px;
  }
}
.albumArt {
  display: none;
}

.albumImage {
  height: 35vh;
}

@media (min-height: 768px) {
  .albumArt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .albumImage {
    max-width: 300px;
    max-height: 300px;
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }
}
#spinner {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  border: 4px solid rgba(173, 216, 230, 0.3);
  /* Light Blue (replace with your color) */
  border-top: 4px solid #f2f4f7;
  /* Dark Blue (replace with your color) */
  border-radius: 50%;
  -webkit-animation: spin 1s linear infinite;
          animation: spin 1s linear infinite;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg);
  }
}
.cmrSection:first-child {
  display: block;
  /* Display the first section */
}

/* Control size, shape, and visibility of header logos and banners */
/* Sizes and positions */
.cmrLogoLarge {
  /* Logo column holds logo images */
  width: 100%;
}

/* Small phone UI */
@media (max-width: 601px) and (max-height: 600px) {
  .headRow {
    height: 80px;
    width: 100%;
    position: fixed;
    left: 0;
    top: 12px;
  }
}
/* TEXT LOGO */
@media (min-width: 601px) {
  .cmrLargeLogoText {
    /* Text-only logo if image not used */
    font-family: Mirosa;
    color: #ecda99 !important;
    font-size: 35px;
    text-align: center;
    padding-left: 0px;
  }
}
/* IMAGE LOGO */
.cmrLargeLogoImg {
  /* Image Contained in logo column */
  width: 100%;
}

/* SQUARE LOGO */
.cmrSquareLogoImg {
  /* Image Contained in logo column */
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* Control visibility of the square and large logos */
/* ========= SMALLEST UI ========= */
@media (max-width: 600px) {
  .cmrLogoLarge {
    /* Hide large Logo */
    display: none;
  }
  .cmrLogoSquare {
    /* Show square Logo */
    display: initial;
    height: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
/* ========= LARGE UI ========= */
@media (min-width: 601px) {
  .cmrLogoSquare {
    /* Hide Small Logo */
    /* Hide Small Logo */
    display: none;
  }
  .cmrLogoLarge {
    /* Show Large Logo */
    display: initial;
  }
}
/* SNAP SCROLL NOT WORKING YET
#homeScrollArea {
    scroll-snap-type: y mandatory;
    overflow-y: scroll;
    height: 100vh; 
    scroll-behavior: smooth;
}
.section {
    scroll-snap-align: start; 
    height: 100vh;
} */
:not(.active) .nav-pills .nav-item .nav-link:not(.active) {
  background-color: #5a2104;
  color: #c7c7c7;
  padding: 3px 6px 5px;
  visibility: visible;
}

/* Style for the active button */
.nav-pills .nav-item .nav-link.active {
  background-color: #8b3c14;
  color: #fff;
  padding: 5px 10px 7px;
}

.custom-element {
  width: 100%;
  padding: 0;
  margin: 0;
}

.cmrSection {
  height: 100vh;
}

.divBackground {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #ccc;
  /* Fallback */
}

/* #region PARALLAX */
.parallax__container {
  clip: rect(0, auto, auto, 0);
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -100;
}

.parallax {
  position: fixed;
  top: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  width: 100%;
  /* BG behaviour */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* #endregion */
.nowPlayingBkg {
  background-image: url("../../common/images/curtain_redSpot_1024h.jpg");
}

.playlistBkg {
  background-image: url("../../common/images/vlnBkg1.jpg");
}

.newsBkg {
  background-image: url("../../common/images/ConcertHall1.jpg");
}

#nowPlayingContainer {
  height: 54vh;
  position: static;
}

.albumArt {
  position: relative;
  top: -150;
}

#homeHeaderContainer {
  height: 90px;
  /* height: 54px */
}

#homeHeaderDiv {
  background-color: rgba(95, 29, 29, 0.74);
  padding-bottom: 23px;
  height: 113px;
  position: fixed;
  top: 0px;
  width: 100%;
  padding-top: 12px;
  /* background-color: blue */
}

#mainHeadTitle {
  /* Text-only logo if image not used */
  font-family: Mirosa;
  color: #ecda99 !important;
  font-size: 36px;
  text-align: center;
  margin-top: 2px;
}

#mainHeadSubTitle {
  color: var(--medWarmText);
  font-size: 24px;
  text-align: center;
  font-family: "Merriweather", serif;
  position: relative;
  bottom: 19px;
}

/* #region PLAYLIST */
#playlistContainer {
  left: 0;
  right: 0;
  height: 67%;
  position: relative;
}

#playlistRow {
  height: 100%;
  overflow: hidden;
}

/* #endregion */
/* #region NOW-PLAYING SECTION */
.nowPlayingBlock {
  height: 100%;
  margin-bottom: 18px;
}

#perfInfo {
  padding-left: 40px;
  padding-right: 40px;
}

#perfInfo1 {
  background-color: var(--medSmoke);
}

#playListDiv {
  background-color: rgba(0, 0, 0, 0.24);
  z-index: 10;
  height: 100%;
}

.playlistIframe {
  width: 100%;
  height: 85%;
  z-index: 15;
}

/* #endregion */
/* #region NEWS SECTION */
#newsContainer {
  left: 0;
  right: 0;
  height: 64%;
  position: relative;
  top: 126px;
}

#newsRow {
  height: 100%;
  overflow: hidden;
}

#newsCol {
  height: 100%;
  overflow: hidden;
  background-color: rgba(74, 39, 6, 0.64);
  padding-top: 10px;
  margin-bottom: -1px;
  padding-bottom: 29px;
}

#newsDiv {
  height: 104%;
  overflow-y: scroll;
  overflow-x: hidden;
  background-color: rgba(74, 39, 6, 0.64);
  position: relative;
  top: -64px;
}

#loadingNewsMsg {
  position: relative;
  top: 183px;
  opacity: 1;
}

#newsContentContainer {
  height: 110%;
  background-color: rgba(74, 39, 6, 0.64);
  position: relative;
  top: -87px;
  padding-bottom: 40px;
  margin-top: 21px;
}

.newsIframe {
  width: 100%;
  height: 100%;
  opacity: 0.85;
}

/* #endregion */
#radioPlayerContainer {
  height: 230px;
  position: fixed;
  bottom: 23px;
  z-index: 10;
  left: 0;
  right: 0;
  margin: auto;
}

#radioPlayerDiv {
  height: 100%;
  width: 100%;
}

#playerDiv {
  left: 0;
  right: 0;
  margin: auto;
  position: fixed;
  bottom: 20px;
  width: 50%;
  max-width: 700px;
  min-width: 310px;
  height: 200px;
}

#lunaradio {
  position: relative;
  height: 100%;
  width: 100%;
  z-index: 50;
}

/* ===== Loading Page Graphics ===== */
.mainLoadBackground {
  /* fade.css: block; */
  display: auto;
  width: 100vh;
}

.loadingGif {
  width: 221px;
  height: 57px;
  margin-top: -308px;
  display: block;
  opacity: 0.3;
}

.albumArt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.albumImage {
  max-width: 300px;
  max-height: 300px;
  -o-object-fit: scale-down;
     object-fit: scale-down;
}

@media (max-height: 601px) {
  .loadingGif {
    width: 221px;
    height: 57px;
    margin-top: -408px;
    display: block;
    opacity: 0.3;
  }
  .albumArt,
.albumImage {
    display: none;
  }
}
/* #region === FOOTER === */
.footer {
  background-color: #f0f0f0;
  padding: 10px;
  width: 100%;
  text-align: center;
  position: fixed;
  bottom: 40;
  /* This is required for z-index to work */
  z-index: 300;
}

.footerRow1 {
  /* ===== FOOTER ===== */
  position: fixed;
  width: 90%;
  bottom: 2px;
}

.footerText {
  color: var(--lightWarmText);
  font-size: 0.9em;
}

/* #endregion */
/* #region ===== BUTTON MENU ===== */
#homeBtnMenu {
  width: 100%;
}

input[type=radio] {
  position: absolute;
  visibility: hidden;
  display: none;
}

label {
  color: var(--medWarmText);
  display: inline-block;
  cursor: pointer;
  font-weight: bold;
  padding: 5px 20px;
}

input[type=radio]:checked + label {
  color: #ccc8ce;
  background: #A81E08;
}

.btnRow {
  margin-top: 25px;
  z-index: 5;
}

.radio-group {
  border: solid 3px #978a18;
  height: 28px;
  border-radius: 10px;
  overflow: hidden;
  z-index: 500;
  background-color: var(--medSmoke);
}

.refreshPlaylistBtn {
  position: relative;
  z-index: 20;
  display: block;
  /* background-color: #783513;
  color: #c7c7c7; */
  background-color: rgba(106, 42, 42, 0.83);
  border: none;
  color: var(--lightWarmText);
  padding: 4px 11px;
  text-align: center;
  text-decoration: none;
  margin: 3px 2px;
  cursor: pointer;
  border-radius: 16px;
}

/* #endregion */
/* #region Container holds iframe with controls in player subfolder */
#player-div {
  left: 0;
  right: 0;
  height: 200px;
  width: 700px;
  margin: auto;
}

#playerBkg {
  /* bottom: 15px */
  background-color: rgba(17, 12, 12, 0.85);
  /* width: 100% */
  bottom: 128px;
  z-index: 1;
  height: 145px;
  width: 100%;
  position: relative;
}

.player-iframe {
  width: 100%;
}

/* === Audio Player */
.playerControl {
  height: 100px;
}

.footerText {
  font-size: 0.8em;
}

.volumeText {
  text-align: right;
  position: relative;
  left: 45px;
  bottom: 42px;
}

.onOffText {
  position: relative;
  left: -40px;
  bottom: 51px;
  width: 47px;
}

svg {
  overflow: hidden;
  vertical-align: middle;
  height: 60px;
}

.lunaradiovolumeofficon {
  height: 35px !important;
}

.lunaradiovolumeonicon {
  height: 30px !important;
}

.lunaradiovisualizericon {
  margin-left: -20px !important;
  height: 30px !important;
}

.lunaradioliveicon {
  margin-left: 15px !important;
  height: 30px !important;
}

/* Text for volume line displayed in player block added by CJS */
.wave {
  width: 5px;
  height: 100px;
  background: linear-gradient(45deg, cyan, #fff);
  margin: 10px;
  -webkit-animation: wave 1s linear infinite;
          animation: wave 1s linear infinite;
  border-radius: 20px;
}

.wave:nth-child(2) {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}

.wave:nth-child(3) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.wave:nth-child(4) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

.wave:nth-child(5) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

.wave:nth-child(6) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.wave:nth-child(7) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

.wave:nth-child(8) {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}

.wave:nth-child(9) {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}

.wave:nth-child(10) {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}

@-webkit-keyframes wave {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}

@keyframes wave {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}
.wave {
  width: 5px;
  height: 100px;
  background: linear-gradient(45deg, cyan, #fff);
  margin: 10px;
  -webkit-animation: wave 1s linear infinite;
          animation: wave 1s linear infinite;
  border-radius: 20px;
}

.wave:nth-child(2) {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}

.wave:nth-child(3) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.wave:nth-child(4) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

.wave:nth-child(5) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

.wave:nth-child(6) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.wave:nth-child(7) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

.wave:nth-child(8) {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}

.wave:nth-child(9) {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}

.wave:nth-child(10) {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}

@keyframes wave {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}
svg {
  overflow: hidden;
  vertical-align: middle;
  height: 50px;
}

.lunaradiovolumeofficon {
  height: 30px !important;
}

.lunaradiovolumeonicon {
  height: 30px !important;
}

.lunaradiovisualizericon {
  margin-left: -20px !important;
  height: 30px !important;
}

.lunaradioliveicon {
  margin-left: 5px !important;
  height: 30px !important;
}

.volLineText {
  color: var(--medWarmText);
  text-align: center;
  position: relative;
  z-index: 40;
  bottom: 219px;
}

/* #endregion */
@media (max-height: 601px) {
  #homeHeaderDiv {
    background-color: rgba(95, 29, 29, 0.74);
    height: 67px;
    position: fixed;
    top: 0;
    width: 100%;
    padding-top: 10px;
  }
  #mainHeadTitle {
    font-family: Mirosa;
    color: #ecda99 !important;
    font-size: 20px;
    text-align: center;
    margin-top: 0;
    height: 100%;
    margin-bottom: 1px;
    font-weight: 700;
  }
  #mainHeadSubTitle {
    color: var(--medWarmText);
    font-size: 16px;
    text-align: center;
    font-family: "Merriweather", serif;
    position: relative;
    top: -1px;
  }
  #nowPlayingContainer {
    height: 50vh;
    position: relative;
    top: 75px;
  }
  .albumImage,
.albumArt {
    visibility: none;
  }
  #radioPlayerContainer {
    height: 229px;
    position: fixed;
    bottom: 6px;
    z-index: 10;
    width: 100%;
  }
}
#playerBkg {
  background-color: rgba(17, 12, 12, 0.6);
  bottom: 131px;
  z-index: 1;
  height: 145px;
  width: 100%;
  position: relative;
}

/* #region */
/* svg {
        overflow: hidden;
        vertical-align: middle;
        height: 50px;
    } */
.lunaradiovolumeofficon {
  height: 30px !important;
}

.lunaradiovolumeonicon {
  height: 30px !important;
}

.lunaradiovisualizericon {
  margin-left: -20px !important;
  height: 30px !important;
}

.lunaradioliveicon {
  margin-left: 5px !important;
  height: 30px !important;
}

.volLineText {
  color: var(--medWarmText);
  text-align: center;
  position: relative;
  top: 160px;
}

.mylunaradio {
  height: 88px;
}

@media (max-width: 501px) {
  /* #region Small phone UI */
  .player-div {
    position: fixed;
    bottom: 64px;
    height: 220px;
    margin-right: auto;
    z-index: 300;
  }
  #radioPlayerContainer {
    height: 229px;
    position: fixed;
    bottom: 12px;
    z-index: 10;
    width: 100%;
    /* left: 0 */
    /* right: 0 */
    /* margin: auto */
  }
  #playerBkg {
    /* bottom: 15px */
    background-color: rgba(17, 12, 12, 0.42);
    width: 341px;
    bottom: 116px;
    position: relative;
    z-index: 1;
    height: 145px;
    left: -13px;
  }
  #homeBtnMenu {
    width: 100%;
  }
}
/* #region SCROLLER */
.scroller {
  width: 300px;
  height: 100px;
  overflow-y: scroll;
  scrollbar-color: #0A4C95 #C2D2E4;
}

.scroller::-webkit-scrollbar {
  width: 15px;
  height: 15px;
}

.scroller::-webkit-scrollbar-track-piece {
  background-color: #C2D2E4;
}

.scroller::-webkit-scrollbar-thumb:vertical {
  height: 30px;
  background-color: #0A4C95;
}

.infoBoxTitle {
  font-family: var(--bodySans);
  color: var(--medWarmText);
  font-size: 1.1em;
  text-align: center;
  padding-bottom: 15px;
  height: 43px;
}

/* ===== BASE SIZE (EXTRA SMALL) ===== */
@media (max-width: 638px) {
  .infoBoxTitle {
    font-family: var(--bodySans);
    color: var(--medWarmText);
    font-size: 0.8em;
    text-align: center;
    height: 10px;
  }
  .composerText {
    color: var(--lightWarmText);
    font-family: var(--bodySans);
    font-size: 0.9em;
    margin-bottom: 9px;
  }
  .titleText {
    font-family: var(--bodySans);
    font-style: italic;
    color: var(--lightWarmText);
    font-size: 1em;
  }
  .performerText {
    font-size: 0.9em;
    color: var(--medWarmText);
    text-align: left;
    font-family: var(--bodySans);
  }
  .listLarge {
    display: none;
  }
  .h3 {
    font-size: 1.2em;
    color: var(--medWarmText);
    text-align: left;
    font-family: var(--bodySans);
  }
}
/* ===== MIN WIDTH 639 px ===== */
@media (min-width: 639px) {
  .composerText {
    font-size: 1.3em;
    color: var(--lightWarmText);
    font-family: var(--bodySans);
  }
  .titleText {
    font-size: 1.5em;
    color: var(--lightWarmText);
    font-family: var(--bodySans);
    font-style: italic;
    margin-top: -14px;
  }
  .performerText {
    font-size: 1.1em;
    font-family: var(--bodySans);
    color: var(--medWarmText);
  }
  .listSmall {
    display: none;
  }
  .h3 {
    font-size: 1.7em;
    color: var(--medWarmText);
    text-align: left;
    font-family: var(--bodySans);
  }
}
/* ===== MIN WIDTH 768 px ===== */
@media (min-width: 768px) {
  .composerText {
    font-size: 1.3em;
    color: var(--lightWarmText);
    font-family: var(--bodySans);
  }
  .titleText {
    font-size: 1.5em;
    color: var(--lightWarmText);
    font-family: var(--bodySans);
    font-style: italic;
    margin-top: -14px;
  }
  .performerText {
    font-size: 1.1em;
    font-family: var(--bodySans);
    color: var(--medWarmText);
  }
  .listSmall {
    display: none;
  }
  .titlePanel {
    text-align: center;
    background-color: rgba(153, 132, 132, 0.23);
    padding-top: 1px;
    padding-bottom: 2px;
  }
}
/* @media (min-height:602px) {
        .albumArt {
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .albumImage {
            max-width: 300px;
            max-height: 300px;
            object-fit: scale-down;
        }
    } */