nav.bottom-footer {
    background-color:#231f20;
    font-size:15px;
}

nav.bottom-footer .container {
    max-width: var(--lia-container-max-width);
    margin:0 auto;
    padding:40px;
}

nav.bottom-footer .copyright {
    color:#758491;
    margin-bottom: 10px;
}

nav.bottom-footer .bottom-links ul {
    margin:0px;
    padding:0px;
    font-size:
}

nav.bottom-footer .bottom-links ul li {
    display:inline;
}

nav.bottom-footer .bottom-links ul li a {
    color: #fff;
}

nav.bottom-footer .bottom-links ul .vertical-line {
    color: #758491;
    display:inline-block;
    text-align:center;
    padding:0 10px 0 15px
}

nav.bottom-footer .row {
    display:flex;
    width: 100%;
    justify-content:space-between;
}

nav.bottom-footer .social-links-container {
    text-align:right;
}

nav.bottom-footer .social-links-container a {
    color:white;
    font-size:30px;
    margin: 0 0 0 15px;
}

@media screen and (max-width: 500px) {
    nav.bottom-footer .social-links-container { 
        text-align:center;
        width:100%;
        margin-top:30px;
    }
    nav.bottom-footer .bottom-footer .row {
        display:block;
        width: 100%;
        justify-content:space-between;
        text-align:center;
    }
}