/* CUSTOM BS VARIABLES */
p, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Jost", Arial, Helvetica, sans-serif;
  font-weight: 400;
  text-align: center;
  background-image: url(../img/bg_wip.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  color: var(--white);
  min-height: 100vh;
}

.logo {
  max-width: 402px;
  height: auto;
}

#comingSoon {
  font-weight: 500;
  font-size: 8rem;
  line-height: 1;
}

#claim {
  font-weight: 600;
  font-size: 1.7rem;
  line-height: 1.2;
}

#copy {
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.3;
}

.contatti .mail, .contatti .tel {
  font-weight: 600;
  font-size: 2rem;
  display: block;
  cursor: pointer;
  color: var(--white);
}

.contatti .mail::before {
  content: "";
  display: inline-block;
  background-image: url(../img/mail_plane.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  vertical-align: middle;
  width: 43px;
  height: 41px;
  margin-right: 1rem;
}

.contatti .tel::before {
  content: "";
  display: inline-block;
  background-image: url(../img/tel.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  vertical-align: middle;
  width: 44px;
  height: 44px;
  margin-right: 0.7rem;
}

@media screen and (max-width: 576px) {
  .logo {
    max-width: 250px;
    height: auto;
  }
}

@media screen and (max-width: 768px) {
  #comingSoon {
    font-size: 3rem;
    margin: 2rem auto 2rem !important;
  }
  #claim {
    font-size: 1.5rem;
  }
  .contatti .mail, .contatti .tel {
    font-size: 1.2rem;
  }
  .contatti .mail::before, .contatti .tel::before {
    width: calc(43px/2);
    height: calc(41px/2);
  }
}

@media screen and (min-width: 576px) and (max-width: 992px) {
  .logo {
    max-width: 350px;
    height: auto;
  }
  #comingSoon {
    font-size: 4rem;
  }
  #claim {
    font-size: 1.5rem;
  }
}
/*# sourceMappingURL=style.css.map */