/* Footer Styles */

footer.border-top {
    background-color: #000;
    border-color: #222 !important;
}

.footer-link {
    color: white;
    text-decoration: none;
    opacity: 0.7;
}

.footer-link:hover {
    opacity: 0.9;
}

.footer-copyright {
    opacity: 0.5;
}

.footer-info {
    font-size: 12px;
    opacity: 0.3;
}

