@charset "UTF-8";

@font-face {
  font-family: 'times';
  src: url('/fonts/Times\ New\ Roman.ttf') format('truetype');
}



html,
body {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  z-index: -10;
  overflow: hidden;
  


}


#album-player {
  height: 100%;
  width: 50%;
}

#album-details {
  overflow-x: hidden;
  overflow-y: scroll;
  z-index: 1000;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgb(0, 0, 0);
  border: 6px outset rgb(189, 189, 189);
  top: 100%;
  transition: top 0.5s ease-in-out;
  padding: 4rem;
  box-sizing: border-box;
  pointer-events: none;

  /* display: flex;
  flex-direction: column; */
  font-family: 'times';
}

.album-cover-clickable {
  width: calc(100% / 3);
  height: 100%;
}

.album-image {
  width: 50%;
  height: auto;

}

.album-grid img {
  width: 100%;
  /* Set the width to one-third minus margin */
  height: auto;
  object-fit: cover;
  margin: 10px;
  max-width: 400px;
  transform: scale(0.9);
  transition: transform 0.2s ease-in-out;
  position: relative;
  cursor: pointer;
  z-index: 900;

}


.album-img-container {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  pointer-events: none;
}

.album-info-container {
  box-sizing: border-box;
  padding: 3rem 0rem;
  pointer-events: all;
  position: absolute;
  width: 92%;
  height: 100%;
  top: 0%;

  display: flex;
  flex-direction: column;
  justify-content: space-between;

  transition: all 0.5s ease-in-out;
}



#album.title {

  font-family: 'times';
  color: rgb(255, 255, 255);
  font-size: 9em;
}


#album-author {

  /* position: absolute; */
  display: flex;
  position: relative;


  font-family: 'times';
  color: rgb(255, 255, 255);
  font-size: 1.5em;
  top: 0%;
  left: 0%;



  height: 100%;
  width: 100%;



  text-align: center;

  z-index: 0;

}


#back-to-grid {
  pointer-events: all;
  z-index: 500000;
  cursor: pointer;
  position: absolute;
  right: 2.15rem;
  top: 2.1rem;
  font-size: 2rem;
  background-color: rgb(255, 0, 0);
  border: 5px outset red;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  color: #00ff15;
  cursor: pointer;
}

.album-bottom {
  font-size: 3rem;
  height: 30%;
  width: 40%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  transform: translate(10%, 10%);
  position: absolute;
  top: 50%;
  left: 0%;
  /* background-color: #999999;
    border: 5px outset red; */
  border-radius: 10px;
  padding-left: 12%;
  padding-top: 6%;

}

.visible-album {
  top: 0% !important;
}

.entry-media {
  display: flex;
  gap: 2rem;


}

#album-player .entry-media {
  width: 100%;
  height: 100%;
  margin-top: 40%;
  margin-left: 25%
}

.entry-media button {
  width: 5vw;
  height: 8vh;

  background-color: red;

  border: 5px solid red;
  border-style: outset;
  /* border-radius: 5px; */
  /* margin-left: 92%; */
  font-size: 3rem;
  cursor: pointer;

  margin-top: -180%;

  background-image: url(../images/play.svg);
  background-size: 70%;
  background-position: center;
  background-repeat: no-repeat
}








#video-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
  filter: blur(10px);
  border: 10px solid rgb(0, 255, 0) !important;
  opacity: 0.5 px;

}

.background-grid {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: #999999;

}

.background-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;

}







.header {
  position: fixed;
  top: 5.5%;
  margin: 0;
  padding: 0;
  background-color: rgb(0, 255, 0);
  background-color: #0033ff00;
  width: 94%;
  padding: 2%;
  z-index: 5000;
  border: 6px inset #999999;
  left: 3%;
  transition: all 1s ease-in-out;
  z-index: -900;
  /* background-color: #999999; */
}


.full-screen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 100;
  overflow: scroll;
}









.title {
  position: absolute;
  z-index: 1000;
  top: 23vh;
  color: rgb(255, 0, 0);
  font-size: 14vw;
  width: 100%;
  text-align: center;
  margin: 0;
  margin-left: auto;
  margin-right: auto;
  margin-top: -8%;

  cursor: pointer;
  transition: font-size 0.3s ease-in-out;
}




.header h1 {
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 0;
}

.header p {
  font-size: 1.5rem;
}


#content {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 0%;
  font-family: 'times';

}

h1 {
  font-size: 36px;
  text-align: center;
  text-decoration: none;
}

h2 {
  font-size: 5em;
  margin-top: 30px;
  text-decoration: none;
  border: 5px #f00;
}

mark {
  background-color: #00ff15;
  color: #000000;
}

#info {
  border: 5px outset #ff0000;
  padding: 1vh;
  margin-top: 10vh;
  background-color: #ffffff;
  width: 80%;
}

#info h2 {
  font-size: 1em;
  margin-top: 1vh;
  font-family: 'times';

}







.highlight1990 {
  position: relative;
  display: inline;
  cursor: pointer;
}

