#footer {
    background-color: #eee;
    border-top: 5px solid rgba(0, 0, 0, .2);
    color: #555;
}
#footer.dark {
    background-color: #191919;
    border-top-color: rgba(255,255,255,0.15);
    color: #8e8e8e;
}
#footer .footer-columns {
    padding-bottom: 40px;
    padding-top: 40px;
}
#footer .footer-bottom {
    background-color: #ddd;
    font-size: 1.4rem;
    padding: 15px 0;
}
#footer.dark .footer-bottom {
    background-color: rgba(0, 0, 0, .25);
}

.logo-footer {
    display: inline-block;
    height: auto;
    max-width: 100%;
}
.menu--footer {
    text-align: center;
    margin-bottom: 20px;
}
.menu--footer > li {
    display: inline-block;
}
.menu--footer > li > a {
    color: #333;
    padding: 3px 15px;
}
.menu--footer > li > a:hover,
.menu--footer > li > a:active,
.menu--footer > li > a:focus {
    color: #333;
    text-decoration: underline;
}
.dark .menu--footer > li > a {
    color: rgba(255, 255, 255, 0.4);
}
.legal-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}
.legal-menu > li {
    display: inline-block;
    padding: 0 5px;
}
.copyright-text {
    margin: 0;
    text-align: center;
}
.copyright-text a {
    color: #333;
}
.dark .copyright-text a {
    color: rgba(255, 255, 255, 0.4);
}
.copyright-text small {
    display: block;
}

@media screen and (max-width: 767px) {
    .copyright-text small {
        margin-top: 5px;
    }
}

@media screen and (min-width: 768px) {
    #footer .footer-columns {
        padding-bottom: 60px;
        padding-top: 60px;
    }
}

@media screen and (min-width: 992px) {
    .menu--footer {
        text-align: left;
        float: right;
        margin-bottom: 0;
        margin-top: 8.5px;
    }
    .menu--footer > li > a {
        line-height: 1;
    }
    .copyright-text {
        text-align: left;
    }
}
