footer{width:100%;background:var(--primary);padding:20px var(--gap-horizontal);gap:20px}footer #logo{width:58px;height:58px;background-image:url(/images/logo.svg)}footer #onemorething{max-width:886px;font-size:15px;font-weight:200;line-height:25px;text-align:center;color:var(--light-gray-200)}footer .socials{gap:28px}footer .socials li a{color:var(--light);font-size:26px}footer .socials li a:hover{color:var(--light-gray-200)}footer .hr{width:100%;border-bottom:1px solid var(--dark-green-300)}footer span{color:var(--light);font-size:15px}@media only screen and (max-width:768px){footer{padding:16px var(--gap-horizontal);gap:16px}footer #logo{width:38px;height:38px}footer #onemorething{font-size:12px;line-height:18px}footer span{font-size:12px}footer .socials li a{font-size:23px}}@media only screen and (max-width:375px){footer{padding:13px var(--gap-horizontal);gap:13px}footer #logo{width:32px;height:32px}footer #onemorething{font-size:12px;min-width:auto;line-height:17px}footer span{font-size:12px}footer .socials{gap:22px}footer .socials li a{font-size:18px}}header{width:100%;height:68px;background:#fffc;box-shadow:0 3px 8px 0 #acacac61;justify-content:space-between;position:fixed;top:0;z-index:99}header #brand{display:block;background-color:var(--primary);background-image:url(/images/logo.svg);background-size:38px 38px;background-position:20px;padding:0 20px 0 78px;transition:background-color .2s ease-in-out}header nav a{height:100%;font-family:Archivo,sans-serif;font-size:.875rem;line-height:1.25rem;padding:0 26px;color:var(--dark-gray-300)}header nav a.active,header nav a:hover{color:var(--secondary)}header nav a.active:after{position:absolute;content:"";bottom:0;border-bottom:4px solid var(--light-green-300);width:100%;left:0}@media only screen and (max-width:768px){header{height:58px}header #brand{width:58px;padding:0;text-indent:-200px;background-position:50%;background-size:33px}header nav a.active:after{display:none}}@media only screen and (max-width:375px){header{height:42px}header #brand{width:42px;background-position:50%;background-size:22px}}