@import"https://fonts.googleapis.com/css2?family=Epunda+Slab:wght@400;600;700&display=swap";*{box-sizing:border-box}html,body{margin:0;padding:0}body{font:16px/1.6 Open Sans,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;color:var(--text);background:#fff}h1,h2,h3{font-family:Epunda Slab,Georgia,serif;font-weight:500;text-align:center;font-size:2.2rem;color:#2e5e4e}:root{--green:#2E5E4E;--beige:#F5F1E6;--grey:#888;--text:#000;--bg:#fff}.navbar{display:flex;justify-content:space-between;align-items:center;background:#f5f1e6;padding:.75rem 2rem;position:sticky;top:0;z-index:1000}.logo{width:150px;height:auto}.nav-links{display:flex;align-items:center;gap:7rem;margin-right:7rem;font-size:1.1rem}.nav-links a{font-family:Epunda Slab,serif;font-size:1.1rem;font-weight:500;color:#2e5e4e;text-decoration:none;transition:color .2s,font-weight .2s}.nav-links a:hover{color:gray;font-weight:700}.nav-toggle{display:none;font-size:1.8rem;background:none;border:none;cursor:pointer;color:#2e5e4e}.mobile-menu{position:fixed;top:0;left:0;width:100%;height:100vh;background:linear-gradient(to bottom,#e8f3f5,#f5f1e6);display:none;flex-direction:column;justify-content:space-between;padding:2rem;z-index:2000}.menu-header{display:flex;justify-content:space-between;align-items:center}.menu-close{font-size:2rem;background:none;border:none;cursor:pointer}.menu-links{display:flex;flex-direction:column;align-items:center;gap:1.5rem;font-family:Epunda Slab,serif}.menu-links a{text-decoration:none;font-size:1.5rem;color:#2e5e4e;font-weight:500}.menu-links a:hover{font-weight:700}.menu-footer{text-align:center;color:#2e5e4e}.socials{display:flex;justify-content:center;gap:1rem;margin-bottom:.5rem}.socials a{font-size:1.2rem;color:#2e5e4e;text-decoration:none}.footer{background:linear-gradient(to right,#e8f3f5,#f5f1e6);padding:40px 20px;font-family:Arial,sans-serif;color:#2e5e4e;margin:30px 45px 45px}.footer-container{display:flex;justify-content:space-between;flex-wrap:wrap;max-width:1200px;margin:auto;gap:40px}.footer-left{flex:1}.logo-block{display:flex;flex-direction:row;align-items:center;gap:20px}.footer .logo{width:120px;height:auto;padding:10px 0}.socials{display:flex;flex-direction:column;gap:6px}.socials .icons{display:flex;flex-direction:row;gap:12px;justify-content:center}.follow{font-size:14px;font-weight:700;margin:0}.footer .socials a{font-size:20px;color:#1c3b2a;transition:.3s}.footer .socials a:hover{color:#2e5e4e}.footer-right{flex:2;display:flex;gap:60px;justify-content:center;flex-wrap:wrap}.footer-col h4{font-size:16px;margin-bottom:12px;font-weight:700}.footer-col a{display:block;margin-bottom:6px;font-size:14px;color:#2e5e4e;text-decoration:none;transition:.3s}.footer-col a:hover{text-decoration:underline}.footer-bottom{margin-top:30px;text-align:center;font-size:14px;max-width:1200px;margin-left:auto;margin-right:auto;color:#2e5e4e}@media(max-width:767px){.nav-links{display:none}.nav-toggle{display:block}.socials{justify-content:center}}@media(min-width:768px){.nav-links{display:flex!important;margin-right:4rem;gap:4rem}.nav-toggle{display:none}}@media(max-width:768px){.footer-container{flex-direction:column;align-items:center;text-align:center;gap:2rem}.footer-right{flex-direction:column;gap:2rem}.footer-col{align-items:center}}
