/*
A travesty occurred here
Do not go knocking
This is the worst shit I've ever written
I'm sorry if any web dev sees this
It's been 5 years since I've seriously done web development and I made this in 2 days
Don't hate me.
*/

:root {
    --bg-color: rgb(21, 21, 30);
}

html, body {
    width: 100vw;
    height: 100vh;
    overscroll-behavior: none;
}

html {
    font-size:62.5%;

}

body {
    background-color: black;
    margin: 0;
    padding: 0;
    color: white;
    font-family: "kallisto", sans-serif;
    font-weight: 800;
    overflow-x: hidden;
    background-color: var(--bg-color);
    background-repeat: no-repeat;
    background-size: cover;
    transition: background-color .2s ease;
}

.downArrow {
    position: fixed;
    display: none;
}


#particles-js {
    z-index: 1;
    position: fixed;
    width: 100%;
    height: 100%;
    object-fit: cover;
    background-position: 50% 50%;
    pointer-events: auto; 
}

header {
    margin: 0;
    padding: 0;
    min-height: 100vh;
    width: 100vw;
    position: relative;
}

.background-video {
    position: sticky;
    object-fit: cover;
    z-index: 2;
    width: 100%;
    height: 100%;
}

.background-video-container {
    position: absolute;
    width: 100vw;
    height: 100vh;
}

.z3 * {
    z-index: 3;
}

.content {
    margin-top: 10px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(auto, 400px));
    width: 100vw;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    justify-content: space-around;
    row-gap: 10vh;
}

.contentContainer {
    padding: 3rem;
}

.groupCard {
    text-align:center;
    flex: 1 1 auto;
    position: relative;
}

.clubLogo {
    height: 25vh;
    max-height: 90%;
    object-fit: contain;
}

.flex-container {
    min-height: 100vh;
    max-width: 100vw;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.subFlex {
    display: flex;
    align-items: center;
}

.clubFwaLogo {
    mix-blend-mode: screen;
    text-align: center;
    position: relative;
}

.headerText {
    font-size: 2vw;
    text-align: center;
}

#fwaLogo {
    height: 65vh;
    margin: -50px;
}

#fwaLogo2 {
    height: 30vh;
    max-width: 40vw;
    margin: 0 -4.5vw;
    position: relative;
    z-index: 10;
}

.day {
    font-size: 5rem;
    margin-top: 0;
}

.clubLogoAbout {
    width: 10vw;
    min-width: 30rem;
}

.aboutFlex {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
}

.Question {
    font-size: 8rem;
    z-index: 4;
    margin-top: 50px;
    position: relative;
}

.Question2 {
    font-size: 4vw;
    z-index: 4;
    position: relative;
}

.about {
    text-align: center;
    width: 60%;
    max-width: 100vw;
    margin: auto auto;
    padding-top: 25px;
    padding-bottom: 25px;
    margin-top:50px;
}

.textCenter{
    text-align: center !important;
}

.quote {
    margin:5%;

}

.quoteBox {
    background-color: rgba(139, 185, 238, 0.096);
    padding: 1%;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border: 1px solid #ffffff52;
    font-style: italic;
}

.aboutBody{
    text-align: left;
    font-size:2.3rem;
    font-family: "Fragment Mono", monospace;
    font-weight: 400;
    font-style: normal;
    width: 90%;
    margin-bottom: 5rem;
    margin-top: 3rem;
    margin-left: auto;
    margin-right: auto;
    z-index: 4;
    position: relative;
    overflow: auto;    
}

.losingMySanity {
    margin-top: 100px;
}

.presentedBy {
    display: flex;
    align-items: center;
    justify-content: center;
}

.basicFWALogo {
    height: 50px;
}

.groupAbout + .groupAbout {
    position: relative;
    margin: 50px auto;
}

.groupAbout {
    border-bottom: solid 1px white;
}

.groupAbout * {
    position:relative;
    
}

.groupAbout {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 90%;
    margin: 0px auto;
    padding-top:25px;
    padding-bottom:25px;
    align-items: center;
    gap: 10px;
}

.groupDescription {
    margin: 50px 5%;
    text-align: left;
    font-size:1.8rem;
    font-family: "Fragment Mono", monospace;
    font-weight: 400;
    font-style: normal;
    font-style: normal;
    width: 30vw;
}

.groupName {
    font-family: "kallisto", sans-serif;
    font-weight: 800;
    font-size:5rem;
    margin-bottom: 20px;
}

.underline {
    text-decoration: underline;
}

.subName {
    font-size:2rem;
    text-decoration:none;
}

#UndeadDog {
    scroll-behavior: smooth;
}

.noDecoration {
    text-decoration: none;
    color: inherit;
}

.links {
    text-decoration: underline;
    color:yellow;
}


footer {
    position: relative;
    z-index: 4;
    width: 60%;
    max-width: 100vw;
    border-top: solid 1px white;
    margin: 10px auto;
    padding: 10px;
    font-size: 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/*
I heard you like media queries?
So many media queries
I hate this.
This is the worst. :)
*/

@media screen and (max-width: 2150px) {
    .flex-container {
        justify-content: space-around;
    }


}

@media screen and (max-width: 1800px) {
    .flex-container {
        min-height: 100vh;
    }

    .about {
        width: 100%;
        margin:0 auto;
    }

    footer {
        width: 80%;
    }


    .groupDescription {
        width: 50vw;
    }

}

@media screen and (max-width: 1500px) {
    .flex-container {
        min-height: 200vh;
    }

    #fwaLogo {
        width: 100vw;
        margin:0;
    }
    
    footer {
        width: 96vw;
        font-size: 1.4rem;
    }

    .presentedBy {
        margin-top: -50px;
    }

    .groupDescription {
        width: 100vw;
    }


    .downArrow {
        display: initial;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: 5%;
        z-index: 10000;
    }

}

@media screen and (max-width: 1070px) {
    .flex-container {
        min-height: 275vh;
    }

    .content {
        grid-template-columns: initial;
    }

    footer {
        width: 96vw;
        font-size: 1.6rem;
    }

    .groupDescription {
        width: 100vw;
    }

    .losingMySanity {
        margin-top:20px;
    }

    .clubLogoAbout {
        width: 50vw;
        min-width: 30rem;
    }

    .presentedBy {
        margin-top: -20vh;
    }

    .day {
        font-size: 6rem;
        margin-top: 0;
    }

    .groupAbout {
        width: 100vw;
    }

}

@media screen and (max-width: 1000px) {
    footer {
        flex-direction: column-reverse;
        text-align: center;
        font-size: 3rem;
        gap: 3vh;
        padding: 10px;
    }

    .aboutBody {
        font-size:4rem;
    }

    .groupName {
        font-size:8rem;
    }

    .groupDescription {
        font-size:3rem;
    }
}