/* 
-----------------------------------------
FOOTER
-----------------------------------------
*/

footer {
    background-color: var(--primary-color);
    background-position: right;
    background-size: auto calc(100% - 2rem);
    background-repeat: no-repeat;
    color: #fff;
}

footer svg{
  padding-right: 5px;
}

    footer h3,
    footer p,
    footer li,
    footer a {
        color: var(--text-white) !important;
        font-weight: 400 !important;
        text-decoration: none;
    }

    footer p,
    footer li,
    footer a {
        font-size: 1.125rem;
    }

    footer .footer-bottom p,
    footer .footer-bottom a {
        color: var(--text-white) !important;
        font-weight: 300 !important;
        text-decoration: none;
        font-size: .875rem;
    }

footer ul {
    list-style: none;
    padding: 0;
}

footer > .d-flex {
    gap: 2rem;
}

    footer > .footer-top > div,
    footer .footer-top-border {
        flex-basis: 100%;
        border-top: 1px solid rgba(255, 255, 255, 0.20);
        padding: 1rem 0;
    }

@media (min-width: 768px) {
    footer > .d-flex > div {
        flex-basis: calc(50% - 1.5rem);
    }
}

@media (min-width: 1200px) {
    footer > .d-flex > div {
        flex-basis: calc(25% - 1.5rem);
    }
}


footer h3 {
    font-size: 1.5rem;
    text-align: left;
    color: #fff;
    margin-top: 0;
    margin-bottom: 0.5rem;
    padding-top: 2rem;
    border-top: 2px solid rgba(255, 255, 255, .8);
}

footer nav a#top-btn {
    display: block;
    width: 50%;
    margin: 2rem auto 0;
    padding-bottom: 0.5rem;
    text-align: center;
    color: rgba(0, 15, 30, .3);
    cursor: pointer;
    text-decoration: none;
}


    footer nav a#top-btn .fa-angle-up {
        margin: 0;
        font-size: 2rem;
    }

    footer nav a#top-btn p {
        line-height: 1;
        margin: -0.5rem 0 0;
        text-transform: uppercase;
        color: rgba(0, 15, 30, .3);
        font-size: 0.7rem;
        font-weight: 700;
    }

footer nav svg {
    padding: 0 
}

footer .row nav p, footer .row nav svg {
    color: rgba(0, 15, 30, .3) !important;
}


.footer-bottom {
    background-color: var(--primary-color-dark);
    width: 100%;
    margin: 0;
    text-align: center;
    padding: 1.45rem;
    text-transform: uppercase;
    font-size: 0.75rem;
}

    .footer-bottom svg {
        font-size: 1.7rem;
        padding-top: 2.5px;
    }




.footer-bottom p {
    margin: 0;
}