/* 
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/

@media (min-width: 320px) and (max-width: 480px) {
  
#header .col-md-6{
	    padding-bottom: 50px;
	    top:0 !important;
}

.navbar img{
	margin:auto;
}

}