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

.u-section-1 .u-text-1 {
  font-family: TrajanRegular;
  font-size: 6rem;
  text-shadow: 2px -2px 8px rgba(128,128,128,1);
  letter-spacing: 5px;
  margin: 40vh auto 0;
}

.u-section-1 .u-text-2 {
  text-shadow: 2px -2px 8px rgba(128,128,128,1);
  font-family: TrajanRegular;
  font-size: 6rem;
  letter-spacing: 5px;
  background-image: none;
  margin: 0 auto;
}

@media (max-width: 1199px) {
  .u-section-1 .u-text-1 {
    width: 502px;
    margin-left: calc(((100% - 1140px) / 2) + 319px);
  }

  .u-section-1 .u-text-2 {
    margin-left: calc(((100% - 1140px) / 2) + 252px);
  }
}

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

  .u-section-1 .u-text-2 {
    margin-left: calc(((100% - 1140px) / 2) + 363px);
    font-size: 3.75rem;
  }
}

@media (max-width: 575px) {
  .u-section-1 .u-text-1 {
    font-size: 3rem;
    width: 340px;
    margin-left: calc(((100% - 1140px) / 2) + 400px);
  }

  .u-section-1 .u-text-2 {
    margin-left: calc(((100% - 1140px) / 2) + 400px);
    font-size: 3rem;
  }
}.footer {
position:fixed;
left:0;
bottom:0;
width:100%;
}
.fix{
  position: fixed;
  top: 10;
  right:95;
} @font-face {
  font-family: 'TrajanRegular';
  font-style: normal;
  font-weight: 400;
  src: url(fonts/TrajanRegular.ttf);
}