header img {
height: 60px;
width: auto;
margin: 0;
}

@media (max-width: 767px){
	header img {
		height: 35px;
		width: auto;
		margin: 13px;
	}
}