.highlight1990:hover::after {
  content: "";
  position: absolute;
  top: 80%;
  left: 0;
  width: 30vw;
  /* Adjust the width of the image */
  height: 30vh;
  /* Adjust the height of the image */
  background-image: url(../images/1990s.jpg);
  background-size: contain;
  background-repeat: no-repeat;
}


.highlightTelepathy {
  position: relative;
  display: inline;
  cursor: pointer;
}

.highlightTelepathy:hover:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 30vw;
  /* Adjust the width of the image */
  height: 30vh;
  /* Adjust the height of the image */
  background-image: url(../images/telepathy.jpeg);
  background-size: contain;
  background-repeat: no-repeat;
}


.Junglist {
  position: relative;
  display: inline;
  cursor: pointer;
}

.Junglist:hover::after {
  content: "";
  position: absolute;
  top: 100%;
  right: -500%;
  width: 30vw;
  /* Adjust the width of the image */
  height: 30vh;
  /* Adjust the height of the image */
  background-image: url(../images/junglist\ massive.jpg);
  background-size: contain;
  background-repeat: no-repeat;
}


.LTJ {
  position: relative;
  display: inline;
  cursor: pointer;
}

.LTJ:hover::after {
  content: "";
  position: absolute;
  top: -30vh;

  left: 0;
  width: 30vw;
  /* Adjust the width of the image */
  height: 30vh;
  /* Adjust the height of the image */
  background-image: url(../images/ltj.jpg);
  background-size: contain;
  background-repeat: no-repeat;
}


.UK {
  position: relative;
  display: inline;
  cursor: pointer;
}

.UK:hover::after {
  content: "";
  position: absolute;
  top: 2vh;

  left: 0;
  width: 20vw;
  /* Adjust the width of the image */
  height: 30vh;
  /* Adjust the height of the image */
  background-image: url(../images/underground.jpg);
  background-size: contain;
  background-repeat: no-repeat;
}

.oppression {
  position: relative;
  display: inline;
  cursor: pointer;
}

.oppression:hover::after {
  content: "";
  position: absolute;
  top: 2vh;

  left: 0;
  width: 30vw;
  /* Adjust the width of the image */
  height: 30vh;
  /* Adjust the height of the image */
  background-image: url(../images/oppression.jpeg);
  background-size: contain;
  background-repeat: no-repeat;
}




body.show-album-details .album-info-container {
  top: 0%;
}





#play-toggle {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 2em;
  cursor: pointer;
  font-family: 'times';

}



#play-toggle[aria-pressed="true"] {
  background-color: green;
}

#play-toggle[aria-pressed="false"] {
  background-color: #ff0000;

  color: #000;
  border: 4px outset #f00;
  cursor: pointer;
  font-family: 'times';
}

#play-toggle img {
  width: 300px;
  height: 300px;
}

.canScroll {
  overflow: auto;
}

#hiddenContent {
  opacity: 1;
  transition: opacity ease-in-out 0.5s;
  height: 100%;
  width: 100%;
  /* height: 300vh; */
}

.invisible {
  opacity: 0 !important;
  pointer-events: none;
}



.album-wrapper {
  overflow: scroll;
  width: 100%;
  height: max-content;



  position: absolute;
  z-index: 0;
  margin-top: 40em;



}




.album-grid.animate-up {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;

  /* max-width: 500vw; */
  margin: 0 auto;
  margin-right: 40%;
  padding-left: 1.5%;
  padding-top: -55%;



  box-sizing: border-box;
  width: 100%;
}









.album-grid img.overlay {
  position: absolute;

  width: 100%;
  height: 100%;
  display: none;


}

.album-grid img:hover {
  transform: scale(1);
  z-index: 1;
  /* background-color: red; */

  width: 60vw;
  height: 50vh;

  /* border: 5px solid red; */

  border-style: outset;

  


}

#album-details {
  overflow-x: hidden;
  overflow-y: scroll;
  z-index: 1000;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgb(0, 0, 0);
  border: 6px outset rgb(189, 189, 189);
  top: 100%;
  transition: top 0.5s ease-in-out;
  padding: 4rem;
  box-sizing: border-box;
  pointer-events: none;

  /* display: flex;
  flex-direction: column; */
}

.album-cover-clickable {
  width: calc(100% / 3);
  height: 100%;

}

#album-img {
  pointer-events: all;
  position: absolute;
  width: 50%;
  height: auto;
  top: 10%;
  left: 45%;
  /* transform: translate(-50%,-50%); */
}


#album-date {

  /* position: absolute; */
  display: flex;


  font-family: 'times';
  color: rgb(255, 255, 255);
  font-size: 2em;
  margin-top: 0%;
  margin-right: -700%;

  z-index: 9999;
}


#album-author {

  display: flex;
  position: absolute;
  /* position: relative; */


  font-family: 'times';
  color: rgb(255, 255, 255);
  font-size: 3em;
  margin-top: 13%;
  margin-right: 500%;
  margin-left: 0%;


  /* background-color: grey;
 border: 4px inset grey; */

  height: 50vh;
  width: 40vw;

  z-index: 0;



}


