@keyframes slideLeftToRight{0%{z-index:1;opacity:0;left:-100%}40%{opacity:1}to{z-index:30;left:0}}.showNavigationBar{animation:slideLeftToRight .5s ease-in-out forwards}@keyframes slideDownMobile{0%{max-height:0;opacity:0}50%{opacity:1}to{max-height:100%}}.mobileMenuOpenAnimation{overflow:hidden;max-height:100%;animation:slideDownMobile .6s linear}
