body {
  margin: 0;
  width: 100%;
}
.u-align-center {
  text-align: center;
}
.u-image {
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.u-clearfix:after,
.u-clearfix:before {
  content: "";
  display: table;
}
.u-clearfix:after {
  clear: both;
}

.u-section-1 {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("images/invictus-page-bg.jpeg");
  min-height: 100vh;
  display: grid;
  width: 100%;
  align-content: center;
}

.u-section-1 .u-image-1 {
  width: 500px;
  margin: 0 auto;
  max-width: 80%;
}

.u-section-1 .u-text-1 {
  font-size: 3.75rem;
  text-shadow: 2px 2px 8px rgba(66, 97, 116, 0.4);
  letter-spacing: 4px;
  text-transform: uppercase;
  font-weight: 600;
  font-family: Montserrat, sans-serif;
  /* margin: 36px auto 0; */
  max-width: 90%;
  color: #8dcef7;
  margin: 0 auto;
}

.u-section-1 .u-text-2 {
  letter-spacing: 0px;
  line-height: 1.4;
  font-weight: 300;
  font-size: 1.875rem;
  font-family: Lato, sans-serif;
  text-transform: none;
  color: #ffffff;
  margin: 3rem auto;
}

.elink {
  font-family: Lato, sans-serif;
  color: #ffffff;
}
.elink a {
  color: #8dcef7;
  text-decoration: none;
}

@media (max-width: 1199px) {
  .u-section-1 .u-text-2 {
    margin-bottom: 0;
  }
}

@media (max-width: 991px) {
  .u-section-1 {
    background-size: cover;
  }

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

@media (max-width: 767px) {
  .u-section-1 .u-text-1 {
    font-size: 2.25rem;
  }

  .u-section-1 .u-text-2 {
    font-size: 1.5rem;
  }
}

@media (max-width: 575px) {
  .u-section-1 .u-text-1 {
    width: auto;
    max-width: 80%;
    font-size: 1.5rem;
  }

  .u-section-1 .u-text-2 {
    max-width: 80%;
    font-size: 1.25rem;
  }
}
