:root {
    --root-content-width: 72rem;
    --root-text: #1c1f20;
}

.root-site {
    color: var(--root-text);
    line-height: 1.65;
}

.root-site .container {
    max-width: var(--root-content-width);
}

.root-header {
    background-image: url('../img/fluid-bg-000.png');
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}

.root-heading-band {
    background: aliceblue;
    padding: 1.5rem 0;
}

.root-heading-band h1 {
    margin: 0;
    padding-left: clamp(0rem, 7vw, 5rem);
    font-size: clamp(1.65rem, 3vw, 2.5rem);
    font-weight: 800;
}

.root-content {
    padding-top: 1.5rem;
}

.root-content h2,
.root-content h3,
.root-content h4 {
    line-height: 1.15;
    margin: 1.2rem 0 .75rem;
}

.root-content h2 {
    margin-top: 0;
}

.root-bordered-image {
    border: 1px solid #212529;
}

.root-site .header-fluid-h1 {
    background: aliceblue;
}

.root-site .img_border,
.root-site .img-img_border {
    border: 1px solid #212529;
}

.root-navigation .nav-link {
    color: #253328;
    padding: .35rem .5rem;
}

.root-nav-toggle {
    color: #253328;
    font-weight: 700;
    padding: .35rem .5rem;
    text-align: left;
    text-decoration: none;
    width: 100%;
}

.root-subnav {
    padding-left: .75rem;
}

.root-navigation .nav-link:hover,
.root-navigation .nav-link:focus,
.root-navigation .nav-link.active {
    background: #eef2ed;
    color: #172219;
    text-decoration: underline;
}

@media (min-width: 992px) {
    .root-navigation {
        border-right: 1px solid #dee2e6;
        padding-right: .75rem;
    }
}
