:root{
    --red: #AA0909;
    --yellow: #e3e087;
    --blue: #330099;
    --orange: #D89144;
    
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Special Elite', cursive;
    /* background: linear-gradient(to right, #fff, #f3e94a) */
    background: linear-gradient(108deg, #fff, var(--yellow)); 
    
}

header {
    text-align: left;
    padding-top: 100px;
    padding-left: 20px;
    padding-bottom: 50px;

    & p {
        margin-top: 25px;
        color: var(--blue);
    }
}

h1 {
    font-size: 200px;
    margin: 0;
    line-height: 1;
}

p {
    font-size: 24px;
    margin: 8px 0;
    letter-spacing: 6px;
}

.navbar {
    z-index: 999;
    top: 0px;
    position: sticky;
    background-color: #AA0909;
    text-align: center;
   
    
    & ul {
        
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        margin: 0;
        list-style: none;
        padding: 12px 24px;
    }
    
    & li {
        display: inline;
        margin-right: 20px;
        font-size: 24px;
    }

    & a {
        text-decoration: none;
        color: black;
       
    }
}





.content {
    position: relative;
    margin-top: 50px;
    overflow: hidden;
}

.content p {
    background-clip: text;
    -webkit-background-clip: text;
    color: black;
    font-size: 36px;
    position: relative;
    
    margin: 0 20px;
}

.quote-wrapper{
    z-index: 30;
    display: flex;
    flex-direction: column;
}

.quote-wrapper span{
    z-index: 30;
    font-size: 2rem;
    display: block;
    margin-bottom: 6rem;
}

.quote-text-1 {
    margin-left: 20%;
}

.quote-text-2 {
    margin-left: 40%;
}

.quote-text-3 {
    margin-left: 30%;
}

.quote-text-4 {
    margin-left: 45%;
}

.quote-text-5 {
    margin-left: 32%;
}

.quote-text-6 {
    margin-left: 60%;
}

.quote-text-7 {
    margin-left: 42%;
}

.quote-text-8 {
    margin-left: 65%;
}

.quote-text-9 {
    margin-left: 15%;
}

.quote-text-10 {
    margin-left: 40%;
}

.quote-text-11 {
    margin-left: 33%;
}

.quote-text-12 {
    margin-left: 43%;
}



.circle {
    z-index: -1;
    position: absolute;
    border-radius: 50%;
    width: 70vw;
    height: 70vw;
   
}

.first-circle{
    left: -35%;
    top: 10vw;
}

.second-circle{
    right: -35%;
    top: 25vw;
}

.third-circle{
    left: -15%;
    top: 85vw;
}

.red {
    background: radial-gradient(circle, var(--red), transparent);
}

.blue {
    background: radial-gradient(circle, var(--blue), transparent);
}

.orange {
    background: radial-gradient(circle, var(--orange), transparent);
}

.bandcamp-container{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    & iframe {
        margin: 100px 0;
        z-index: 30;
        border: 0; 
        width: 450px; 
        height: 570px;
    }
}

.live-container{
   display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
    width: 100%;
    min-height: 1000px;

    & .dates-container{
        & p {
            padding-bottom: 20px;
            z-index: 30;
        }
    }
}

.img-container{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 1000px;

    & img {
        z-index: 30;
        width: 50%;
        height: auto;
    }
}

.info-container{
    padding: 0px 20px;
    max-width: 75%;
    & #title-container{
        border: solid 6px black;
        width: fit-content;
        padding: 1rem;
    }
    & h1{
        font-size: 3rem;
    }

    & h2{
        font-size: 1.5rem;
    }

    & h3{
        font-size: 3rem;
        margin:30px 0px 10px 0px;
    }

    & p{
        margin: 10px 0px;
        font-size: 1.5rem;
        line-height: 2rem;
    }
}

@media (max-width: 480px){

    header {
        text-align: left;
        padding-top: 40px;
        padding-left: 20px;
        padding-bottom: 20px;
    
        & p {
            margin-top: 10px;
            color: var(--blue);
        }
    }

    h1 {
        font-size: 46px;
        margin: 0;
        line-height: 1;
    }
    .navbar {
        background-color: #AA0909;
        text-align: left;
        position: relative;
        
        & ul {
          
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            align-items: start;
            margin: 0;
            list-style: none;
            padding: 12px 24px;
        }
        
        & li {
            display: inline;
            margin-right: 0px;
            padding: 4px 0px;
            font-size: 32px;
        }
    
        & a {
            text-decoration: none;
            color: black;
           
        }
    }

    .circle {
       
        position: absolute;
        border-radius: 50%;
        width: 100vh;
        height: 100vh;
       
    }
    
    .first-circle{
        left: -75%;
        top: 10vh;
    }
    
    .second-circle{
        right: -45%;
        top: 125vh;
    }
    
    .third-circle{
        left: -55%;
        top: 200vh;
    }

    .img-container{
       
        min-height: 500px;
    
        & img {
            z-index: 30;
            width: 90%;
            height: auto;
        }
    }

    .bandcamp-container{
   
        & iframe {
            margin: 20px 0;
            border: 0; 
            width: 250px; 
            height: 470px;
        }
    }

    .quote-text-8 {
        margin-left: 55%;
    }

    .info-container{
        max-width: 100%;
        padding: 4px;
    }
}