.footer {background: var(--primary);color: var(--white);padding-top: 3.125rem;margin-top: 1.875rem;width: 100%;max-width: 1920px;margin-left: auto;margin-right: auto; } .footer p {margin-bottom: 0; } .footer a {color: var(--white);text-decoration: none;position: relative; } .footer a::after {content: "";height: 1px;background-color: var(--white);position: absolute;width: 0;left: 50%;bottom: 0;transition-duration: 0.25s;transition-property: width, left; } .footer a:hover::after, .footer a:focus::after {left: 0;width: 100%; } .footer a.btn::after, .footer a.map::after {content: none; } .footer .col-navs {display: flex;flex-direction: column;margin-top: 1.25rem; } .footer .row-navs {flex: 1 1 auto;align-items: flex-end; } .footer .nav.nav-row {justify-content: center; } .footer .nav.nav-row a {display: flex;align-items: center;justify-content: center;padding: 0.3125rem 0.625rem;border: solid 1px #777;margin: 0.3125rem;transition-property: border-color;transition-duration: 0.25s; } .footer .nav.nav-row a::after {content: none; } .footer .nav.nav-row a:hover, .footer .nav.nav-row a:focus {border-color: var(--white); } .footer .nav.nav-column {flex-direction: column; } .footer .nav.nav-column a {display: block;height: auto;padding: 0; } .footer .nav.nav-column a::after {content: none; } .footer .nav.nav-column a:hover, .footer .nav.nav-column a:focus {text-decoration: underline; } .footer .col-addr-l {display: flex;flex-direction: column;align-items: flex-end;justify-content: flex-end;text-align: right; } .footer .col-addr-r {display: flex;flex-direction: column;align-items: flex-start;justify-content: flex-end; } .footer .logo {display: block;text-align: center;margin: 1.875rem 0; } .footer .logo::after {content: none; } .footer .footer-copyright {font-weight: 200;font-size: 0.875rem;color: #aaa;background: rgba(0, 0, 0, 0.5);margin-top: 1.25rem; } .footer .footer-copyright .col {display: flex;flex-direction: column;justify-content: center;min-height: 57px; } .footer .footer-copyright a {color: #aaa; } .footer .footer-copyright a::after {background-color: #aaa; } 