nav a, 
.site-header nav a, 
.navbar a, 
header a {
    font-family: 'Manrope', sans-serif !important;
    font-size: 17px !important;
    font-weight: 600 !important;
    letter-spacing: 0.3px;
    color: #ffffff !important;
    text-decoration: none;
    transition: all .3s ease;
}
nav a:hover,
.site-header nav a:hover,
.navbar a:hover,
header a:hover {
    color: #dff9ff !important;
    text-shadow: 0 0 8px rgba(255, 255, 255, 0.35) !important;
}
@media(max-width:768px){

    nav a{

        font-size:15px;

        font-weight:600;

    }

}