@media (max-width: 1200px) and (min-width: 701px) {
  .u-section-2 .u-sheet-1 {
    margin-left: auto !important;
    margin-right: auto !important;
    width: 100% !important;
    max-width: 900px !important;
    box-sizing: border-box;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media (max-width: 1200px) and (min-width: 701px) {
  .u-section-2 .u-text-2 {
    width: 90vw;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.3rem;
    text-align: center;
  }
}
.u-section-1 {
  background-position: 50% 50%;
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)), url('images/Lubovkopci.jpg'), url("images/Lubovkopci.jpg");
  background-size: cover, cover, cover;
}

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

.u-section-1 .u-image-1 {
  width: 570px;
  height: 238px;
  margin: 100px auto 0;
}

.u-section-1 .u-text-1 {
  font-size: 2.25rem;
  font-family: Anton;
  margin: 21px 181px 0 156px;
}

.u-section-1 .u-text-2 {
  font-family: Anton;
  margin: 537px 115px 37px 156px;
}

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

  .u-section-1 .u-text-1 {
    margin-right: 81px;
    margin-left: 56px;
  }

  .u-section-1 .u-text-2 {
    width: 869px;
    margin-left: 56px;
    margin-right: 15px;
    font-size: 3rem;
  }
}

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

  .u-section-1 .u-image-1 {
    width: 540px;
    height: 225px;
  }

  .u-section-1 .u-text-2 {
    width: 540px;
    font-size: 2.25rem;
  }
}

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

  .u-section-1 .u-image-1 {
    width: 340px;
    height: 142px;
  }

  .u-section-1 .u-text-2 {
    width: 340px;
    font-size: 1.875rem;
  }
} .u-section-2 {
  background-position: 50% 50%, 50% 50%, 50% 50%, 50% 50%;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)), url('images/pozadweb.png'), url('images/default-image.jpg'), linear-gradient(to bottom, #478ac9, #db545a);
  background-size: cover, cover, cover, cover;
}

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

.u-section-2 .u-text-1 {
  font-family: Anton;
  margin: 60px 73px 0;
}

.u-section-2 .u-text-2 {
  font-family: Alatsi;
  font-size: 1.875rem;
  margin: 30px 72px 0;
}

.u-section-2 .u-btn-1 {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: Anton;
  font-size: 1.875rem;
  background-image: none;
  box-shadow: 5px 5px 20px 0 rgba(0,0,0,0.4);
  font-weight: 700;
  margin: 38px auto 60px;
  padding: 18px 0;
}

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

  .u-section-2 .u-text-2 {
    width: 746px;
    margin-left: 0;
    margin-right: 0;
  }
}

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

  .u-section-2 .u-text-2 {
    width: 540px;
    font-size: 1.6666666666666665rem;
  }
}

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

  .u-section-2 .u-text-2 {
    width: 340px;
  }
}

/* --- HERO VERTICAL & HORIZONTAL CENTERING OVERRIDE --- */
#block-1 {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 100vh !important;
  padding: 0 !important;
}
#block-1 .u-sheet-1.hero-center {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  height: 100vh !important;
  min-height: 100vh !important;
  margin: 0 !important;
  text-align: center !important;
}
#block-1 .u-image-1 {
  margin: 0 auto 0 auto !important;
}
#block-1 .u-text-1,
#block-1 .u-text-2 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
@media (max-width: 900px) {
  #block-1 .u-image-1 { height: 16vh !important; }
  .u-logo img { height: 36px !important; }
}