@media only screen and (max-width: 500px) {
    /* mobile view */
    .navbar-brand{
        font-size:14px;
    }
}