﻿/* Footer */

.footer {
    background-color: black; /* fallback */
    background-image: url('/images/bg-footer.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: white;
    padding: 3rem 0;
    border-top: 28px solid #cd2122;
}


/*.footer {
    background-color: black;*/ /* fallback */
    /*background: linear-gradient(to bottom, #3d3d3d, #2b2b2d);
    color: white;
    padding: 3rem 0;
}*/

.footer-contact {
    margin-bottom: 2rem;
}

.footer-logo {
    max-width: 200px;
    height: auto;
    margin-bottom: 1.5rem;
}

.footer-address {
    font-size: 1.0rem;
    line-height: 1.6rem;
    margin-bottom: 1.5rem;
    font-family: 'Arimo', sans-serif;
}

.footer-phone {
    display: block;
    font-size: 1.4rem;
    line-height: 1.6rem;
    margin-bottom: 0.5rem;
    font-family: 'Arimo', sans-serif;
    letter-spacing: 1px;
    font-weight: bold;
}

.footer-btn {
    display: inline-block;
    background-color: transparent;
    color: white;
    border: 1px solid white;
    padding: 0.75rem 1.5rem;
    border-radius: 15px;
    font-size: 1rem;
    text-transform: uppercase;
    text-decoration: none;
    font-family: 'Arimo', sans-serif;
    margin: 1rem 0;
}

    .footer-btn:hover {
        background-color: #d9a912;
        border-color: #d9a912;
        color: white;
    }

.footer-social {
    display: flex;
    gap: 1rem;
    display: none;
}

.footer-social-link {
    color: white;
    font-size: 1.2rem;
    text-decoration: none;
}

    .footer-social-link:hover {
        color: #b71f25;
    }

.footer-links {
    margin-bottom: 2rem;
}

.footer-links-title {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 1rem;
    font-family: 'Montserrat', serif;
    text-transform: uppercase;
}

.footer-links-list {
    list-style: none;
    padding: 0;
    margin: 0 0 0 20px;
}

    .footer-links-list li {
        margin-bottom: 0.5rem;
    }

    .footer-links-list a {
        color: #d3d4d6;
        font-size: 1rem;
        font-family: 'Arimo', sans-serif;
        font-weight: 600;
        text-decoration: none;
    }

        .footer-links-list a:hover {
            color: #fff;
        }

.footer-gaf {
    max-width: 300px;
    height: auto;
    margin-top: 1.5rem;
}

.footer-bottom {
    text-align: center;
    color: #d3d4d6;
    padding-top: 2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-copyright {
    font-size: 0.75rem;
    font-family: 'Arimo', sans-serif;
    margin-bottom: 0;
}

.footer-webpro {
    color: #d3d4d6;
    text-decoration: none;
}

    .footer-webpro:hover {
        color: white;
        text-decoration: none;
    }

.footer-veterans {
    text-align: center;
}

.veterans-img {
    max-width: 150px;
    height: auto;
    display: block;
    margin: 0 auto;
}

.veterans-text {
    font-size: 0.75rem;
    color: #d3d4d6;
    margin-top: 0.8rem;
    margin-bottom: 1.5rem;
    font-family: 'Arimo', sans-serif;
}


@media (max-width: 767px) {


    .footer-contact,
    .footer-links,
    .footer-social {
        text-align: center;
    }

    .footer-social {
        display: none;
        justify-content: center; /* Centers flex items */
    }

    .footer-btn {
        margin-left: auto;
        margin-right: auto; /* Centers the Contact Us button */
    }

    .footer-links {
        display: none; /* Hide links on mobile */
    }

    .footer-logo,
    .footer-gaf {
        display: block;
        margin: 1rem auto 0 auto; /* Center images with optional top margin */
        max-width: 200px;
    }

    .footer-logo {
        margin-bottom: 25px; /* Extra spacing under logo */
    }
}
