.navbar {
    top: 0;
    width: 100%;
    z-index: 10;
    opacity: 0.9;
    background-color: none !important;
}

.image-gradient{
    background-color: none !important;
    background-image: url('../images/header-banner.png');
    background-size: cover;
    background-repeat: repeat-x;
}

.color-gradient{
    background: linear-gradient(to bottom, #E41919, #ffffff)
}

@media (max-width: 768px) {
    
    .image-gradient{
        background-image: none;
        background-color: white;
    }

    .navbar-nav .nav-link {
        color: black !important;
    }

    .navbar-nav .nav-link:hover {
        color: #E41919 !important;
    }
}