 .u-section-1 {
  background-image: linear-gradient(0deg, rgba(0,0,0,0.4), rgba(0,0,0,0.4)), url("images/bg.jpg");
  background-position: 50% 50%;
}

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

.u-section-1 .u-text-1 {
  font-size: 3.75rem;
  width: 360px;
  letter-spacing: normal;
  margin: -211px auto 0;
}

.u-section-1 .u-text-2 {
  font-size: 3.125rem;
  width: 360px;
  letter-spacing: 5px;
  margin: -234px 90px 0;
}

.u-section-1 .u-text-3 {
  width: 720px;
  font-size: 3.75rem;
  letter-spacing: 5px;
  margin: 375px auto 0;
}

.u-section-1 .u-text-4 {
  font-size: 1.25rem;
  width: 826px;
  margin: 20px auto 0;
}

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

  .u-section-1 .u-text-3 {
    letter-spacing: 6px;
    margin-top: 305px;
  }

  .u-section-1 .u-text-4 {
    width: auto;
    margin-top: 15px;
    margin-left: 57px;
    margin-right: 57px;
  }
}

@media (max-width: 991px) {
  .u-section-1 .u-text-4 {
    margin-left: 0;
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  .u-section-1 .u-text-1 {
    font-size: 3.125rem;
    letter-spacing: 5px;
    margin-top: 265px;
  }

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

  .u-section-1 .u-text-3 {
    width: 540px;
    margin-top: 375px;
  }

  .u-section-1 .u-text-4 {
    font-size: 1.125rem;
    margin-top: 10px;
  }
}

@media (max-width: 575px) {
  .u-section-1 .u-text-1 {
    font-size: 3rem;
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }

  .u-section-1 .u-text-2 {
    font-size: 3rem;
    width: auto;
    margin-top: 3px;
    margin-left: 0;
    margin-right: 0;
  }

  .u-section-1 .u-text-3 {
    width: 360px;
    font-size: 3rem;
  }

  .u-section-1 .u-text-4 {
    margin-top: 15px;
  }
}.btn-shine {
  background: linear-gradient(to right, #4d4d4d 0, #fff 10%, #4d4d4d 25%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: shine 12s infinite linear;
  animation-fill-mode: forwards;
  -webkit-text-size-adjust: none;
  text-decoration: none;
  white-space: nowrap;
}
@-moz-keyframes shine {
  0% {
    background-position: 0;
  }
  100% {
    background-position: 720px;
  }
  100% {
    background-position: 720px;
  }
}
@-webkit-keyframes shine {
  0% {
    background-position: 0;
  }
  100% {
    background-position: 720px;
  }
  100% {
    background-position: 720px;
  }
}
@-o-keyframes shine {
  0% {
    background-position: 0;
  }
  100% {
    background-position: 720px;
  }
  100% {
    background-position: 720px;
  }
}
@keyframes shine {
  0% {
    background-position: 0;
  }
  100% {
    background-position: 720px;
  }
  100% {
    background-position: 720px;
  }
}