@media only screen
	and (min-width : 320px)
    and (max-width : 486px){
		
			.navbar-brand{
	font-size: 8.5px;
}
		
}
