
/* Page header logo */
.page-header__logo {
    justify-content: flex-end;
}

/* Swirl image Footer */
.page-footer {
    position: relative;
    z-index: 2;
}
.page-footer:after {
    content: "";
    display:block;
    position: absolute;
    left:0;
    right:0;
    top:-3vw;
    height: 8vw;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 88'%3E%3Cg fill='none'%3E%3Cpath fill='%23ECEEEC' d='M0 18c77.462 3.348 240 37 483 11s472-34 717 5v53.455H0V18Z'/%3E%3Cpath fill='%238EBC11' d='M1200 86.745c-162.879-61.503-445.079-77.437-743-52.43-274 23-457-9-457-9V0s147 44.315 530.855 18.245C954.007-10.496 1200 59.222 1200 59.222v27.524-.001Z'/%3E%3Cpath fill='%234FB8E8' d='M1200 39.315s-333-62-671-8c-219.347 35.044-529 55-529 55v-27c154 0 320.887-14.16 529.422-36.683C949-22.685 1200 14.315 1200 14.315v25Z'/%3E%3C/g%3E%3C/svg%3E");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: bottom;
    pointer-events: none;
    z-index:-1;
}

/* Set enough padding for footer content */
.page-footer__container {
    padding-top: 5rem;
    padding-bottom: 3rem;
}

/* scroll button must be elevated to be visible and repositioned */
.scroll-button__up {
    transform: translate(-50%, 40%);
    z-index: 3;
}
