@font-face {
    font-family: "Albert Sans", sans-serif;
    font-optical-sizing: auto;
    src: url("https://fonts.googleapis.com/css2?family=Albert+Sans:ital,wght@0,100..900;1,100..900&family=Gilda+Display&display=swap") format(url);
    font-weight: 100 900;
    font-style: normal;
}

h1 {
    font-variation-settings: "wght" 900;
    text-transform: uppercase;
    font-size: 45px;
    line-height: 20px;
    padding-top: 10%;
}

h2 {
    font-variation-settings: "wght" 900;
    text-transform: uppercase;
    font-size: 140px;
    text-align: right;
}

h4 {
    font-size: 23px;
    float: left;
}

h5 {
    text-transform: uppercase;
    font-variation-settings: "wght" 600;
}

h6 {
    text-transform: uppercase;
    font-variation-settings: "wght" 900;
    font-size: 30px;
    color: rgb(255, 255, 255);
    text-align: center;
    line-height: 40px;
    padding-top: 10%;
}

p {
    font-size: 13px;
}

body {
    font-family: "Albert Sans", sans-serif;
    color: #fffdfe;
    font-variation-settings: "wght" 300;
    margin-left: 0px;
    padding: 0px; 
    background-color: #0f0f0f;
}

img {
    padding: 5px;
}

.nav-menu {
    list-style-type: none;
    padding-top: 0rem;
    line-height: 2rem;
    text-align: right;
    visibility: hidden;
}

ul {
    list-style-type: none;
    padding-top: 0rem;
    line-height: 2rem;
}

li {
    padding-right: 3rem;
}

a:link {
    color: #fffdfe
}

a:visited {
    color: #fffdfe;
}

a:hover {
    color: #8b8b8b;
}

.image-container {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0px;
    background-image: url("Images/title-image.png");
    background-size: cover;
    mask-image: linear-gradient(180deg, black 80%, transparent 100%);
}

.overlay-text {
    position: absolute;
    top: 100%;
    left: 10%;
    transform: translate(0%, -50%);
}

/*
.flip-box {
    background-color: transparent;
    perspective: 1000px;
}
  
.flip-box-inner {
    position: relative;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;
}
  
.flip-box:hover .flip-box-inner {
    transform: rotateY(180deg);
}
  
.flip-box-front, .flip-box-back {
    position: absolute;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.flip-box-front {
    color: black;
}

.flip-box-back {
    transform: rotateY(180deg);
}
*/

.disc-flip {
    position: relative;
    width: 100%;
    aspect-ratio: 1/1;
    max-width: 50rem;
    transform-style: preserve-3d;
    perspective: 1000px;
}

.disc-flip img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    backface-visibility: hidden;
    transition: 1s;
}

.disc-flip img:nth-child(2) {
    transform: rotateY(180deg);
}

.disc-flip:hover img:nth-child(2) {
    transform: rotateY(0deg);
}

.disc-flip:hover img:nth-child(1) {
    transform: rotateY(-180deg);
}

.disc-flip.flipped img:nth-child(2) {
    transform: rotateY(0deg);
}

.disc-flip.flipped img:nth-child(1) {
    transform: rotateY(-180deg);
}

.footer {
    text-align: center;
    margin-top: 3%;
}

#bottomfooter li {
    display:list-item;
    text-align: center;
    padding-left: 5%;
    padding-top: 1%;
}

#filler {
    background-color: black;
}

.debut {
    background-color: #B7E1BB;
    width: fit-content;
}

.fwh-slide {
    height: auto;
    background: #96c19b;
    box-sizing: border-box;
    padding: 10%;
}

.fwh-slide--bg-intro {
    background: #fffefc;
    color: rgb(0, 0, 0);
    padding-top: 10%;
    padding-bottom: 10%;
    padding-left: 10%;
    padding-right: 10%;
}

.fwh-slide--bg-gold {
    background: #E7B468;
    color: white;
}

.fwh-slide--bg-purple {
    background: #D8A2DD;
    color: white;
}

.fwh-slide--bg-red {
    background: #731700;
    color: white;
}

.fwh-slide--bg-blue {
    background: #9CB6CD;
    color: white;
}

.fwh-slide--bg-black {
    background: #0f0f0f;
    color: white;
}

.fwh-slide--bg-pink {
    background: #FEBDDF;
    color: white;
}

.fwh-slide--bg-gray {
    background: #C7C7C7;
    color: white;
}

.fwh-slide--bg-darkblue {
    background: #034286;
    color: white;
}

.fwh-slide--bg-darkgray {
    background: #534b49;
    color: white;
}

.fwh-slide--bg-lyric {
    background: #0f0f0f;
}

.fwh-slide p {
    margin: 0;
}

.fwh-slide--bg-discography {
    background: #0f0f0f;
    color: white;
}

.fwh-slide--bg-childhood {
    background: #0f0f0f;
    color: white;
}

#rotation {
    animation: rotation 15s linear infinite;  
}

#rotation2 {
    animation: rotation 15s linear infinite;  
    animation-delay: 4s;
}

@keyframes rotation {
    100% {transform: rotate(360deg)}
}

.hide-on-mobile {
    display: none;
}

.disc-style {
    aspect-ratio: 1/1;
    margin-bottom: -6px;
}

@media (min-width: 400px) {
    .container {
      width: 100%;
      max-width: none; 
    }
}

@media (min-width: 550px) {
    .overlay-text {
        top: 80%;
    }

    .overlay-text2 {
        top: 100%;
    }
    
    h1 {
        font-size: 60px;
        line-height: 50px;
    }

    h4 {
        font-size: 30px;
    }

    .nav-menu {
        list-style-type: none;
        padding-top: 0rem;
        line-height: 2rem;
        text-align: right;
    }

    .fwh-slide--bg-intro {
        padding-left: 20%;
        padding-right: 0%;
    }

    .hide-on-mobile {
        display: inline;
    }
}


@media (min-width: 750px) {
    .overlay-text {
        top: 70%;
    }

    h1 {
        font-size: 80px;
        line-height: 80px;
    }

    h6 {
        font-size: 40px;
        line-height: 50px;
    }
}

@media (min-width: 900px) {
    .overlay-text {
        top: 60%;
        left: 15%;
    }

    h1 {
        font-size: 100px;
        line-height: 100px;
    }

    h4 {
        font-size: 35px;
    }

    h6 {
        font-size: 60px;
        line-height: 60px;
    }

    #bottomfooter li {
        display: inline;
        text-align: center;
    }

    .nav-menu {
        visibility: visible;
    }
}

@media (min-width: 1200px) {   
    .overlay-text {
        position: absolute;
        top: 50%;
        left: 20%;
        transform: translate(0%, -50%);
    }

    h1 {
        font-size: 120px;
        line-height: 120px;
    }
}