.navigation{padding:3rem 1rem 1rem;height:10vh;font-family:Instrument Sans,sans-serif;justify-content:space-between;position:relative;z-index:10}.logo,.navigation{display:flex;align-items:center}.logo{height:40px}.menu-items{display:flex;gap:3rem;font-family:Inter;font-weight:500;align-items:center;color:black}.link{color:#1C0433;padding:.5rem;text-decoration:none}.link:hover{font-size:larger;color:#266F77;transition:.4s}.hamburger{display:none;cursor:pointer;flex-direction:column;gap:.2rem}.hamburger.active div:first-child{transform:translateY(9px) rotate(45deg)}.hamburger.active div:nth-child(2){opacity:0}.hamburger.active div:nth-child(3){transform:translateY(-9px) rotate(-45deg)}.hamburger div{width:25px;height:3px;background-color:#1C0433}@media (max-width:1120px){.navigation{justify-content:space-between}.menu-items{display:none;flex-direction:column;position:fixed;top:0;left:0;width:100%;height:100%;background-color:#ffffff;justify-content:center;align-items:center;transition:transform .4s ease;transform:translateY(-100%)}.menu-items.active{display:flex;transform:translateY(0)}.hamburger{display:flex}}.homepage-footer{display:flex;justify-content:space-between;align-items:center;padding:1em;border-top:solid #000;font-family:Instrument Sans,sans-serif;font-weight:700;gap:10%;font-size:larger}.homepage-footer .img-container,.homepage-footer .socials,.homepage-footer p{width:30%}.socials{display:flex;justify-content:center;gap:20px}.social-icon{color:#266F77}.social-icon:hover{color:#BDB486;transition:.5 ease}@media (max-width:1200px){.homepage-footer{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:30px;text-align:center}.homepage-footer .img-container,.homepage-footer .socials,.homepage-footer p{width:auto}}