body {
    margin: 0 auto;
    font-family: Arial, Helvetica, sans-serif;
}

html {
    background-image: url('images/mobile.png');
    background-repeat: repeat; 
    background-color: black;
    -webkit-text-size-adjust: 100%; 
}


@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}


p {
    color: white;
    font-size: 20px;
}

h1 {
    color: white;
    border-color: white;
    font-size: 3rem;
    font-family: 'Red Rocket', sans-serif;
}

h2 {
    color: white;
    border-color: white;
    font-size: 25px;
    font-family: 'Red Rocket', sans-serif;
}

footer{
  margin-top: 5rem;
  margin-bottom: 5rem;
  text-align: center;
  align-items: center;
  background: transparent;
  width: 100%;
  font-size: 40px;
  font-family: 'Red Rocket', sans-serif;
}


li {
    position: relative;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Red Rocket', sans-serif;


}

li p {
    font-size: 2rem;
}


div {
    font-family: Consolas,monaco,monospace;
    font-size: 1rem;
}


a:hover {
  color:yellow;
}


ul {
    margin: 0;
    padding: 0;
}


audio {
    top:13vh;
    left:38%;
    position: absolute;
    align-items: center;
}

hr {
    color: white;
    border-color: white;
    width: 15%;
}

li a {
    color: white;
    font-size: 2rem;
}



/*-----------Classes-------------*/

.ReturnHome  {
    margin: 0 auto;
    align-items: center;
    text-align: center;
    left: 40vw;
    top:20vh;
    position: absolute;
    font-family: 'Red Rocket', sans-serif;
}



.floatingtext {
    position: relative;
    text-align: center;
    align-items: center;
    justify-content: center;
}




.rotate1 {

    animation: rotation 60s infinite linear;
}

.rotate2 {
    animation: rotation 40s infinite linear;
}

.JS {
    color: #1962ff;
}

.Bubby {
    color: #02faf6;
}

.Bruno {
    color: #fa6502;
}

.Tuck {
    color: #fc03a9;
}

.Sequoia {
    color: #fa021f;
}

.Golden {
    color: #fca903;
}

.Thurston {
    color: #a270ff;
}

.Yee {
    color: #3ff2a8;
}

.Features {
    color: white;
}

.Features2 {
    color: yellow;
}

.Features3 {
    color: green;
}

#descript {
    text-align: center;
    font-family: Consolas,monaco,monospace;
    font-size: 0.8rem;
}

#banner3 {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 80%;
  margin-top:1rem;
  border: 2px solid white;
}
.banner4 {
  max-width: 700px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 40%;
  margin-top:1rem;
  border: 2px solid white;
}
.flex-container {
    position: fixed; 
    bottom: 0;
    left: 0;
    width: 100%; 
    display: flex;
    flex-direction: row;
    justify-content: center;
    font-family: 'Red Rocket', sans-serif;
    margin: 0 auto;
}
.video-container {
    text-align: center;
    margin: 20px 0;
}

.video-container iframe {
    max-width: 100%;

}
.flex-container p {
    margin-right: -1.6rem;
    margin-left: 2rem;
    text-shadow: 4px 4px 8px black;
}
#links p {
    text-align: center;
    bottom: 0;
    left: 0;
    width: 100%; 
    z-index: 9999;
    font-family: 'Red Rocket', sans-serif;
}
#links{
    z-index: 999999999;
}


#top-left-link2 h2 {
       visibility: hidden;
       display: none;

}


#top-right-link2 h2 {
       visibility: hidden;
       display: none;

}


.flex-container img {
    width:100px;

}

.tracknumber {
    font-size: 1rem;
    margin-right: .5rem;
}

.italic {
    font-style: italic;
}

/*-----------ID's-------------*/


/* Background scrollbox */
#visible-scrollbox {
    position: absolute;
    background: transparent;
    left: 25vw;
    top: 45vh;
    width: 800px;
    height: 380px;
    overflow: hidden;
}

/* Scroll content */
#content {
    position: relative;
    right: 10%;
    width: 815px;
    z-index: 9999;

}

#content div {
    z-index: 9999;
}

/* circle we wrap around */
#scroll-circle {
    position: relative;
    width: 300px;
    height: 300px;
    float: left;
    shape-outside: circle();
    margin: 20px;
    left: 25vw;
    top: 33vh;
}

/* scrollbar*/
#control-scrollbox {
    position: absolute;
    top: 45vh;
    left: 25vw;
    width: 800px;
    height: 380px;
    overflow-y: auto;
    overflow-x: hidden;
/*    pointer-events: scroll;*/
}


#scroll-length {
    height: 1700px;
}

#scroll-shortest {
    height: 1500px;
}

#scroll-longer {
    height: 2090px;
}

#scroll-longish {
    height: 1850px;
}

#scroll-longest {
    height: 2300px;
}

.video-container{
    z-index: 100;
}

#planet {
    position: absolute;
    top: 50vh;
    left: 22vw;
    width: 300px;
    height: 300px;
    z-index: -10;
    background-image: url("images/planet.png");
    background-size: cover;
    background-position: center;
}

#title {
    display: none;
}

#title2 {
    font-family: 'Red Rocket', sans-serif;
    margin-bottom: 0;
}

#bottomLogo {
    display: none;
}

#planetMain {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 900px;
    z-index: -10;
}

#Lyrics {
    font-family: 'Arial', sans-serif;
}

