#banner .header {
    position: relative;
    background-color: #ffffff;
    padding: 15px 0;
    /*box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);*/
    background: transparent;
}
.slogan-container {
    color: #4c4c4c;
}
 #banner .main-menu .nav-link {
    color: #4c4c4c;
}
.mySwiper {
    display: none;
}
.project-grid {
    grid-template-columns: repeat(3, 1fr);
}
 #banner .social-links a {
    color: #4c4c4c;
}
#banner .main-menu .menu-separator {
    color: #4c4c4c;
}
#banner .social-links .social-separator {
    color: #4c4c4c;
}
#banner .main-menu .nav-link:hover, #banner .social-links a:hover{
    color: #bfbfbf;
}
@media (max-width: 768px) {
    .project-grid {
        grid-template-columns: 1fr;
    }
}