/********* Menu Animation rubberBand **********/

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