@font-face {
  font-family: "Square";
  src: url(../fonts/square_721_extended_bt.ttf);
  font-weight: 400;
}
@font-face {
  font-family: "Square";
  src: url(../fonts/square_721_bold_extended_bt.ttf);
  font-weight: 700;
}
body {
  background: url("../img/bg.jpg") no-repeat center/cover;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}
body main .filter {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.45);
  z-index: 1;
}
body main .section-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
  text-align: center;
  padding: 0 20px;
  z-index: 2;
}
body main .section-content img {
  max-width: 100%;
  width: auto;
  margin-bottom: 2rem;
}
body main .section-content h1 {
  font-family: "Square", sans-serif;
  font-weight: 700;
  font-size: 24px;
  color: white;
  text-shadow: 1px 1px 3px black;
  margin-bottom: 1rem;
}
body main .section-content h2 {
  font-family: "Square", sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: white;
  text-shadow: 1px 1px 3px black;
  margin-bottom: 3rem;
}
body main .section-content p {
  font-family: "Square", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: white;
  text-shadow: 1px 1px 3px black;
}
body main .section-content p a {
  position: relative;
  color: white;
  text-decoration: none;
}
body main .section-content p a:hover span, body main .section-content p a:focus span, body main .section-content p a:active span {
  border-bottom: 1px solid white;
}
body main .section-content .list-inline {
  margin: 3rem 0;
  padding: 0;
  text-align: center;
}
body main .section-content .list-inline li {
  display: inline-block;
  margin-bottom: 1rem;
}
body main .section-content .list-inline li:not(:last-child) {
  padding-right: 15px;
}
body main .section-content .list-inline li a {
  font-family: "Square", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: white;
  text-decoration: none;
}

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