/********* Menu Animation zoomIn **********/

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