@media only screen and (max-width: 479px) {
.mobile_small {
	font-size: 60%;
    white-space: nowrap;
    letter-spacing: 2px;
}

a.navbar-brand.logo {
	font-size:80%;
    white-space: nowrap 
}
}