/* Basic Styles */
body {
    font-family: 'Jost', sans-serif;
    color: #222;
    background-image: url('assets/images/amber-bg.jpg');
    background-size: cover;
    background-attachment: fixed;
    margin: 0;
    padding: 0;
}

.la-belle-aurore-regular {
  font-family: "La Belle Aurore", cursive;
  font-weight: 400;
  font-style: normal;
  color: #094591;
  font-size: 20px;
}
.la-belle-aurore-regular2 {
  font-family: "La Belle Aurore", cursive;
  font-weight: 400;
  font-style: normal;
  color: #094591;
  font-size: 28px;
}
.waterfall-regular2 {
  font-family: "Waterfall", cursive;
  font-weight: 600;
  font-style: normal;
 color: #094591;
  font-size: 28px;
}

.waterfall-regular {
  font-family: "Waterfall", cursive;
  font-weight: 400;
  font-style: normal;
  color: #094591;
  font-size: 24px;
}



.balthazar-regular {
  font-family: "Balthazar", serif;
  font-weight: 400;
  font-style: normal;
  color: #094591;
  font-size: 20px;
}
	.balthazar-regular2 {
  font-family: "Balthazar", serif;
  font-weight: 400;
  font-style: normal;
  color: #094591;
  font-size: 28px;
}
.container {
    max-width: 1000px;
    margin: 0 auto;
    padding: 20px;
}

/* Full-width images */
.full-width-img {
    width: 100%;
    height: auto;
}

/* Timeline Section */
.timeline {
    text-align: center;
    margin: 40px 0;
}

.timeline-title {
    width: 100%;
    margin-bottom: 20px;
}

.timeline-row {
    display: flex;
    justify-content: space-between;
}

.timeline-row img {
    width: 32%; /* Adjust the width to make sure 3 images fit in one row */
    height: auto;
    margin-bottom: 20px;
}

/* Gallery Section */
.gallery-row {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.gallery-row img {
    width: 32%;
    height: auto;
}

/* Excursions Section */
.excursions {
    text-align: center;
    margin: 0px 0;
}

.excursions-more
    text-align: center;
    margin: 10px 0;
}