@font-face {
  font-family: "Vogue";
  src: url("/static/fonts/Vogue.ttf");
}
@font-face {
  font-family: "Futura";
  src: url("/static/fonts/OPTIFutura Demibold It.ttf");
}
@font-face {
  font-family: "FuturaNit";
  src: url("/static/fonts/OPTIFuturaDemiBold.otf");
}
@font-face {
  font-family: "FuturaLight";
  src: url("/static/fonts/SansSerifFLF.otf");
}
@font-face {
  font-family: "FuturaIt";
  src: url("/static/fonts/Futura Medium Italic.otf");
}
footer {
  display: grid;
  /* overflow: hidden; */
  grid-template-columns: 30% 40% 30%;
  opacity: 0.8;
  color: #fff;
  padding: 2vh;
  height: 4vw;
  line-height: 4vw;
  font-style: bold;
  text-align: center;
  justify-content: space-between; /* justify items */
  font-size: calc((0.9em + 0.8vw) * 0.8);
}

.footer-name {
  margin-left: 10%;
  margin-top: auto;
  margin-bottom: auto;
  text-align: left;
  /* background-color: green; */
}

.to-top-page {
  text-align: right;
  margin-right: 10%;
  margin-top: auto;
  margin-bottom: auto;
  /* background-color: green; */
}

.to-top-page > button {
  font-size: calc((0.9em + 0.8vw) * 0.7);
}

.social-media-footer {
  text-align: center;
  /* background-color: red; */
  text-decoration: none;
  margin-left: auto;
  margin-right: auto;
  margin-top: auto;
  margin-bottom: auto;
  /* background-color: green; */
  display: flex;
}

.social-media-footer a {
  background-color: rgba(255, 255, 255, 0.2);
  padding: 1.1vw;
  margin: auto 2.1vw;
  text-align: center;
  margin-top: auto;
  margin-bottom: auto;
  /* line-height: 20px; */
  border-radius: 50%;
  color: #ffffff;
  transition: all 0.5s ease;
  height: 1.4vw;
  width: 1.4vw;
}

.social-media-footer a:hover {
  color: #24262b;
  background-color: #ffffff;
}

.to-top-page > button {
  background: none;
  border: none;
  cursor: pointer;
  color: white;
}

@media (max-width: 800px) {
  footer {
    height: 8vw;
    line-height: 8vw;
  }
  .footer-name {
    font-size: 2.8vw;
  }
  .to-top-page > button {
    font-size: 3vw;
  }
  .social-media-footer a {
    padding: 2.5vw;
    margin: auto 2vw;
    text-align: center;
    height: 3vw;
    width: 3vw;
  }
  .social-media-footer a i {
    font-size: 3vw;
  }
}/*# sourceMappingURL=footer.css.map */