h1, h2, h3, h4, h5, h6 {
    color: var(--bs-primary);
}
button {
    h1, h2, h3, h4, h5, h6 {
        color: inherit;
    }
}
h6 {
    font-size: 1.1rem;
}
.offcanvas, .offcanvas-lg, .offcanvas-md, .offcanvas-sm, .offcanvas-xl, .offcanvas-xxl {
    --bs-offcanvas-width: 340px;
}
[data-bs-toggle="offcanvas"] {
    text-decoration: none;
    font-size: 1.4rem;
    text-transform: uppercase;
    position: relative;
}
[data-bs-toggle="offcanvas"] span {
    position: absolute;
    top: 45%;
    left: -4px;
    height: 5px;
    width: 5px;
    border-radius: 999px;
    background: var(--bs-primary);
}
[data-bs-toggle="offcanvas"] span + span {
    top: 25%;
}
[data-bs-toggle="offcanvas"] span + span + span {
    top: 65%;
}
.s1-bleed {
    h1, h2, h3, h4, h5, h6 {
        margin: 1rem 0 0.8rem 0;
        text-align: center;
    }
}
.lead {
    font-weight: 400;
}
.card {
    border: 1px solid var(--bs-primary);
}
header .logo {
    margin: 1rem 0;
}
header .lead {
    font-weight: 400;
}
header .lead a {
    text-decoration: none;
    color: red;
}
main .s1-bleed:not(.title-strip, img) {
    margin: 2.6rem 0;
}
.s1-bleed.top-nav {
    background-color: #dad5d5;
}
.s1-bleed.title-strip {
    background-color: var(--bs-primary);
    color: white;
    text-align: center;
    padding: 1.2rem 0;
    border-top: 6px solid white;
    border-bottom: 6px solid white;
}
.s1-bleed.title-strip h1 {
    margin: 0;
    font-size: 2rem;
    color: white;
}
.main_nav a {
    padding: 0;
    display: inline-block;
    text-transform: uppercase;
    color: black;
    font-size: 1.4rem;
    text-decoration: none;
    position: relative;
    margin: 1rem;
}
.main_nav a::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width:0%;
    background-color: black;
    transition: all .3s;
}
.main_nav a.active::before,
.main_nav a:hover::before {
    width:100%;
}
main > .title-strip + .row {
    margin-top: 3.2rem;
}
main > img.s1-bleed + .row {
    margin-top: 3.2rem;
}
main > img.s1-bleed + .s1-bleed {
    margin-top: 6px;
}
main > .title-strip + .s1-bleed {
    margin-top: 0;
}

.nav-tabs {
    --bs-nav-tabs-link-active-color: var(--bs-white);
    --bs-nav-tabs-link-active-bg: var(--bs-primary);
    --bs-nav-tabs-link-active-border-color: var(--bs-primary);

    --bs-nav-link-color: var(--bs-link-color);
    --bs-nav-link-hover-color: var(--bs-link-hover-color);
}
.nav-tabs .nav-link {
    background: lch(var(--s1-accent-l) var(--s1-accent-ch) / 0.35);
    border-color: white;
}


footer {
    background-color: var(--bs-primary);
    color: white;
    padding-top: 2.2rem;
    margin-top: 4rem;
}
footer a {
    color: white;
}
footer .s1-bleed {
    margin-top: 1.6rem;
    background-color: #d0e869;
}

