.footer {
    background-color: #3b3b3d;
    color: #ffffff;
}

.footer-title {
    color: #ffffff;
    font-weight: 800;
    margin-bottom: 1rem;
}

.footer-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-list li {
    margin-bottom: .5rem;
}

.footer-list a {
    color: rgba(255, 255, 255, .82);
    font-size: .94rem;
    text-decoration: none;
}

.footer-list a:hover {
    color: #ffffff;
    text-decoration: underline;
}

.footer-divider {
    border-color: rgba(255, 255, 255, .28);
}

.footer-copy,
.footer-lang a {
    color: rgba(255, 255, 255, .82);
    font-size: .88rem;
    text-decoration: none;
}

.footer-lang a:hover {
    color: #ffffff;
}
