.menu-header {
  transition: box-shadow 0.5s;
}
.menu-header.scrolling {
  box-shadow: 0 0 19px 5px #ccc;
}
