.footer {
    background: #d9ccb7;
    border-top: 1px solid rgba(176,141,87,.35);
    padding: 36px 0 32px;
    text-align: center;
}

.footer-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-logo {
    max-width: 200px;
}

.footer-info {
    text-align: right;
}

.footer-demo {
    margin: 0 0 6px;
}

.footer-copy {
    margin: 0;
    opacity: .7;
    font-size: .9rem;
}

.footer-demo a {
    color: #6b4423;
    text-decoration: none;
    border-bottom: 1px solid rgba(107,68,35,.35);
}

.footer-demo a:hover {
    color: var(--leather-dark);
    border-bottom-color: #6b4423;
}

.footer-copy {
    font-size: .82rem;
    opacity: .65;
}
