footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 70px;
  box-sizing: border-box;
  background-color: var(--gray1);
  display: flex;
  align-items: center;
  padding: 0 clamp(20px, 2.2vw, 40px);
}
footer h1 {
  font-size: clamp(12px, 2vw, 16px);
  color: white;
  margin-right: auto;
}
footer div.socials h1 {
  display: none;
}
@media only screen and (min-width: 600px) {
  footer div.socials h1 {
    display: inline;
  }
}

/*# sourceMappingURL=footer.css.map */
