html, body {
  font-family: "Source Sans 3", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.main {
  position: relative;
  height: 100vh;
  width: 100%;
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("../images/bg.jpg");
  background-position: center center;
  background-size: cover;
}
.main img {
  object-fit: cover;
  width: 100%;
}
.main-text {
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-grow: 1;
  justify-content: center;
  padding: 0 1rem;
}
.main-text span {
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .main-text span {
    font-size: 18px;
  }
}
.main-text h1 {
  font-family: "Oxanium", sans-serif;
  font-size: 128px;
  margin-bottom: 0.5rem;
}
@media (max-width: 992px) {
  .main-text h1 {
    font-size: 96px;
  }
}
@media (max-width: 768px) {
  .main-text h1 {
    font-size: 72px;
  }
}
@media (max-width: 480px) {
  .main-text h1 {
    font-size: 56px;
  }
}
.main-text .lead {
  max-width: 421px;
  font-size: 18px;
}
@media (max-width: 768px) {
  .main-text .lead {
    font-size: 16px;
  }
}
.main-text img {
  width: auto;
  max-width: 100px;
  margin-top: 1rem;
}
@media (max-width: 768px) {
  .main-text img {
    max-width: 80px;
  }
}
.main #footer {
  background-color: #000;
  height: 152px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  padding: 1rem;
}
@media (max-width: 768px) {
  .main #footer {
    height: auto;
    min-height: 120px;
    flex-direction: column;
    gap: 1rem;
    padding: 2rem 1rem;
  }
}
.main #footer .btn-primary {
  background-color: #fff;
  color: #000;
  border: 0;
  min-width: 249px;
  min-height: 59px;
  line-height: 47px;
  text-transform: uppercase;
  font-weight: 600;
}
@media (max-width: 768px) {
  .main #footer .btn-primary {
    min-width: 100%;
    max-width: 300px;
  }
}

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