.social-links__title{font-family:sucrosebold;font-size:1.2rem;margin:1rem 0}.footer-container{background:var(--black);color:var(--white);display:flex;flex-grow:1;justify-content:space-evenly;padding:3rem}.footer-container__wrapper{display:flex;flex-flow:wrap;margin:2rem 1rem;width:25%}.footer-container__wrapper h4,.footer-copyright{color:var(--white)}.footer-copyright{background:var(--black);padding-bottom:2rem;padding-left:1rem}.footer-container .footer-icons a{margin:0 .5rem}.footer-logo img{height:3.5rem;width:auto}.footer-bg{background-color:var(--brand-gray)}.footer-button{margin-top:1rem}.footer-button__link{background:var(--brand-red);border-width:0;color:var(--white);font-family:sans-serif;font-size:13px;padding:1rem;transition:all .2s ease;width:auto}.footer-button__link:hover{background:var(--yellow);color:var(--white);text-decoration:none}@media screen and (max-width:900px){.footer-container{flex-flow:column}.footer-container__wrapper{width:100%}.footer-container .footer-icons a{margin:.2}.footer-copyright{margin-left:0;text-align:center}}@media screen and (min-width:1800px){.footer-container{padding:4rem 10rem}}