/********* Menu Animation zoomInDown **********/

nav ul li:hover > ul {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}