/* Footer Styles */
.footer-modern {
    background-color: #333333 !important;
    color: #ffffff;
}

.footer-modern h6 {
    color: #ffffff !important;
    font-weight: 300;
}

.footer-links .footer-link {
    color: #cccccc;
    text-decoration: none;
    transition: none;
    display: inline-block;
    padding: 0.25rem 0;
    font-size: 0.8rem;
    font-weight: 300;
}

.footer-links .footer-link:hover {
    color: #ffffff;
}

.footer-divider {
    border-color: #666666;
}

.footer-bottom-text {
    color: #cccccc !important;
}

.footer-bottom-text strong {
    color: #ffffff !important;
}
