.header{
	position: fixed;
	width: 100%;
	z-index: 1001;
}

.logo img{
  transition: height .3s ease;
}

.logo img.shrinked{
  height: 3.5rem!important;
}