footer {
    background-color: var(--secondary-color);
    font-size: 0.75rem
}

.footer-header {
    width: 100%;
    position: relative;
    font-variant: small-caps;
    font-size: 1.3rem;
}

.footer-header span {
    width: 500px;
}

.footer-header::after, .footer-header::before {
    display: block;
    content: " ";
    width: 100%;
    margin: auto;
    border-bottom: 2px solid var(--white);
}

.footer-header::before {
    top: 50%;
}

.footer-header::after {
    top: 50%;
}

.footer-separator {
    width: 10%;
}

.footer-section > a {
    font-size: 1.1rem;
}

.footer-section {
    text-align: center;
    width: 45%;
}

footer > span {
    font-size:60%;
    opacity:0.5;
}

footer {
    //z-index: 11;
    //height: 70px;
}

footer a {
    color: white;
    text-transform: uppercase;
    transition: all 0.5s;
}

footer a:hover {
    text-decoration: none;
    color: var(--primary-color);
}

#footer-logo {
    max-width: 300px;
}
