@font-face {
  font-family: "Blinker";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/blinker/blinker-v4-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../fonts/blinker/blinker-v4-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/blinker/blinker-v4-latin-regular.woff2") format("woff2"), url("../fonts/blinker/blinker-v4-latin-regular.woff") format("woff"), url("../fonts/blinker/blinker-v4-latin-regular.ttf") format("truetype"), url("../fonts/blinker/blinker-v4-latin-regular.svg#Blinker") format("svg");
  /* Legacy iOS */
}
body {
  background: #5C5960 url("../media/it2m.jpg") no-repeat bottom;
  background-size: contain;
  height: 100vh;
}
body .pic {
  position: absolute;
  bottom: 0;
  z-index: 1;
}
body .pic .bg-resize {
  width: 100%;
  visibility: hidden;
}
body .content {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -60%);
  font-family: "Blinker", sans-serif;
  font-weight: bold;
  color: white;
  text-align: center;
  z-index: 2;
}
body .content .headline {
  user-select: none;
}
body .content .headline .hl-main, body .content .headline .hl-sub {
  font-size: 3rem;
  padding: 0 3rem;
  text-shadow: 0.1rem 0.1rem #111;
}
body .content .headline .hl-main {
  font-size: 5rem;
}
body .content .headline hr {
  margin: 0;
  border-radius: 0.5rem;
  height: 0.3rem;
}
body .content .text {
  margin-top: 3rem;
  text-align: center;
}
body .content .text .contact {
  margin-bottom: 0;
}

@media (max-width: 1144px) {
  body .content {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -55%);
  }
  body .content .headline .hl-main, body .content .headline .hl-sub {
    font-size: 2.2rem;
    padding: 0 2rem;
  }
  body .content .headline .hl-main {
    font-size: 3.8rem;
  }
  body .content .headline hr {
    margin: 0;
    border-radius: 0.5rem;
    height: 0.3rem;
  }
}
@media (max-width: 844px) {
  body .content .headline .hl-main, body .content .headline .hl-sub {
    font-size: 1.8rem;
    padding: 0 1.1rem;
  }
  body .content .headline .hl-main {
    font-size: 3.2rem;
  }
  body .content .headline hr {
    margin: 0;
    border-radius: 0.5rem;
    height: 0.3rem;
  }
}
@media (max-width: 644px) {
  body {
    overflow-x: hidden;
  }
  body .content {
    width: 260px;
  }
  body .content .headline .hl-main, body .content .headline .hl-sub {
    font-size: 1.5rem;
    padding: 0;
  }
  body .content .headline .hl-main {
    font-size: 2.5rem;
  }
  body .content .headline hr {
    margin: 0;
    border-radius: 0.5rem;
    height: 0.3rem;
  }
}

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