    .footer_menu {
        background-color: var(--clr-bg-400);
        color: var(--clr-text-100);
        padding-top:15px;
    }
    .footer_menu .row {
        padding: 15px;
        margin: auto;
    }
    h2.footertitle {
        width: auto;
        max-width: 17.5rem;
        border-bottom: 2px solid var(--clr-text-100);
    }
    .footerlist {
        padding: 0;
        margin: 0;
        list-style: none;
    }
    .footerlist li {
        font-size: var(--fs-250);
        line-height: var(--fs-400);
        font-weight: var(--fw-300);
    }
    .footerlist li a {
        color: var(--clr-text-100);
        text-decoration: none;
    }
    .footerparagraph {
        font-size: var(--fs-300);
        line-height: var(--fs-500);
        margin-bottom: 0;
    }
    .footerparagraph a {
        color: var(--clr-text-100);
        text-decoration: none;
    }
    .footerlist li a:hover, .footerparagraph a:hover, .shelbycopyright p a:hover {
        color: var(--clr-text-200);
        text-decoration: underline;
    }
    .footer_social_icons {
        display: inline;
        white-space: nowrap;
        font-size: var(--fs-1200);
    }