/* EMERGENCY COLOR FIXES */
/* body {
    color: #171717 !important; /* --color-gray-900 */
    /* background: #FFFFFF !important;
} */

/* h1, h2, h3, h4, h5, h6 {
    color: #1A1A1B !important; /* --color-secondary */
/* } */

/* p, li, span, div {
    color: #404040 !important; /* --color-gray-700 */
/* }  */ 

/* Fix navbar text */
/* .navbar-nav .nav-link {
    color: #FFFFFF !important;
}

.navbar-nav .nav-link:hover {
    color: #FF7F50 !important; /* --color-primary */
/* }  */

/* Fix hero section contrast */
.hero-section h1, .about-hero-section h1,
.hero-section h2,
.hero-section p {
    color: #FFFFFF !important;
    text-shadow: 0 2px 4px rgba(0,0,0,0.5) !important;
}

.stat-card .stat-icon img{
    width: 25%;
}

.footer-menu li a{
    color: #fff !important;
    text-decoration: none;
}
