.navigation {
        font-size: 15px;
}

@media screen and (max-width: 1300px) {
    .navigation {
      
        font-size: 12px;
    }
}