/* Presettings */

html {
    background-color: var(--meety_white);
}

canvas {
    opacity: 0.08;
}


/* Background */

#background {
    position: fixed;
}

/* Header */

header {
    height: auto;
    padding-bottom: 7.3rem;
}

#slogan {
    display: none;
}

#logo {
    z-index: 3;
}

#logo {
    transition: font-variation-settings 1s;
}

#logo:hover {
    font-variation-settings: 'wght'650;
}

.standard_size {
    font-size: 6rem;
    margin-top: -0.8rem;
}

.scrolled_size {
    font-size: 2rem;
    margin-top: -0.35rem;
}

.logo_animation {
    animation: none;
}


/* Introduction Text */

#introduction_text {
    border-top: 0;
    padding-top: 2.25rem;
    padding-bottom: 6rem;
}

#introduction_text h3 {
    margin-bottom: 0.55rem;
    display: none;
}

#introduction_text h1 {
    margin-top: -0.2rem;
    grid-column-start: 1;
    grid-column-end: 3;
    color: var(--meety_midnightblue);
    font-family: "CamptonMedium", sans-serif;
}

#introduction_text div {
    margin-top: 0.75rem;
    color: var(--meety_midnightblue);
    grid-column-start: 1;
    grid-column-end: 3;
}


/* Isotope Gallery */

.isotope_gallery {
    margin-bottom: 4.25rem;
}

#filters {
    margin-top: 0.9rem;
    color: var(--meety_midnightblue);
    padding: 0 1.5rem;
    display: flex;
    flex-wrap: wrap;
    column-gap: 1.5rem;
}

#insights_isotope_gallery #filters {
    display: none;
}

#filters div:hover,
#filters div.active_filter {
    color: var(--meety_coral);
    cursor: pointer;
}

.isotope_gallery_item,
.isotope_gallery_sizer {
    color: var(--meety_midnightblue);
}

.isotope_gallery_item_inner {
    background-color: var(--meety_white);
}

.description {
    margin-top: 1rem;
}


/* CTA Buttons */

#cta_buttons_container {
    position: fixed;
    margin: 0;
    bottom: 0;
    left: 0;
    padding: 1.5rem;
    flex-direction: column;
    gap: 0.75rem;
}

.cta_button {
    align-self: flex-start;
}


/* Footer */

footer {
    padding-bottom: 5.9rem;
    color: var(--meety_midnighblue);
}


/* Mobile Navigation */

#mobile_navigation {
    background-color: var(--meety_white);
}

#mobile_navigation_main_area {
    color: var(--meety_midnightblue);
}

#mobile_navigation_main_area a {
    border-bottom: 1px solid var(--meety_coral);
}

#mobile_navigation_main_area a:nth-child(1) {
    border-top: 1px solid var(--meety_coral);
}

#mobile_navigation_footer {
    color: var(--meety_midnightblue);
}



/* Window Size C Start */

@media screen and (max-width: 1450px) {


    /* Header */

    .scrolled_size {
        font-size: 3rem;
        background-color: var(--meety_navigation);
        width: 100%;
        margin-top: -0.5rem;
        padding-bottom: 0.55rem;
    }


    /* Introduction Text */

    #introduction_text h3 {
        grid-column-start: 1;
        grid-column-end: 4;
        display: block;
    }

    #introduction_text h1 {
        grid-column-start: 1;
        grid-column-end: 4;
    }

    #introduction_text div {
        grid-column-start: 1;
        grid-column-end: 4;
    }


    /* Window Size C End */

}


/* Window Size D Start */

@media screen and (max-width: 1100px) {


    /* Introduction Text */

    #introduction_text h3 {
        grid-column-start: 1;
        grid-column-end: 5;
    }

    #introduction_text h1 {
        grid-column-start: 1;
        grid-column-end: 5;
    }

    #introduction_text div {
        grid-column-start: 1;
        grid-column-end: 5;
    }


    /* Window Size D End */

}


/* Window Size E Start */

@media screen and (max-width: 900px) {


    /* Introduction Text */

    #introduction_text h3 {
        grid-column-start: 1;
        grid-column-end: 6;
    }

    #introduction_text h1 {
        grid-column-start: 1;
        grid-column-end: 6;
    }

    #introduction_text div {
        grid-column-start: 1;
        grid-column-end: 6;
    }


    /* Window Size E End */

}


/* Window Size F Start */

@media screen and (max-width: 700px) {



    /* Introduction Text */

    #introduction_text {
        padding-bottom: 3rem;
    }

    #introduction_text h3 {
        grid-column-start: 1;
        grid-column-end: 7;
    }

    #introduction_text h1 {
        grid-column-start: 1;
        grid-column-end: 7;
        margin-bottom: 0;
    }

    #introduction_text div {
        grid-column-start: 1;
        grid-column-end: 7;
    }


    /* Window Size E End */

}
