body {
  margin: 0;
  padding: 0;
  font-family: 'Segoe UI', Arial, sans-serif;
  background: #111;
  color: #fff;
}

.main-header {
  text-align: center;
  padding: 12px 10px 12px 10px;
  background: rgba(34, 34, 34, 0.87);
}

.main-header h1 {
  font-size: 2.5rem;
  color: #e2d5bb;
  letter-spacing: 0.09em;
  margin-bottom: 0.1em;
  margin-top: 0;
}

.main-header .subtitle {
  font-size: 1.15rem;
  color: #ad9e6b;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  margin-top: 0.2em;
}

main {
  margin: 0;
  padding: 0;
}


/* Common section background */
.vip-section {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  display: flex;
  align-items: stretch;
  justify-content: stretch;
}

/* SECTION 1: Top right */
.section1 {
  align-items: flex-start;
  justify-content: flex-end;
}
.section-content-1 {
  margin: 40px 6vw 0 0;
  background: rgba(20, 20, 20, 0.55);
  border-radius: 22px;
  box-shadow: 0 2px 18px #0007;
  padding: 36px 38px 20px 38px;
  max-width: 700px;
  min-width: 230px;
  text-align: left;
}


/* SECTION 2: Left text, visible ring right */
.section2 {
  align-items: center;
  padding: 0;
  /* background-position: right center;  // laikinai atjungiu */
}

.section-content-2 {
  background: rgba(20, 20, 20, 0.57);
  border-radius: 22px;
  box-shadow: 0 2px 18px #0007;
  padding: 40px 32px 40px 32px;
  min-width: 240px;
  text-align: left;
  z-index: 2;
}
.section-image-placeholder {
  flex: 1;
  min-width: 250px;
  height: 1px;
}

/* SECTION 3: Right aligned text */
.section3 {
  align-items: center;

}
.section-content-3 {
  margin: 0 8vw 0 0;
  background: rgba(20, 20, 20, 0.57);
  border-radius: 22px;
  box-shadow: 0 2px 18px #0007;
  padding: 46px 42px 46px 32px;
  min-width: 230px;
  text-align: left;
  align-self: center;
}

/* SECTION 4: Centered text, background image */
.section4 {
  justify-content: center;
  margin-top: 20px;
  background-position: center;
}
.section-content-4 {
  padding: 40px 38px 30px 38px;
  max-width: 470px;
  min-width: 240px;
  margin: 45px 0;
  text-align: center;
}
.section-content h2 {
  color: #fff7d0;
  font-size: 2.1rem;
  margin-top: 0;
  margin-bottom: 15px;
  text-transform: uppercase;
  text-shadow: 0 2px 6px #0008;
}
.section-content p {
  font-size: 1.18rem;
  margin-bottom: 0;
  color: #ede6ce;
  text-shadow: 0 2px 6px #222a;
}
h3 {
  color: #ede6ce;
}


.section-content-5 {
  margin-left: 8vw;
  background: rgba(20, 20, 20, 0.57);
  border-radius: 22px;
  box-shadow: 0 2px 18px #0007;
  padding: 40px 32px 40px 32px;
  max-width: 1410px;
  min-width: 240px;
  text-align: left;
  z-index: 2;
}


footer {
  text-align: center;
  color: #b4a473;
  padding: 20px 0 12px 0;
  font-size: 0.97rem;
  background: none;
  margin-top: 10px;
}


@media (min-width: 900px) {
    .section2 {
	background-image: url("img2.jpeg");
    }
    .section-content-2 {
	margin-left: 8vw;
	max-width: 410px;
    }
    .section3 {
	background-image: url("img3.jpeg");
	background-position-y: -180px;
	justify-content: flex-end;
	margin-left: -10vw;
    }
    .section-content-3 {
	max-width: 500px !important;
	padding: 20px 0vw !important;
    }
    .section4 {
	background-position-y: -400px;
    }
}

@media (min-width: 1200px) {
    .section-content-3 {
	max-width: 700px;
    }
}



@media (max-width: 900px) {
  .section-content-1, .section-content-2, .section-content-3, .section-content-4, .section-content-5 {
    padding: 20px 8vw;
    max-width: 92vw;
    font-size: 1rem;
    margin-left: 0px;
  }
}

@media (min-width: 900px) {
    .section1 {
	background-image: url("img1.jpeg");
    }
    .section4 {
	background-image: url("img4.jpeg");
	background-position-y: -250px;
	min-height: 120vh !important;
    }
    .vip-section {
	min-height: 85vh;
    }
}

@media (max-width: 600px) {
  .main-header h1 { font-size: 1.2rem; }
  .section-content-1, .section-content-2, .section-content-3, .section-content-4 {
    padding: 14px 4vw;
    max-width: 96vw;
    font-size: 0.97rem;
  }
}
