/* ================================
FOOTER
=================================*/

/* Hide footer button */
body > input#footer, input#footer+label svg {
    display:none;
}

/* Footer */
body > footer {
    padding:calc(var(--FOOTER-HEIGHT) / 2) 0;
}

body > footer .copyright {
    text-align:center;
    font-size:80%;
    margin-bottom:10px;
}

body > footer .columns {
    text-align:center;
}
body > footer a {
    margin:0 5px;
}
body > footer a:last-child::after {
    content:"";
} 