.slide-down-enter-active,.slide-down-leave-active{transition:max-height .3s ease,opacity .3s ease,padding .3s ease}.slide-down-enter-from,.slide-down-leave-to{max-height:0;opacity:0;padding-bottom:0;padding-top:0}.slide-down-enter-to,.slide-down-leave-from{max-height:500px;opacity:1;padding-bottom:1rem;padding-top:1rem}header{animation:headerSlideDown .8s ease-out forwards;opacity:0}header img{animation:logoPop .8s ease-out .2s forwards;opacity:0}header nav a{animation:navFadeIn .6s ease-out forwards;opacity:0}header nav a:first-child{animation-delay:.3s}header nav a:nth-child(2){animation-delay:.4s}header nav a:nth-child(3){animation-delay:.5s}header nav a:nth-child(4){animation-delay:.6s}header nav a:nth-child(5){animation-delay:.7s}header .container>div:nth-child(3) a{animation:btnPulseIn .6s ease-out forwards;opacity:0}header .container>div:nth-child(3) a:first-child{animation-delay:.9s}header .container>div:nth-child(3) a:nth-child(2){animation-delay:1.1s}@keyframes headerSlideDown{0%{opacity:0;transform:translateY(-40px)}to{opacity:1;transform:translateY(0)}}@keyframes logoPop{0%{opacity:0;transform:scale(.8)}60%{opacity:1;transform:scale(1.1)}to{opacity:1;transform:scale(1)}}@keyframes navFadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@keyframes btnPulseIn{0%{opacity:0;transform:scale(.9)}70%{opacity:1;transform:scale(1.05)}to{opacity:1;transform:scale(1)}}