#now-playing {
  display: flex;
  position: relative;
  flex-direction: row;
  font-family: 'times';
  color: rgb(255, 255, 255);
  font-size: 2em;
  right: 0%;
  top: -50%;
  right: 0%;

  /* border: 5px inset grey; */
  height: 20vh;
  width: 40vw;

  padding-left: 0vw;

}







.visible-album {
  top: 0% !important;
}

.entry-media {
  display: flex;
  gap: 1rem;

}


.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.title {
  font-size: 8vw;
  margin-top: -80px;
  text-align: center;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

#info {

  margin-top: 20vh;
}

.header p {
  font-size: 1rem;
}


h1 {
  font-size: 5px;
}

h2 {
  font-size: 1em;
  margin-top: 20px;
}






* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.border-top,
.border-bottom {
  position: fixed;
  left: 0em;
  right: 0em;
  height: 2.5em;
  background-color: rgb(172, 172, 172);
  border-style: outset;
  z-index: -1;
}

.border-top {
  top: 0;
  border-bottom: 0.5em solid #00ff44;
  border-left: 0.5em solid #00ff44;
  border-right: 0.5em solid #00ff44;
  border-top: 0.5em solid #00ff44;
  border-left-style: outset;
  border-bottom-style: outset;
  z-index: 2000;
}

.border-bottom {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;

  bottom: 0;
  height: 2.5em;
  border-bottom: 0.5em solid #00ff44;
  border-top: 0.5em solid #00ff44;
  border-left: 0.5em solid #00ff44;
  border-right: 0.5em solid #00ff44;
  border-top: 0.5em solid #00ff44;

  border-top-style: inset;
  border-bottom-style: inset;
  border-left-style: outset;
  border-right-style: inset;
  z-index: 8;
}

.border-left,
.border-right {
  position: fixed;
  top: 2.5em;
  bottom: 2.5em;
  width: 2.5em;
  background-color: grey;
  z-index: 10;
}

.border-left {
  left: 0;
  margin-right: -1.5em;
  border-right: 0.5em solid #00ff44;
  border-bottom: 0.5em solid #00ff44;
  border-top: 0.5em solid #00ff44;
  border-left: 0.5em solid #00ff44;
  border-right: 0.5em solid #00ff44;
  border-top: 0.5em solid #00ff44;
  border-top-style: outset;
  border-bottom-style: inset;
  border-left-style: outset;
  border-right-style: inset;
}

.border-right {
  right: 0;
  margin-left: -1.5em;
  border-left: 0.5em solid #00ff44;
  border-right: 0.5em solid #00ff44;
  border-bottom: 0.5em solid #00ff44;
  border-top: 0.5em solid #00ff44;
  border-left: 0.5em solid #00ff44;
  border-right: 0.5em solid #00ff44;
  border-top: 0.5em solid #00ff44;
  border-top-style: outset;
  border-bottom-style: inset;
  border-left-style: outset;
  border-right-style: inset;
}

.play-pause {
  width: 7vw;
  height: 7vh;

  z-index: 9000;
  display: flex;
  position: relative;
}

.play-pause button {
  position: absolute;
  /* width: 100%;
  height: 100%; */
  z-index: 9000;
}

.mute-btn {
  position: absolute;
  right: 1em;

  z-index: 900;
}



.mute-button {
  position: absolute;
  height: 5.5vh;
  width: 3vw;
  background-color: #ff0000;
  font-family: 'times';
  color: #000;
  right: -9%;
  bottom: 35%;
  margin-top: 0%;
  border: 4px outset #f00;
  padding: 0px 0px;

  cursor: pointer;
  background-image: url(../images/mute-button.png);
  background-size: 75%;
  /* Adjust the background size as needed */
  background-repeat: no-repeat;
  /* Ensure the background image doesn't repeat */
  background-position: center;
  z-index: 90000;

}







.moving-text-container {
  position: absolute;
  top: 0;
  margin-top: 0.1em;
  right: 0;
  height: 2em;
  padding-right: 98.5vw;
  overflow: hidden;
}

