footer
{
    width: 100%;
    background-color: #383838;
    text-align: center;
    color: antiquewhite;
    font-size: 0.8em
}

footer a
{
    text-decoration: none;
    color: antiquewhite
}

footer a:hover
{
    text-decoration: none;
    color: antiquewhite
}

footer .container-fluid
{
    padding: 2rem 1rem;
}

footer h5
{
    text-align: left
}

footer ul
{
    display: flex;
    flex-direction: column;
    list-style: none;
    padding-left: 0;
}

footer ul li
{
    display: flex;
    flex-direction: row;
    list-style: none;
    padding-left: 0;
}

footer a i
{
    font-size: 1em!important;
}

footer p
{
    margin-bottom: 0;
}
