/* ! ------ Principle elements */

body {
    background-color: #000000;
    padding-bottom: calc(var(--footer-height) + var(--menu-height));
}

footer {
    height: calc(var(--footer-height) + var(--menu-height));
}

hr {
    background-image: url('images/layout/hr-dark.png');
}