html {
  font-size: 16px;
}

body {
  color: #444;
}

#dev-loading {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  font-weight: bold;
  background-color: #ffc900;
  color: #000;
}

.hero {
  color: #fff;
  padding: 140px 0 120px;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: 100%;
  background-size: cover;
  background-position-y: center;
}

.hero h1 {
  font-size: 48px;
  font-weight: 800;
  line-height: 70px;
  margin: 0 0 5px;
}

.hero h3 {
  font-weight: 400;
  margin: 0 auto 25px;
  padding: 0 40px;
}

@media (min-width: 1300px) {
  .hero {
    background-position: center;
  }
}

@media (max-width: 1299px) {
  .hero {
    background-position: center;
  }
}

body .btn[disabled] {
  opacity: 0.8;
}

body.swal2-iosfix {
  bottom: 0;
}

body input,
body textarea {
  color: #555;
}

/* extend boostrap utility classes like, similar to text-decoration-none */
.text-transform-none {
  text-transform: none !important;
}

.letter-spacing-unset {
  letter-spacing: unset !important;
}

.line-height-1 {
  line-height: 1 !important;
}
