﻿.footer {
    font-size: 15px;
    color: #444;
}

.footer-logo {
    height: 38px;
    opacity: 0.9;
}

.footer-copy {
    font-weight: 500;
}

.footer-links a {
    color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
    text-decoration: none;
    margin: 0 4px;
    font-weight: 500;
    font-size: 1.0rem;
}

.footer-links span {
    margin: 0 4px;
    color: #aaa;
}

.footer-links a:hover {
    text-decoration: underline;
}

.footer-site a {
    color: #555;
    font-weight: 600;
    text-decoration: none;
}

    .footer-site a:hover {
        color: #007bff;
    }

@media (min-width: 768px) {
    .footer-links a {
        font-size: 0.88rem;
    }
}
