footer{background-color:var(--primary);color:var(--light);margin-top:var(--section-padding)}footer,footer a{text-decoration:none}footer .footer-top{height:50vh}footer .footer-top picture,footer .footer-top picture img{height:100%;width:100%}footer .footer-top picture img{object-fit:cover}footer .footer-top:after,footer .footer-top:before{content:"";left:0;position:absolute;width:100%}footer .footer-top:before{background-color:var(--primary);bottom:-10vh;height:50%;transform:skewY(4deg);z-index:1}footer .footer-top:after{background-color:var(--grey);bottom:10vh;height:4px;transform:skewY(6deg);z-index:2}footer .footer-middle{align-items:flex-end;display:flex;justify-content:space-around;padding-top:var(--gap-padding);z-index:2}footer .footer-middle .footer-title{font-weight:700;margin-bottom:var(--min-gutter);text-transform:uppercase}footer .footer-middle .contact svg{display:none}footer .footer-middle picture{height:14vh}footer .footer-bottom{padding:var(--mid-padding);text-align:center}footer .footer-bottom a{text-decoration:underline}@media screen and (max-width:800px){footer .footer-middle{align-items:center;flex-direction:column;text-align:center}footer .footer-middle>*+*{margin-top:var(--gutter)}}