/********* Menu Animation shake **********/

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