/* footer */
.footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    
    color: white;
    text-align: center;
    background: rgba(241, 237, 237, 0.777);
}


.footer .main-footer {
    background-color: #412018;
    padding: 5px;
}


.sl-footer {
    font-family: 'Libre Baskerville';
    background-color: #412018;
    color: white;
    text-align: center;
    padding: 2rem;
    font-size: 0.95rem;
    letter-spacing: 0.05em;
    border-top: 1px solid rgba(212,148,58,0.15);
}

.sl-footer strong { color: var(--gold); }