 .u-section-1 {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("images/sea_dune2.png");
  background-size: cover, cover;
  background-position: 50% 50%, 50% 50%;
  background-repeat: no-repeat, no-repeat;
}

.u-section-1 .u-sheet-1 {
  min-height: 946px;
}

.u-section-1 .u-text-1 {
  font-family: Sansita;
  font-size: 2.25rem;
  text-shadow: 0px 2px 8px rgba(128,128,128,1);
  margin: 80px auto 0 169px;
}

.u-section-1 .u-text-2 {
  font-family: "Be Vietnam Pro";
  font-size: 1rem;
  line-height: 1.3;
  text-shadow: 1px 1px 8px rgba(0,0,0,1);
  margin: -33px 43px 0 324px;
}

.u-section-1 .u-btn-1 {
  background-image: none;
  text-transform: uppercase;
  font-weight: 700;
  --bottom-right-radius: 15px;
  margin: 37px auto;
}

@media (max-width: 1199px) {
  .u-section-1 .u-sheet-1 {
    min-height: 1018px;
  }

  .u-section-1 .u-text-1 {
    width: auto;
    margin-top: 114px;
    margin-left: 42px;
  }

  .u-section-1 .u-text-2 {
    width: auto;
    margin-right: 2px;
    margin-left: 185px;
  }

  .u-section-1 .u-btn-1 {
    margin-top: 31px;
    margin-bottom: 42px;
  }
}

@media (max-width: 991px) {
  .u-section-1 .u-sheet-1 {
    min-height: 1045px;
  }

  .u-section-1 .u-text-1 {
    margin-top: 60px;
    margin-left: 0;
  }

  .u-section-1 .u-text-2 {
    margin-top: 19px;
    margin-left: 0;
    margin-right: 0;
  }

  .u-section-1 .u-btn-1 {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .u-section-1 .u-sheet-1 {
    min-height: 784px;
  }
}

@media (max-width: 575px) {
  .u-section-1 .u-sheet-1 {
    min-height: 400px;
  }
}