/********* Menu Animation fadeIn **********/

nav ul li:hover > ul {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}