.footer{background-color:var(--color-green_light);grid-column:full-start/full-end;padding:6rem 6rem 0 6rem}.footer__logo-box{text-align:center;padding-bottom:5rem}.footer__logo{width:20rem;height:auto}.nav{list-style:none;display:grid;grid-template-columns:repeat(auto-fit,minmax(15rem,1fr));gap:3rem;align-items:center}@media only screen and (max-width:58em){.nav{grid-template-columns:repeat(3,minmax(25rem,1fr))}}@media only screen and (max-width:37.5em){.nav{grid-template-columns:repeat(1,minmax(25rem,1fr))}}.nav__link:link,.nav__link:visited{font-size:1.4rem;color:var(--color-green);text-decoration:none;font-family:var(--main-typography);text-transform:uppercase;text-align:center;padding:1.5rem;display:block;transition:all .2s}@media only screen and (max-width:37.5em){.nav__link:link,.nav__link:visited{font-size:2.5rem}}.nav__link:active,.nav__link:hover{background-color:rgba(0,0,0,.05);transform:translateY(-3px)}.copyright{font-size:1.4rem;color:var(--color-green);margin-top:1rem;margin-right:auto;margin-left:auto;text-align:center;width:100%;border-top:1px solid var(--color-green);padding:3rem}@media only screen and (max-width:37.5em){.copyright{width:70%}}