#header-menu{align-items:flex-end;display:flex;flex-direction:column;justify-content:flex-start}#header-menu .menu-btn{align-items:center;background-color:hsla(0,0%,100%,.1);display:flex;height:3rem;justify-content:center;padding:5px;position:relative;width:3.5rem;z-index:200}#header-menu .menu-btn .line{background-color:#fff;display:block;height:3px;position:absolute;transform:rotate(0deg);transition:.8s;width:70%}#header-menu .menu-btn .line:first-child{top:30%}#header-menu .menu-btn .line:nth-child(2){top:50%}#header-menu .menu-btn .line:nth-child(3){top:70%}#header-menu .menu-btn.open .line:first-child{top:50%;transform:rotate(45deg)}#header-menu .menu-btn.open .line:nth-child(2){opacity:0}#header-menu .menu-btn.open .line:nth-child(3){top:50%;transform:rotate(-45deg)}#header-menu .menu-btn.open+.link-container{align-items:flex-end;background:#2d4079;border-bottom:2px solid hsla(0,0%,100%,.3);display:flex;flex-direction:column;justify-content:center;min-height:33vh;opacity:1;padding:32px 15px;position:relative;right:0;z-index:100}#header-menu .menu-btn.open+.link-container a{margin-top:10px}#header-menu .link-container{height:0;opacity:0;overflow:hidden;transition:.8s}@media screen and (min-width:768px){#header-menu .menu-btn{display:none}#header-menu .link-container{display:flex;justify-content:flex-end;min-height:2rem;opacity:1}#header-menu .link-container a{display:block;margin-right:10px;min-width:70px;text-align:center}}

/*# sourceMappingURL=app.css.map*/