.moving-text {
  position: absolute;
  white-space: nowrap;
  animation: moveText 12s linear infinite;
  font-family: 'times';
  color: #ff0000;
  font-size: 1.5em;
  text-shadow: -1px -1px 0 #00ff44, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}

@keyframes moveText {
  from {
    left: 100%;
  }

  to {
    left: -100%;
  }
}


.moving-text-container-2 {
  position: absolute;
  top: 5%;
  margin-top: 0.1em;
  right: 0;
  height: 2em;
  padding-right: 95vw;
  padding-left: -100em;
  overflow: hidden;
}

.moving-text-2 {
  position: absolute;
  white-space: nowrap;
  animation: moveText2 12s linear infinite;
  font-family: 'times';
  color: #ff0000;
  font-size: 1.5em;
  text-shadow: -1px -1px 0 #00ff44, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
  z-index: 0;
}


@keyframes moveText2 {
  from {
    left: 0;
  }

  to {
    left: 100%;
  }
}




.highlightTelepathy:hover:after {
  width: 60vw;
  height: 20vh;
}

.Junglist:hover::after {
  width: 60vw;
  height: 20vh;
}


@media only screen and (max-width: 600px) {
  .album-wrapper {
    top: 10%;
  }

  .header {
    top: 2%;
    padding: 1%;
    width: 96%;
    left: 2%;
  }

  .title {
    font-size: 8vw;
  }

  .header h1 {
    font-size: 2rem;
    margin-bottom: 0.5rem;
  }

  .header p {
    font-size: 1rem;
  }


  h1 {
    font-size: 24px;
  }

  h2 {
    font-size: 1em;
    margin-top: 20px;
  }



  .highlight1990:hover::after {
    width: 80vw;
    height: 40vh;
  }

  .highlightTelepathy:hover:after {
    width: 60vw;
    height: 20vh;
  }

  .Junglist:hover::after {
    width: 60vw;
    height: 20vh;
  }

  /* .header {
    top: 20%;
    padding: 1%;
    width: 96%;
    left: 2%;
  } */

  .title {
    font-size: 9vw;
    margin-top: -20%;
    text-align: center;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    
  }

  .header h1 {
    font-size: 1.3rem;
    margin-bottom: 0.5rem;
  }

  .header p {
    font-size: 1rem;
  }

  .content {

    font-size: 8px;
  }

  h1 {
    font-size: 1px;
  }

  .content h2 {
    font-size: 15em;
    margin-top: 20px;
  }

  .highlight1990:hover::after {
    width: 80vw;
    height: 40vh;
  }

  .highlightTelepathy:hover:after {
    width: 60vw;
    height: 20vh;
  }

  .Junglist:hover::after {
    width: 60vw;
    height: 20vh;
  }

  .album-grid.animate-up {
    /* top: -600%; */
  }

  .album-grid {
    /* top: -400%; */
  }

  .album-wrapper {
    top: 130%;
  }

  .album-grid img {
    transform: scale(1);
    width: 90%;
    /* height: 60vw; */
    margin: 20px 0;
    padding: -100px;
    top: 400%;
  }

  .album-image {
    margin:0;
    padding: 0;
    width: 90%;
  }

  .album-grid.animate-up {
    top: 500%;
    flex-direction: column;
  }

  .album-cover-clickable {
    width: 90%;
    height: auto;
    margin:0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 4%;
    top: 40%;
  }

  .album-grid img{
    max-width: 100%;
    top: 20%;
  }
  .moving-text-container {
    padding-right: 21.3em;
  }



  .moving-text-container-2 {
    padding-right: 20em;

  }


  .mute-button {
    position: absolute;
    height: 6.4vh;
    width: 11vw;
    background-color: #ff0000;
    font-family: 'times';
    color: #000;
    margin-top: -200%;
    right: -35%;
    bottom: 25%;

    border: 4px outset #f00;
    padding: 0px 0px;

    cursor: pointer;
    background-image: url(../images/mute-button.png);
    background-size: 100%;
    /* Adjust the background size as needed */
    background-repeat: no-repeat;
    /* Ensure the background image doesn't repeat */
    background-position: center;
    z-index: 90000;

  }


  * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }

  .border-top,
  .border-bottom {
    position: fixed;
    left: 0em;
    right: 0em;
    height: 2.5em;
    background-color: rgb(172, 172, 172);
    border-style: outset;
    z-index: -1;
  }

  .border-top {
    top: 0;
    border-bottom: 0.5em solid #00ff44;
    border-left: 0.5em solid #00ff44;
    border-right: 0.5em solid #00ff44;
    border-top: 0.5em solid #00ff44;
    border-left-style: outset;
    border-bottom-style: outset;
    z-index: 2000;
  }

  .border-bottom {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;

    bottom: 0;
    height: 2.5em;
    border-bottom: 0.5em solid #00ff44;
    border-top: 0.5em solid #00ff44;
    border-left: 0.5em solid #00ff44;
    border-right: 0.5em solid #00ff44;
    border-top: 0.5em solid #00ff44;

    border-top-style: inset;
    border-bottom-style: inset;
    border-left-style: outset;
    border-right-style: inset;
    z-index: 8;
  }

  .border-left,
  .border-right {
    position: fixed;
    top: 2.5em;
    bottom: 2.5em;
    width: 2.5em;
    background-color: grey;
    z-index: 10;
  }

  .border-left {
    left: 0;
    margin-right: -1.5em;
    border-right: 0.5em solid #00ff44;
    border-bottom: 0.5em solid #00ff44;
    border-top: 0.5em solid #00ff44;
    border-left: 0.5em solid #00ff44;
    border-right: 0.5em solid #00ff44;
    border-top: 0.5em solid #00ff44;
    border-top-style: outset;
    border-bottom-style: inset;
    border-left-style: outset;
    border-right-style: inset;
  }

  .border-right {
    right: 0;
    margin-left: -1.5em;
    border-left: 0.5em solid #00ff44;
    border-right: 0.5em solid #00ff44;
    border-bottom: 0.5em solid #00ff44;
    border-top: 0.5em solid #00ff44;
    border-left: 0.5em solid #00ff44;
    border-right: 0.5em solid #00ff44;
    border-top: 0.5em solid #00ff44;
    border-top-style: outset;
    border-bottom-style: inset;
    border-left-style: outset;
    border-right-style: inset;
  }

  #now-playing {
    display: flex;
    position: relative;
    /* flex-direction: row; */
    font-family: 'times';
    color: rgb(255, 255, 255);
    font-size: 0.8em;

    top: -20%;
    


    /* border: 5px inset grey; */
    height: 20vh;
    width: 70vw;
    text-align: left;
    transform: translate(0%, 0%);



  }

  #album-date {

    /* position: absolute; */
    display: flex;


    font-family: 'times';
    color: rgb(255, 255, 255);
    font-size: 1.5em;
    margin-top: 5%;
    margin-left: -4%;
    right: 0%;
    z-index: 9999;
  }

  #album-img {
    pointer-events: all;
    position: absolute;
    width: 80%;
    height: auto;
    top: 13%;
    left: -5.5%;
    /* transform: translate(-50%,-50%); */
  }



  #album-author {

    /* position: absolute; */
    display: flex;
    position: relative;


    font-family: 'times';
    color: rgb(255, 255, 255);
    font-size: 1.5em;
    top: 28%;
    transform: translate(4%, 4%);



    height: 25vh;
    width: 80vw;



    text-align: left;

    z-index: 0;
    left: -4%;

  }

  .album-bottom {
    font-size: 9rem;
    width: 30vh;
    height: 12vh;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    transform: translate(10%, 10%);
    position: absolute;
    top: 70%;
    left: 0%;
    /* background-color: #999999;
    border: 5px outset red; */
    padding-left: 15%;
    padding-top: 6%;

  }

  #album.title {

    font-family: 'times';
    color: rgb(255, 255, 255);
    font-size: 1em;
    width: 20vw;
    text-align: left;
    transform: translate(20%, 20%);
    top: 20%;

  }




  .entry-media button {
    width: 20vw;
    height: 10vh;
    background-color: red;
    color: rgb(0, 255, 0);
    border: 3px solid red;
    border-style: outset;
    border-radius: 5px;
    
    /* margin-left: 92%; */
    cursor: pointer;
    top: 30%;
    transform: translate(-10%, -10%);
    display: flex;
    

  }





  #album-player {
    height: 100%;
    width: 50%;
  }


  #album-details {
    overflow-x: hidden;
    overflow-y: scroll;
    z-index: 1000;
    position: absolute;
    width: 100%;
    height: 110%;
    background-color: rgb(0, 0, 0);
    border: 6px outset rgb(189, 189, 189);
    top: 100%;
    transition: top 0.5s ease-in-out;
    padding: 4rem;
    box-sizing: border-box;
    pointer-events: none;

    /* display: flex;
          flex-direction: column; */
  }

  .album-grid img:hover {
    width: 90%;
    height: auto;
    background-color: initial;
    border: initial;
    /* height: 60vw; */
    
  }































}





