.app__footerOverlay{width:100%;height:100%;z-index:-1;display:flex;flex-direction:column;position:absolute}.app__footerOverlay-black{height:25%;background:var(--color-black)}.app__footerOverlay-img{height:75%}.app__footer{margin-top:2.5rem;width:100%;position:relative;z-index:1;display:flex;justify-content:flex-start;align-items:center;flex-direction:column;background-color:#fff;padding-top:0;padding-bottom:20px;height:20rem}.app__footer,p{font-family:Georgia,Times New Roman,Times,serif}.app__footer-links{width:100%;display:flex;justify-content:space-between;align-items:center;font-family:Georgia,Times New Roman,Times,serif}.app__footer-links_contact,.app__footer-links_logo,.app__footer-links_work{text-align:center;justify-content:center;align-items:center;display:flex;flex-direction:column;height:15rem;width:40rem}.app__footer-links_logo img:first-child{margin-bottom:.5rem;height:150px;width:150px;object-fit:cover}.app__footer-links_icons{margin-top:1rem;display:flex;justify-content:center;gap:1.5rem}.app__footer-links_icons svg{color:var(--color-white);font-size:50px;cursor:pointer}.app__footer-links_icons svg:hover{color:var(--color-primary)}.app__footer-headtext{font-family:var(--font-base);color:var(--color-white);font-weight:550;letter-spacing:.04em;text-transform:capitalize;line-height:41.6px;padding:2rem;font-size:3rem}.footer__copyright{margin-top:3rem;text-align:center;width:100%;font-family:Georgia,Times New Roman,Times,serif}@media screen and (min-width:2000px){.app__footer-headtext{font-size:51px;line-height:61.6px}}@media screen and (max-width:1150px){.app__footer-links{align-items:center;flex-direction:column;padding:2rem}.app__footer-links_contact,.app__footer-links_logo,.app__footer-links_work{margin:2rem 0;width:100%}.app__footer-headtext{padding:2rem}}@media screen and (max-width:480px){.app__footer-headtext{padding:0}.app__footer-links{padding-top:0}}