footer {
  background-color: var(--green);
  color: var(--white);
}

footer span {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 900;
}

footer .social-media {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

footer .infos p {
  font-size: 0.7rem;
  margin-top: 10px;
  font-weight: 100;
}

footer .infos strong {
  font-weight: 900;
}

footer .infos label {
  font-weight: 900;
}

footer nav a:hover {
  text-decoration: none !important;
}

footer .infos a {
  background: transparent;
}

footer .footerline > span {
  font-weight: 300 !important;
  letter-spacing: 0 !important;
  font-size: 0.7rem;
}

footer .footerline span > a {
  font-weight: 900;
  font-size: 0.7rem;
}

footer .button {
  color: var(--light-green);
  border: 1px solid var(--light-green);
  border-radius: 999px;
  font-weight: 900;
  padding: 3px 12px;
}

footer .social-media .element.facebook {
  background-image: url("../Icons/facebook_white.svg");
}

footer .social-media .element.instagram {
  background-image: url("../Icons/instagram_white.svg");
}
footer .social-media .element.linkedin {
  background-image: url("../Icons/linkedin.svg");
}
