:root {
    --bs-primary-rgb: 19, 38, 52;
    --bs-secondary-rgb: 255, 255, 255;
    --bs-emphasis-color-rgb: 0, 0, 0;
    --bs-nav-link-font-size: 1em;
}

.af-navbar-toggler {
    background-color: rgba(255, 143, 143, 0.15);
}

.af-gradient-container {
    background: rgb(230,223,207);
    background: linear-gradient(180deg, rgba(255,255,255,1) 0%, #16216A 55%); 
}

.af-gradient-container-red {
    background: rgb(230,223,207);
    background: linear-gradient(180deg, rgba(255,255,255,1) 0%, #C30E2E 80%); 
}

.af-secondary-container {
    border-top: solid #C30E2E 0.33em;
}

.af-secondary-container-blue {
    border-top: solid #16216A 0.33em;
}

.af-text-shadow-white {
    text-shadow: 0 0 5em rgba(255, 255, 255, 0.25)
}

.af-feature-icon {
    width: 4rem;
    height: 4rem;
    border-radius: .75rem;
    font-size: 3em;
    margin-bottom: 0.5em;
}

.af-footer {
    border-top: solid #C30E2E 0.33em;
    background-color: #16216A;
}

.af-footer-white-border {
    border-top: solid #fff 0.33em;
    background-color: #16216A;
}

.af-footer-image {
    width: min(75%, 40em);
}

.af-footer a {
    color: white;
}

.af-chart-image {
    width: 100%;
    max-width: 30em;
}

.af-red-title-list-group strong {
    color: #C30E2E;
}

.af-blue-title-list-group strong {
    color: #16216A;
}