

/* ------------------ footer ------------------ */

#footergraph {
    background: url(gfx/template/footer-line.png) no-repeat top center;
    height: 47px;
    margin-top: 4rem;
}

#footergraph .container {
    background: url(gfx/template/footer.png) no-repeat top -5px right 20px;
    height: 47px;
}

footer {
    color: var(--text1);
    background-color: var(--footer);
    padding: 3rem 0;
    font-weight: 300;
}

.footer-first,
.footer-last {
    display: block;
    justify-content: space-between;
}

footer .line {
    border-bottom: 1px solid var(--white);
    width: 100%;
    height: 1px;
    padding-top: 1rem;
    margin-bottom: 1rem;
}

footer .footer-left {
    max-width: 700px;
    width: 60%
}

footer .footer-right {}

footer #faside .navbar-nav {
    margin-left: 4rem;
}

footer #faside .nav-item {
    padding: .125rem 0;
}

footer #faside .nav-item.ntitle {
    padding: 1rem 0;
    font-weight: bold;
    font-size: 1.425rem;
}

footer #faside .nav-item a[href^="mailto"] {
    font-size: 1.525rem;
    font-weight: bold;
    text-decoration: none;
    color: var(--text1);
}

footer #faside .nav-item a[href^="tel"] {
    font-size: 1.725rem;
    font-weight: bold;
    text-decoration: none;
    color: var(--color1);
}


footer .nav-item.nmob:nth-of-type(2n),
footer .nav-item.ntel:nth-of-type(2n),
footer .nav-item.nmail:nth-of-type(6n) {
    padding-top: 1rem !important;
}


footer .footer-end {
    border-top: 1px solid var(--border1);
    padding-top: 1rem;
    margin-top: 2rem;
}

footer #copywrite,
footer #developer {
    font-size: .875rem;
    text-align: right;
    color: var(--white);
    margin: 0 .225rem;
}

footer #copywrite:after {
    content: '|';
    margin-right: .5rem;
    padding-left: .5rem;
}

footer #copywrite a,
footer #developer a {
    color: var(--white);
    text-decoration: none;
    font-weight: 300;
}



@media (max-width: 992px) {

    footer .footer-first,
    footer .footer-last {
        flex-direction: column;
    }

    footer .footer-left {
        width: 100%;
    }

    footer .footer-right {
        width: 100%;
        padding: 1rem 15px 0;
    }
}