#BackVideo {
    pointer-events: none;
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    position: fixed;
    left: 0;
    top: 0;
    z-index: -100;
}
#returnHome{
    text-align: center;
    bottom: 0; 
    left: 0;
    width: 100%; 
    z-index: 9999;
    font-family: 'Red Rocket', sans-serif;

}
.logo {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 400px;

}
#logo2 {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 200px;
    margin-top: 1rem;
    margin-bottom: 3rem;

}
#top-left-link {
    position: absolute;
    top: 0;
    left: 1rem;
    padding: 10px; 
}
#top-right-link {
    position: absolute;
    top: 0;
    right: 1rem;
    padding: 10px;

}
#top-left-link2 {
    position: absolute;
    top: 0;
    left: 1rem;
    padding: 10px;
}
#top-right-link2 {
    position: absolute;
    top: 0;
    right: 1rem;
    padding: 10px; 

}

#descriptbucket {
    text-align: center;
    margin: 0 auto;
    justify-content: center;
}


#descriptbucket p {
    margin-left: 4rem;
    margin-right: 4rem;
}

/*TWxWKS Presents Sections*/

#descriptbucket2 {
    display: flex;
    align-items: center;
    gap: 10px; 
    margin-left: 35%;
}

#descriptbucket2 img {
    max-width: 400px; 
    height: auto;
    margin: 0;
}

#descriptbucket2 p {
    margin: 0;
    font-style: italic;

}

#tracklist {
    margin-right: 1rem;
    margin-top: 3rem;

}

#tracklist li {
    margin-bottom: 3rem;
}


#bandcamp a {
    color: white; 
    text-decoration: underline; 
}

#bandcamp a:hover {
    color: yellow; 
    text-decoration: underline; 
}


#bandcamp {
    text-align: center;
    padding: 2rem;
}

#bandcamp h1 {
    margin: 0;
}

/*-----------------MediaQ's--------------------------*/



@media only screen and (max-width: 1450px) {



.flex-container p {

    font-size: 1rem;
    margin-right: -1rem;
}

.flex-container img {
    width:70px;

}

iframe {
    max-width: 50%; 

}

}


@media only screen and (max-width: 1080px) {


#content, #scroll-longer , #control-scrollbox ,  #visible-scrollbox{
    max-width: 800px;
    margin-left: -4rem;
    z-index: 1000;
}



#planet {
    margin-left: -8rem;
}


#descriptbucket2 img {
    width: 300px;
}


.flex-container img {
    width: 100px;
    margin-top: 0; 
    margin-bottom: 2rem; 

}
.flex-container p {
    font-size: 1rem;
    z-index: 1;
    margin-bottom: -2rem;
}
.flex-container  {
    top: 50px;
    max-width: 500px;
    z-index: -10;
    justify-content: flex-start;
    flex-direction: column;
}

#top-left-link h2 {
    font-size: 1rem;

}
#top-right-link h2 {
    font-size: 1rem;

}



hr {

    width: 20%;
}


#planet {
    left: 18vw;
}



#descriptbucket p {

    font-size: .7rem;

}

#logo {
    max-width: 500px;
}
iframe {
    width: 50%;
}



}

@media only screen and (max-width: 900px) {
#content, #scroll-longer ,  #visible-scrollbox{
    max-width: 500px;
    margin-left: -4.5rem;
}

#content, #visible-scrollbox{
    max-width: 700px;
}


body {
    width: 100vw;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
}

html {
    width: 100vw;
}

h1 {
    font-size: 30px;
}

#planetMain {

    width:600px;
}



        #logo {
    max-width: 300px;
}


#descriptbucket2 img {
    width: 250px;
}


}


@media only screen and (max-height: 900px) {
#content, #visible-scrollbox, #planet{
    margin-top: 3rem;
}


}



@media only screen and (max-width: 650px) {

.lyrics div {
    font-size: 0.5rem;
}

#descriptbucket2 img {
    width: 200px;
}
#descriptbucket2 {
    margin-left: 20%;
}

#visible-scrollbox {
    max-width: 650px;
        left: 80px;
}
#content{
max-width: 650px;
left: 0;
}
#visible-scrollbox{
    left: 0px;
}
#control-scrollbox {

    right: 10px;
    bottom: 10px;
}



#planet{
left: 0px;
top: 435px;
}

.flex-container img {
    margin-left: -1rem;
}
.flex-container p {
    margin-left: 10px;
}


#returnHome p{
  font-size: 1rem;
}

#top-left-link h2 {
       visibility: hidden;
        display: none;
}


#top-right-link h2 {
    visibility: hidden;
    display: none;

}

#top-left-link2 h2 {
       visibility: visible;
    display: block;
        font-size: 1rem;

}


#top-right-link2 h2 {
       visibility: visible;
    display: block;
    font-size: 1rem;
}


hr {

    width: 40%;
}
#planetMain {

    width:300px;

}


.JS div{
    font-size: 0.8rem;
}

.Bubby div{
    font-size: 0.8rem;
}

.Bruno div{
    font-size: 0.8rem;
}

.Tuck div{
    font-size: 0.8rem;
}

.Sequoia div{
    font-size: 0.8rem;
}

.Golden div{
    font-size: 0.8rem;
}

.Thurston div{
    font-size: 0.8rem;
}

.Yee div{
    font-size: 0.8rem;
}

.Features div{
    font-size: 0.8rem;
}

.Features2 div{
    font-size: 0.8rem;
}

.Features3 div{
    font-size: 0.8rem;
}


#BackVideo {
    display: none;
}


}


@media only screen and (max-width: 450px) {

        h2{
            font-size:  1rem;
        }

        .flex-container p {
            font-size: 10px;
        }
        #logo {
    max-width: 250px;
        }
        #links p{
            z-index: 9999999999;
            font-size: 1rem;
        }

        #descriptbucket2 img {
            width: 150px;
        }


}


@media only screen and (max-width: 350px) {

#planetMain {

    width:200px;
}
        #logo {
    max-width: 150px;
        }


}

