/* CSS for Mobile Media Query */




@media (min-width: 750px) and (max-width: 970px) {

    .navbar-inverse {
        font-size: 1.2em;
    }

}