#pageHow {
    justify-content: center;
    margin-bottom: 2em;
    border: 1px solid #644f21;
    border-left: 0;
    border-right: 0;
}

.auto-scroller {
    font-size: 3rem;
}

.sub-banner {
    isolation: isolate; /** allows background with negative z-index not to be hidden */
    background: 50% 50% no-repeat url(/public/assets/logo-blured.webp),
                 #0000006e;
    padding: 2rem;
    gap: 1rem;
    width: 100%;
    /*border: 1px solid #15305a;*/
    border-left: 0;
    border-right: 0;
    overflow: hidden;
}

.sub-banner .bg {
    opacity: .25;
    height: 100%;
    background-repeat: repeat;
    background-image: url(/public/assets/seamless.webp);
    background-size: 200px auto;
    width: 100%;
}

.sub-banner .rehaul {
    font-size: 1.5rem;
}

.sub-banner .rehaul b {
    font-family: TrenchThin; 
    font-size: 2.5em;
    margin-left: .15em;
}