footer{background-color:var(--brand-carbon);color:var(--off-white);font-weight:600;overflow:hidden;padding:40px 20px;position:relative;text-align:left}footer .footer-content{padding-left:2rem;padding-right:2rem}footer p{color:var(--off-white)}footer .footer-top{display:flex;flex-direction:column}@media (min-width:768px){footer .footer-top{flex-direction:row}footer .footer-social{align-self:end;margin-left:20px;padding:0!important}}footer .footer-email{color:var(--brand-acid);font-size:3rem;text-decoration:none;transition:all .3s ease}footer .footer-email:hover{color:var(--brand-pink-bright)}@media (max-width:640px){footer .footer-top{align-items:center}footer .footer-top p{text-align:center}footer .footer-social{align-self:center!important;margin-top:.5rem;margin-top:0!important}footer .footer-bottom{flex-direction:column;margin:0!important}footer .footer-email{font-size:1.5rem}}footer .footer-social a{display:inline-block;margin:0 1rem 0 0}footer .footer-social img{height:45px;transition:transform .3s ease,filter .3s ease;width:45px}footer .footer-social a:hover img{filter:brightness(0) invert(3) sepia(9) saturate(5) hue-rotate(32deg);transform:scale(1.2)}@media (max-width:850px){footer .footer-social{align-self:flex-start;clear:left;margin-left:0!important;margin-top:1rem;padding:1rem 0}footer .footer-top{flex-direction:column}}footer .footer-bottom{display:flex;margin:10px 0;padding-top:20px;text-align:center}footer .footer-bottom p{color:var(--cloud);margin-right:2rem}footer .footer-bottom ul{display:flex;flex-wrap:wrap;gap:2rem;justify-content:center;list-style:none;padding:0}footer .footer-bottom ul li{margin:0 10px}footer .footer-bottom ul li a{color:var(--cloud);font-size:1rem;text-decoration:none}footer .footer-bottom ul li a:hover{text-decoration:underline}footer .footer-logo{animation:move-logo 10s linear infinite;height:50px;margin:1rem 0}@keyframes move-logo{0%{transform:translateX(100%)}to{transform:translateX(-100%)}}