@media only screen and (min-width: 2048px) {




  #album-player {
    height: 100%;
    width: 50%;
  }
  
  #album-details {
    overflow-x: hidden;
    overflow-y: scroll;
    z-index: 1000;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgb(0, 0, 0);
    border: 6px outset rgb(189, 189, 189);
    top: 100%;
    transition: top 0.5s ease-in-out;
    padding: 4rem;
    box-sizing: border-box;
    pointer-events: none;
  
    /* display: flex;
    flex-direction: column; */
    font-family: 'times';
  }
  
  .album-cover-clickable {
    width: calc(100% / 3);
    height: 100%;
  }
  
  .album-image {
    width: 50%;
    height: auto;
  
  }
  
  .album-grid img {
    width: 100%;
    /* Set the width to one-third minus margin */
    height: auto;
    object-fit: cover;
    /* margin: 2vw; */
    max-width: 30vw;
    transform: scale(0.9);
    transition: transform 0.2s ease-in-out;
    position: relative;
    cursor: pointer;
    z-index: 900;
  left: -15%;
  }
  
  
  .album-img-container {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    pointer-events: none;
  }
  
  .album-info-container {
    box-sizing: border-box;
    padding: 3rem 0rem;
    pointer-events: all;
    position: absolute;
    width: 92%;
    height: 100%;
    top: 0%;
  
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  
    transition: all 0.5s ease-in-out;
  }
  
  
  
  #album.title {
  
    font-family: 'times';
    color: rgb(255, 255, 255);
    font-size: 12em;
  }
  
  
  #album-author {
  
    /* position: absolute; */
    display: flex;
    position: relative;
  
  
    font-family: 'times';
    color: rgb(255, 255, 255);
    font-size: 1.5em;
    top: 0%;
    left: 0%;
  
  
  
    height: 100%;
    width: 100%;
  
  
  
    text-align: center;
  
    z-index: 0;
  
  }
  
  
  #back-to-grid {
    pointer-events: all;
    z-index: 500000;
    cursor: pointer;
    position: absolute;
    right: 2.15rem;
    top: 2.1rem;
    font-size: 2rem;
    background-color: rgb(255, 0, 0);
    border: 5px outset red;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    color: #00ff15;
    cursor: pointer;
  }
  
  .album-bottom {
    font-size: 3rem;
    height: 30%;
    width: 40%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    transform: translate(10%, 10%);
    position: absolute;
    top: 50%;
    left: 0%;
    /* background-color: #999999;
      border: 5px outset red; */
    border-radius: 10px;
    padding-left: 12%;
    padding-top: 6%;
  
  }
  
  .visible-album {
    top: 0% !important;
  }
  
  .entry-media {
    display: flex;
    gap: 2rem;
  
  
  }
  
  #album-player .entry-media {
    width: 100%;
    height: 100%;
    margin-top: 50%;
    margin-left: 25%
    
    
  }
  
  .entry-media button {
    width: 7vw;
    height: 10vh;
  
    background-color: red;
  
    border: 5px solid red;
    border-style: outset;
    /* border-radius: 5px; */
    /* margin-left: 92%; */
    font-size: 3rem;
    cursor: pointer;
  
    margin-top: -180%;
    
  
    background-image: url(../images/play.png);
    background-size: 70%;
    background-position: center;
    background-repeat: no-repeat
  }
  
  
  
  
  
  
  
  
  #video-background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
    filter: blur(10px);
    border: 10px solid rgb(0, 255, 0) !important;
    opacity: 0.5 px;
  
  }
  
  .background-grid {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: #999999;
  
  }
  
  .background-grid img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  
  }
  
  
  
  
  
  
  
  .header {
    position: fixed;
    top: 5.5%;
    margin: 0;
    padding: 0;
    background-color: rgb(0, 255, 0);
    background-color: #0033ff00;
    width: 94%;
    padding: 2%;
    z-index: 5000;
    border: 6px inset #999999;
    left: 3%;
    transition: all 1s ease-in-out;
    z-index: -900;
    /* background-color: #999999; */
  }
  
  
  .full-screen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 100;
    overflow: scroll;
  }
  
  
  
  
  
  
  
  
  
  .title {
    position: flex;
    z-index: 1000;
    /* top: 23vh; */
    color: rgb(255, 0, 0);
    
    font-size: 20vw;
    width: 70%;
    text-align: center;
    margin: 0;
    margin-left: auto;
    margin-right: auto;
    /* margin-top: -8%; */
    margin-bottom: 400%;
    
  
    cursor: pointer;
    transition: font-size 0.3s ease-in-out;
  }
  
  
  
  
  .header h1 {
    font-size: 5rem;
    font-weight: bold;
    
  }
  
  .header p {
    font-size: 3rem;
  }
  
  
  #content {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 0%;
    font-family: 'times';
  
  }
  
  h1 {
    font-size: 36px;
    text-align: center;
    text-decoration: none;
  }
  
  
  
  mark {
    background-color: #00ff15;
    color: #000000;
  }
  
  #info {
    border: 5px outset #ff0000;
    padding: 1vh;
    margin-top: 10vh;
    background-color: #ffffff;
    width: 80%;
  }
  
  #info h2 {
    font-size: 1.2em;
    margin-top: 1vh;
    font-family: 'times';
  
  }
  
  
  
  
  
  
  
  .highlight1990 {
    position: relative;
    display: inline;
    cursor: pointer;
  }
  
  .highlight1990:hover::after {
    content: "";
    position: absolute;
    top: 80%;
    left: 0;
    width: 30vw;
    /* Adjust the width of the image */
    height: 30vh;
    /* Adjust the height of the image */
    background-image: url(../images/1990s.jpg);
    background-size: contain;
    background-repeat: no-repeat;
  }
  
  
  .highlightTelepathy {
    position: relative;
    display: inline;
    cursor: pointer;
    z-index: 9999999999;
  }
  
  .highlightTelepathy:hover:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 30vw;
    /* Adjust the width of the image */
    height: 30vh;
    /* Adjust the height of the image */
    background-image: url(../images/telepathy.jpeg);
    background-size: contain;
    background-repeat: no-repeat;
  }
  
  
  .Junglist {
    position: relative;
    display: inline;
    cursor: pointer;
  }
  
  .Junglist:hover::after {
    content: "";
    position: absolute;
    top: 100%;
    right: -900%;
    width: 30vw;
    /* Adjust the width of the image */
    height: 30vh;
    /* Adjust the height of the image */
    background-image: url(../images/junglist\ massive.jpg);
    background-size: contain;
    background-repeat: no-repeat;
  }
  
  
  .LTJ {
    position: relative;
    display: inline;
    cursor: pointer;
  }
  
  .LTJ:hover::after {
    content: "";
    position: absolute;
    top: -30vh;
  
    left: 0;
    width: 30vw;
    /* Adjust the width of the image */
    height: 30vh;
    /* Adjust the height of the image */
    background-image: url(../images/ltj.jpg);
    background-size: contain;
    background-repeat: no-repeat;
  }
  
  
  .UK {
    position: relative;
    display: inline;
    cursor: pointer;
  }
  
  .UK:hover::after {
    content: "";
    position: absolute;
    top: 2vh;
  
    left: 0;
    width: 20vw;
    /* Adjust the width of the image */
    height: 30vh;
    /* Adjust the height of the image */
    background-image: url(../images/underground.jpg);
    background-size: contain;
    background-repeat: no-repeat;
  }
  
  .oppression {
    position: relative;
    display: inline;
    cursor: pointer;
  }
  
  .oppression:hover::after {
    content: "";
    position: absolute;
    top: 2vh;
  
    margin-left: -200;
    width: 30vw;
    /* Adjust the width of the image */
    height: 30vh;
    /* Adjust the height of the image */
    background-image: url(../images/oppression.jpeg);
    background-size: contain;
    background-repeat: no-repeat;
  }
  
  
  
  
  body.show-album-details .album-info-container {
    top: 0%;
  }
  
  
  
  
  
  #play-toggle {
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 2em;
    cursor: pointer;
    font-family: 'times';
  
  }
  
  
  
  #play-toggle[aria-pressed="true"] {
    background-color: green;
  }
  
  #play-toggle[aria-pressed="false"] {
    background-color: #ff0000;
  
    color: #000;
    border: 4px outset #f00;
    cursor: pointer;
    font-family: 'times';
  }
  
  #play-toggle img {
    width: 300px;
    height: 300px;
  }
  
  .canScroll {
    overflow: auto;
  }
  
  #hiddenContent {
    opacity: 1;
    transition: opacity ease-in-out 0.5s;
    height: 100%;
    width: 100%;
    /* height: 300vh; */
  }
  
  .invisible {
    opacity: 0 !important;
    pointer-events: none;
  }
  
  
  
  .album-wrapper {
    overflow: scroll;
    width: 100%;
    height: max-content;
  
  
  
    position: absolute;
    z-index: 0;
    margin-top: 50em;
  
  
  
  }
  
  
  
  
  .album-grid.animate-up {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  
    /* max-width: 500vw; */
    margin: 0 auto;
    margin-right: 40%;
    padding-left: 1.5%;
    padding-top: -55%;
  
  
  
    box-sizing: border-box;
    width: 100%;
    margin-left: 5%;
  }
  
  
  
  
  
  
  
  
  
  .album-grid img.overlay {
    position: absolute;
  
    width: 100%;
    height: 100%;
    display: none;
  
  
  }
  
  .album-grid img:hover {
    /* transform: scale(1); */
    z-index: 1;
    /* background-color: red; */
  
    width: 70vw;
    height: 50vh;
  
    /* border: 5px solid red; */
  
    border-style: outset;
  
    
  
  
  }
  
  #album-details {
    overflow-x: hidden;
    overflow-y: scroll;
    z-index: 1000;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgb(0, 0, 0);
    border: 6px outset rgb(189, 189, 189);
    top: 100%;
    transition: top 0.5s ease-in-out;
    padding: 4rem;
    box-sizing: border-box;
    pointer-events: none;
  
    /* display: flex;
    flex-direction: column; */
  }
  
  .album-cover-clickable {
    /* width: calc(100% / 3); */
    height: 100%;
    
  
  }
  
  #album-img {
    pointer-events: all;
    position: absolute;
    width: 50%;
    height: auto;
    top: 10%;
    left: 45%;
    /* transform: translate(-50%,-50%); */
  }
  
  
  #album-date {
  
    /* position: absolute; */
    display: flex;
  
  
    font-family: 'times';
    color: rgb(255, 255, 255);
    font-size: 2em;
    margin-top: 0%;
    margin-right: -700%;
  
    z-index: 9999;
  }
  
  
  #album-author {
  
    display: flex;
    position: absolute;
    /* position: relative; */
  
  
    font-family: 'times';
    color: rgb(255, 255, 255);
    font-size: 3em;
    margin-top: 13%;
    margin-right: 500%;
    margin-left: 0%;
  
  
    /* background-color: grey;
   border: 4px inset grey; */
  
    height: 50vh;
    width: 40vw;
  
    z-index: 0;
  
  
  
  }
  
  
  #now-playing {
    display: flex;
    position: relative;
    flex-direction: row;
    font-family: 'times';
    color: rgb(255, 255, 255);
    font-size: 2em;
    right: 0%;
    top: -50%;
    right: 0%;
  
    /* border: 5px inset grey; */
    height: 20vh;
    width: 40vw;
  
    padding-left: 0vw;
  
  }
  
  
  
  
  
  
  
  .visible-album {
    top: 0% !important;
  }
  
  .entry-media {
    display: flex;
    gap: 1rem;
  
  }
  
  
  .centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  
  .title {
    font-size: 8vw;
    margin-top: -80px;
    text-align: center;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  
  #info {
  
    margin-top: 20vh;
  }
  
  .header p {
    font-size: 1rem;
  }
  
  
  h1 {
    font-size: 5px;
  }
  
  h2 {
    font-size: 1em;
    margin-top: 20px;
  }
  
  
  
  
  
  
  * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  
  .border-top,
  .border-bottom {
    position: fixed;
    left: 0em;
    right: 0em;
    height: 2.5em;
    background-color: rgb(172, 172, 172);
    border-style: outset;
    z-index: -1;
  }
  
  .border-top {
    top: 0;
    border-bottom: 0.5em solid #00ff44;
    border-left: 0.5em solid #00ff44;
    border-right: 0.5em solid #00ff44;
    border-top: 0.5em solid #00ff44;
    border-left-style: outset;
    border-bottom-style: outset;
    z-index: 2000;
  }
  
  .border-bottom {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
  
    bottom: 0;
    height: 2.5em;
    border-bottom: 0.5em solid #00ff44;
    border-top: 0.5em solid #00ff44;
    border-left: 0.5em solid #00ff44;
    border-right: 0.5em solid #00ff44;
    border-top: 0.5em solid #00ff44;
  
    border-top-style: inset;
    border-bottom-style: inset;
    border-left-style: outset;
    border-right-style: inset;
    z-index: 8;
  }
  
  .border-left,
  .border-right {
    position: fixed;
    top: 2.5em;
    bottom: 2.5em;
    width: 2.5em;
    background-color: grey;
    z-index: 10;
  }
  
  .border-left {
    left: 0;
    margin-right: -1.5em;
    border-right: 0.5em solid #00ff44;
    border-bottom: 0.5em solid #00ff44;
    border-top: 0.5em solid #00ff44;
    border-left: 0.5em solid #00ff44;
    border-right: 0.5em solid #00ff44;
    border-top: 0.5em solid #00ff44;
    border-top-style: outset;
    border-bottom-style: inset;
    border-left-style: outset;
    border-right-style: inset;
  }
  
  .border-right {
    right: 0;
    margin-left: -1.5em;
    border-left: 0.5em solid #00ff44;
    border-right: 0.5em solid #00ff44;
    border-bottom: 0.5em solid #00ff44;
    border-top: 0.5em solid #00ff44;
    border-left: 0.5em solid #00ff44;
    border-right: 0.5em solid #00ff44;
    border-top: 0.5em solid #00ff44;
    border-top-style: outset;
    border-bottom-style: inset;
    border-left-style: outset;
    border-right-style: inset;
  }
  
  .play-pause {
    width: 7vw;
    height: 7vh;
  
    z-index: 9000;
    display: flex;
    position: relative;
  }
  
  .play-pause button {
    position: absolute;
    /* width: 100%;
    height: 100%; */
    z-index: 9000;
  }
  
  .mute-btn {
    position: absolute;
    right: 1em;
  
    z-index: 900;
  }
  
  
  
  .mute-button {
    position: absolute;
    height: 3.7vh;
    width: 2vw;
    background-color: #ff0000;
    font-family: 'times';
    color: #000;
    right: -5.5%;
    bottom: 58%;
    margin-top: 0%;
    border: 4px outset #f00;
    padding: 0px 0px;
  
    cursor: pointer;
    background-image: url(../images/mute-button.png);
    background-size: 75%;
    /* Adjust the background size as needed */
    background-repeat: no-repeat;
    /* Ensure the background image doesn't repeat */
    background-position: center;
    z-index: 9000000;
  
  }
  
  
  
  
  
  
  
  .moving-text-container {
    position: absolute;
    top: 0;
    margin-top: 0.1em;
    right: 0;
    height: 2em;
    padding-right: 99vw;
    overflow: hidden;
  }
  
  .moving-text {
    position: absolute;
    white-space: nowrap;
    animation: moveText 12s linear infinite;
    font-family: 'times';
    color: #ff0000;
    font-size: 1.5em;
    text-shadow: -1px -1px 0 #00ff44, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
  }
  
  @keyframes moveText {
    from {
      left: 100%;
    }
  
    to {
      left: -100%;
    }
  }
  
  
  .moving-text-container-2 {
    position: absolute;
    top: 5%;
    margin-top: 0.1em;
    right: 0;
    height: 2em;
    padding-right: 95vw;
    padding-left: -100em;
    overflow: hidden;
  }
  
  .moving-text-2 {
    position: absolute;
    white-space: nowrap;
    animation: moveText2 12s linear infinite;
    font-family: 'times';
    color: #ff0000;
    font-size: 1.5em;
    text-shadow: -1px -1px 0 #00ff44, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
    z-index: 0;
  }
  
  
  @keyframes moveText2 {
    from {
      left: 0;
    }
  
    to {
      left: 100%;
    }
  }
  
  
  
  
  .highlightTelepathy:hover:after {
    width: 60vw;
    height: 20vh;
  }
  
  .Junglist:hover::after {
    width: 60vw;
    height: 20vh;
  }





























  }



























