.waves{position:relative;margin-top:20px;width:100%;height:5vh;margin-bottom:-7px}.waves-parallax>use{animation:move-forever 25s cubic-bezier(.55,.5,.45,.5) infinite;transform-origin:center}.waves-parallax>use:first-child{animation-delay:-2s;animation-duration:7s}.waves-parallax>use:nth-child(2){animation-delay:-3s;animation-duration:10s}.waves-parallax>use:nth-child(3){animation-delay:-4s;animation-duration:13s}.waves-parallax>use:nth-child(4){animation-delay:-5s;animation-duration:20s}@keyframes move-forever{0%{transform:translate3d(-90px,0,0)}to{transform:translate3d(85px,0,0)}}@media (max-width:768px){.waves{margin-top:20px;height:20px;min-height:20px}}.hamburger-menu{width:30px;height:30px;position:relative;transition:.1s;margin:10px;cursor:pointer;display:inline-block}.hamburger-menu span{width:5px;height:5px;background-color:whitesmoke;display:block;border-radius:50%;position:absolute}.hamburger-menu:hover span{transform:scale(1.2);transition:.35s cubic-bezier(.8,.5,.2,1.4)}.hamburger-menu span:first-child{left:0;top:0}.hamburger-menu span:nth-child(2){left:12px;top:0}.hamburger-menu span:nth-child(3){right:0;top:0}.hamburger-menu span:nth-child(4){left:0;top:12px}.hamburger-menu span:nth-child(5){left:12px;top:12px}.hamburger-menu span:nth-child(6){right:0;top:12px}.hamburger-menu span:nth-child(7){left:0;bottom:0}.hamburger-menu span:nth-child(8){left:12px;bottom:0}.hamburger-menu span:nth-child(9){right:0;bottom:0}.hamburger-menu.open{transform:rotate(180deg);transition:.2s cubic-bezier(.8,.5,.2,1.4)}.hamburger-menu.open span{border-radius:50%;transition-delay:.2s;transition:.5s cubic-bezier(.8,.5,.2,1.4)}.hamburger-menu.open span:nth-child(2){left:6px;top:6px}.hamburger-menu.open span:nth-child(4){left:6px;top:18px}.hamburger-menu.open span:nth-child(6){right:6px;top:6px}.hamburger-menu.open span:nth-child(8){left:18px;bottom:6px}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate-fade{animation:fadeIn .3s ease-in-out}