footer{display:flex;justify-content:space-between;align-items:center;background-color:var(--white);width:85vw;height:56px;min-height:56px;border-radius:6px;padding:0 3%;position:relative;z-index:60;box-shadow:0 0 32px 0 rgba(0,0,0,.08);margin-bottom:-32px}@media screen and (max-width:768px){footer{height:48px;min-height:48px}}@media screen and (max-width:560px){footer{height:auto;min-height:auto;flex-direction:column;gap:16px;padding:16px 3%}}footer .footerSocials{display:flex;justify-content:space-between;align-items:center;gap:1.25rem}@media screen and (max-width:768px){footer .footerSocials{gap:.85rem}}footer .footerSocials a{display:flex;justify-content:center;align-items:center;height:28px;width:28px;overflow:hidden;border-radius:6px;background-color:#000}footer .footerSocials a#linkedin{background-color:#1570d7}footer .footerSocials a#x{background-color:#1d2b3a}footer .footerSocials a#github{background-color:#272c31}footer .footerSocials a#dribbble{background-color:#fe5599}footer .footerSocials a#behance{background-color:#0963ff}footer .footerSocials a#medium{background-color:#1a1c1e}footer .footerSocials a#instagram{background-color:#d6249f;background:radial-gradient(circle at 30% 107%,#fdf497 0,#fdf497 5%,#fd5949 45%,#d6249f 60%,#285aeb 90%)}@media screen and (max-width:768px){footer .footerSocials a{height:22px;width:22px}}@media screen and (max-width:500px){footer .footerSocials a{margin-top:-2px;height:22px;width:22px}}footer .footerSocials a img{max-width:60%;max-height:60%;align-self:center;transition:all .1s ease-in-out}footer .footerSocials a img:hover{filter:brightness(1.3)}footer .footerSocials a img#kleinPixel{max-width:100%;max-height:100%;padding:0}footer p{color:var(--black);font-size:1.25rem;font-weight:700;white-space:nowrap}@media screen and (max-width:768px){footer p{font-size:1rem}}@media screen and (max-width:500px){footer p{font-size:.75rem}}