
footer {
    background-color: var(--miss-amazing-white);
    color: var(--miss-amazing-purple);

    min-height: 150px;

    font-size: 1rem;
}

footer.footer-big {
    text-transform: uppercase;
    padding: 2rem 4rem;
    box-sizing: content-box;
}

footer.footer-big .footer-wrapper {
    max-width: var(--max-page-width);
    margin-left: auto;
    margin-right: auto;
}

footer.footer-big .footer-wrapper .footer-section:first-child {
    padding-left: 0;
}

footer.footer-big .footer-wrapper .footer-section:last-child {
    padding-right: 0;
}

footer .footer-logo-container {
    text-align: center;
    padding-bottom: 1rem;
    margin-bottom: 1rem;

    border-bottom: 1px solid #dddde0;
}

footer .footer-logo {
    max-width: 300px;
    max-height: 75px;
    width: auto;
    height: auto;
}

footer .footer-logo-container a:hover {
    filter: none;
}


footer .footer-section {
    width: 33.33%;
    padding: 1rem;
}

footer .footer-section ul.footer-links {
    list-style-type: none;

    margin-top: 10px;

    padding-left: 0;
}

footer .footer-section ul.footer-links li {
    margin-top: 5px;
}

footer .footer-section ul.footer-links li a,
footer li,
footer h4 {
    text-transform: none;
    color: var(--miss-amazing-black);
    letter-spacing: 1px;
}

footer .footer-section .social-buttons a {
    font-size: 18pt;
    margin-right: 0.5rem;
}

footer .footer-section .social-buttons a:last-child {
    margin-right: 0;
}

footer .footer-section ul.footer-links a:hover {
    text-shadow: var(--link-hover-offset) var(--link-hover-offset) var(--link-hover-blur) var(--miss-amazing-black);
}

footer .footer-section ul.footer-links li svg {
    margin-right: 5px;
}

footer.footer-big .footer-wrapper {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 100%;
    box-sizing: content-box;
    display: table;
}

footer.footer-big .footer-wrapper .footer-section {
    float: left;
    width: 20%;
    text-align: left;
}

footer.national-info {
    background-color: var(--miss-amazing-pink);
    color: var(--miss-amazing-white);
    font-size: 10pt;
    min-height: 50px;
    text-align: center;
}

footer.national-info .footer-section {
    width: 100%;
    padding: 10px;
}

footer.national-info span {
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 3px;
    border-right: 1px solid var(--miss-amazing-white);
}

footer.national-info span:last-child {
    border-right: 0;
}

@media (max-width: 1175px) {
    footer.footer-big {
        padding: 2rem 4rem;
    }
}

@media (max-width: 992px) {
    footer.footer-big {
        padding: 2rem 1rem;
    }
}

@media (max-width: 900px) {
    footer.footer-big .footer-wrapper {
        display: inline-block;
    }

    footer.footer-big .footer-wrapper .footer-section {
        width: 50%;
    }

    footer.footer-big .footer-wrapper .footer-section:first-child {
        margin-left: 0;
    }
}

@media screen and (max-width: 720px) {
    footer.footer-big .footer-wrapper .footer-section {
        width: 100%;
    }
}