@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
footer {
  display: flex;
  height: 15dvh;
  background-color: #151517;
  justify-content: space-around;
}
footer .footer-logo {
  color: rgb(216, 70, 70);
  cursor: pointer;
  font-size: 1.3rem;
  padding: 3dvh;
}
footer .footer-links {
  padding: 3dvh;
  display: flex;
}
footer .footer-links p {
  color: #fff;
  margin-right: 3dvh;
  font-family: "Open Sans", serif;
  font-size: 1.2rem;
  cursor: pointer;
}
footer .footer-links p:hover {
  color: rgb(216, 70, 70);
}
footer .footer-icons {
  color: #fff;
  cursor: pointer;
  font-size: 1.4rem;
  padding: 3dvh;
  display: flex;
}
footer .footer-icons i {
  margin-right: 3dvh;
}
footer .footer-icons i:hover {
  color: rgb(216, 70, 70);
}

@media screen and (max-width: 320px) {
  footer {
    height: 17dvh !important;
  }
}
@media screen and (max-width: 320px) {
  .footer-logo {
    padding: 1dvh !important;
  }
}
@media screen and (max-width: 320px) {
  .footer-links {
    padding: 1dvh !important;
  }
}
@media screen and (max-width: 480px) {
  .footer-icons {
    padding: 1dvh !important;
  }
}
@media screen and (max-width: 480px) {
  footer {
    display: flex !important;
    flex-direction: column !important;
    text-align: center !important;
  }
}
@media screen and (max-width: 480px) {
  .footer-icons {
    display: flex !important;
    flex-direction: row !important;
  }
}/*# sourceMappingURL=footer.css.map */