section {
    z-index: 0;
}
header .brand-button {
    background-color: var(--color-brand-1) !important;
}

.text-with-image-default, .text-with-image-default-container {
    background-color: white;
}

.text-with-image-default * {
   color: var(--color-brand-1);
}

footer *, .subfooter * {
    color: var(--color-brand-1);
}

.banner a {
    color: white!important;
}

a {
    color: #13bebb;
}

footer {
    background-color: white!important;
    border-top: 1px solid lightgrey!important;
}