/********* Menu Animation fadeInUpBig **********/

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