.dalci-component .hamburger-button{position:absolute;transition:.3s ease-in-out;padding-top:30px;width:40px;height:30px;display:block;z-index:100;margin-top:10px}.dalci-component .hamburger-button span:nth-child(3),.dalci-component .hamburger-button:hover .hamburger-button span:nth-child(2){width:100%}.dalci-component .hamburger-button span{position:absolute;height:4px;width:100%;background-color:#969;top:0;transition:transform .2s ease-in-out,opacity .2s ease-in-out}.dalci-component .hamburger-button span:nth-child(1){top:0}.dalci-component .hamburger-button span:nth-child(2),.dalci-component .hamburger-button span:nth-child(3){top:10px;width:80%}.dalci-component .hamburger-button span:nth-child(4){top:20px}.dalci-component .hamburger-button.active span{background-color:#fff}.dalci-component .hamburger-button.active span:nth-child(1),.dalci-component .hamburger-button.active span:nth-child(4){opacity:0}.dalci-component .hamburger-button.active span:nth-child(2){transform:rotate(45deg)}.dalci-component .hamburger-button.active span:nth-child(3){transform:rotate(-45deg)}.dalci-component .overlay{position:fixed;background:#969;top:0;left:0;width:100%;height:0%;opacity:0;visibility:hidden;transition:opacity .3s,visibility .3s,height .3s;display:flex;align-items:center;justify-content:center;z-index:90}.dalci-component nav{font-size:3rem;font-family:Roboto,sans-serif;text-align:center}.dalci-component nav ul{list-style:none;padding:0;margin:0}.dalci-component nav ul li{opacity:0;margin:3.9rem 0;letter-spacing:2px}.dalci-component nav ul li a{color:#fff;text-decoration:none;transition:opacity .2s ease;transition:.3s;font-family:'Abril Fatface',cursive;margin:3rem}@keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-25%,0,0)}100%{opacity:1;transform:translate3d(0,0,0)}}.dalci-component .overlay.visible{opacity:1;visibility:visible;height:100%}.dalci-component .overlay.visible li{animation:fadeInLeft .3s ease forwards}.dalci-component .overlay.visible li:nth-of-type(1){animation-delay:.23s}.dalci-component .overlay.visible li:nth-of-type(2){animation-delay:.26s}.dalci-component .overlay.visible li:nth-of-type(3){animation-delay:.29s}.dalci-component .overlay.visible li:nth-of-type(4){animation-delay:.32s}.dalci-component .overlay.visible li:nth-of-type(5){animation-delay:.35s}