.header-wrapper{z-index:3;background-color:#e2d9b5f0;border-bottom:1px solid #000;width:100%;position:fixed}.header-wrapper .header{justify-content:space-between;align-items:center;max-width:1440px;margin:1rem auto;font-family:Manrope Light;display:flex;position:relative}.header-wrapper .header .logo-wrapper{margin-right:2rem}.header-wrapper .header .nav-wrapper{align-items:center;display:flex}.header-wrapper .header .nav-wrapper .nav a{color:#282218;margin-right:2rem;padding-bottom:2px;font-size:.875rem;font-weight:600;line-height:2;transition:all .2s linear}.header-wrapper .header .nav-wrapper .nav a:hover{border-bottom:1px solid #000}.header-wrapper .header .nav-wrapper button{background-color:unset;color:#282218;cursor:pointer;border:none}.header-wrapper .header .user-wrapper{align-items:center;display:flex}.header-wrapper .header .user-wrapper img{cursor:pointer;margin-right:3rem}.header-wrapper .header .user-wrapper button{letter-spacing:1px;cursor:pointer;background-color:#d5f166;border:1px solid #282218;border-radius:50px;padding:.5rem 1.5rem;font-family:NyghtSerif DarkItalic;font-size:1.25rem;font-weight:700}.header-wrapper .header .user-wrapper button:hover{background-color:#76a025;transition:all .3s linear}.header-wrapper .header .burger-btn{display:none}.header-wrapper .burger-menu{background-color:#e3dab5;flex-direction:column;justify-content:space-between;align-items:center;width:100%;height:100vh;padding:10rem 2rem;display:flex;position:absolute;top:0;left:0}.header-wrapper .burger-menu .nav{flex-direction:column;display:flex}.header-wrapper .burger-menu .nav a{text-align:center;margin-bottom:1.5rem;font-size:1.25rem}.header-wrapper button{background-color:unset;color:#282218;cursor:pointer;border:none}@media (max-width:1400px){.header-wrapper .header{margin:1rem}}@media (max-width:1000px){.header-wrapper .header .user-wrapper img,.header-wrapper .header .nav-wrapper .nav a{margin-right:1rem}}@media (max-width:888px){.header-wrapper .header .user-wrapper button{padding:.5rem 1rem;font-size:1rem}.header-wrapper .header .nav-wrapper .nav a{margin-right:.5rem}}@media (max-width:790px){.header-wrapper .header{margin:.2rem 1rem}.header-wrapper .header .nav-wrapper{justify-content:space-between;width:100%}.header-wrapper .header .nav-wrapper img{width:70px;position:relative;top:3px}.header-wrapper .header .nav-wrapper .nav,.header-wrapper .header .user-wrapper{display:none}.header-wrapper .header .burger-btn{width:30px;display:block}}
.footer-container{z-index:2;background-color:#4a3e30;width:100%;position:absolute;bottom:0}.footer-container .footer{color:#d5f166;justify-content:space-between;max-width:60rem;margin:0 auto;padding:2rem 0;display:flex}.footer-container .footer>div:first-of-type{grid-template-columns:repeat(3,1fr);column-gap:60px;display:grid}.footer-container .footer>div:first-of-type p{color:#d5f166;margin-bottom:1rem;font-weight:300}.footer-container .social-links{flex-direction:column;justify-content:space-between;align-items:end;display:flex}.footer-container .social-links p{color:#d5f166}.footer-container img{width:40px}.footer-container img:last-of-type{width:35px;margin-left:1rem;position:relative;top:-3px}@media (max-width:1000px){.footer-container .footer{padding:1rem}}@media (max-width:768px){.footer-container .footer>div:first-of-type{column-gap:15px}}@media (max-width:600px){.footer-container .footer>div:first-of-type{column-gap:5px}}@media (max-width:500px){.footer-container .footer>div:first-of-type{display:none}.footer-container .social-links{flex-direction:unset;align-items:center;width:100%}.footer-container .social-links p{color:#d5f166}.footer-container .social-links img{margin-left:0;margin-right:1rem;top:3px}}
