.header{width:100%;background-color:#fff;padding:.8rem 1rem;box-shadow:0 4px 10px rgba(0,0,0,.1);position:fixed;top:0;left:0;z-index:1000;justify-content:space-between}.header,.logo-container{display:flex;align-items:center}.logo-container{justify-content:flex-start;margin-left:28px}.logo-container img{height:50px;width:auto}.header-icons{margin-right:8px;margin-left:auto;display:flex;align-items:center;gap:.8rem}.nav-links{gap:.5rem}.nav-links,.nav-links a{display:flex;margin-left:2rem;font-size:1rem}.nav-links a{font-weight:500;text-decoration:none;color:#5b222b;padding:10px}.nav-links a:hover{font-weight:600;color:#5b222b}.nav-links a.active{text-decoration:underline;text-decoration-thickness:3px;text-underline-offset:10px;font-weight:700}.transparent-menu{background:transparent!important;border:none!important;padding:0!important;display:flex;align-items:center;justify-content:center;cursor:pointer}.transparent-menu:focus,.transparent-menu:hover{outline:none!important;background:none!important}.amplify-menu__content__item:hover{background-color:#5b222b!important}.loading-screen-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;display:flex;justify-content:center;align-items:center;background:hsla(0,0%,94%,.9);z-index:1000}