 .u-section-1 {
  background-image: url("images/stevenshadow.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

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

.u-section-1 .u-text-1 {
  text-shadow: 2px 2px 0px rgba(242,242,242,0.88);
  font-weight: 700;
  margin: 0;
}

.u-section-1 .u-btn-1 {
  --radius: 0px;
  --top-left-radius: 0px;
  --top-right-radius: 0px;
  --bottom-right-radius: 0px;
  --bottom-left-radius: 0px;
  background-image: none;
  border-style: solid;
  margin: -690px auto 0 22px;
  padding: 0;
}

.u-section-1 .u-btn-2 {
  --radius: 0px;
  --top-left-radius: 0px;
  --top-right-radius: 0px;
  --bottom-right-radius: 0px;
  --bottom-left-radius: 0px;
  background-image: none;
  border-style: solid;
  margin: 270px auto 0 22px;
  padding: 0;
}

.u-section-1 .u-btn-3 {
  --radius: 0px;
  --top-left-radius: 0px;
  --top-right-radius: 0px;
  --bottom-right-radius: 0px;
  --bottom-left-radius: 0px;
  background-image: none;
  border-style: solid;
  margin: 86px auto 60px 22px;
  padding: 0;
}

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

  .u-section-1 .u-btn-1 {
    margin-left: 0;
  }

  .u-section-1 .u-btn-2 {
    margin-left: 0;
  }

  .u-section-1 .u-btn-3 {
    margin-left: 0;
  }
}

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

  .u-section-1 .u-text-1 {
    width: auto;
    margin-top: -23px;
  }

  .u-section-1 .u-btn-1 {
    margin-top: -816px;
    margin-left: 13px;
  }

  .u-section-1 .u-btn-2 {
    margin-top: 386px;
  }

  .u-section-1 .u-btn-3 {
    margin-top: 90px;
  }
}

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

  .u-section-1 .u-text-1 {
    margin-top: 10px;
  }

  .u-section-1 .u-btn-1 {
    margin-top: -833px;
    margin-left: 50px;
  }

  .u-section-1 .u-btn-2 {
    margin-top: 372px;
    margin-left: 50px;
  }

  .u-section-1 .u-btn-3 {
    margin-top: 103px;
    margin-left: 50px;
  }
}

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

  .u-section-1 .u-btn-1 {
    margin-top: -1075px;
    margin-left: 0;
  }

  .u-section-1 .u-btn-2 {
    margin-top: 539px;
    margin-left: 0;
  }

  .u-section-1 .u-btn-3 {
    margin-top: 125px;
    margin-left: 0;
  }
}