.navbarhead {
    font-size: 25px !important;
}

@media only screen and (max-width: 600px) {
    .navbarhead {
        font-size: 10px !important;
    }
}