body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  background: #4466d6;
}

header {
  background: #292727;
  color: rgb(250, 244, 244);
  padding: 20px;
  text-align: center;
}

.site-title {
    font-family: Arial, sans-serif;
    font-size: 1.2em;
    font-weight: normal;
    color: #f7f1f1;
    text-align: center; /* change to left if you prefer */
    margin-bottom: 10px;
}


nav a {
  color: rgb(240, 235, 235);
  margin: 0 15px;
  text-decoration: none;
}

main {
  padding: 20px;
}

.home-content {
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}

.home-portrait {
  border: 2px solid red;
  padding: 2px;
  max-width: 400px;
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto 20px auto;
  border-radius: 6px;
}

.welcome-text {
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
  line-height: 1.6;
  font-size: 1.1rem;
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    max-width: 1200px;
    margin: 0 auto;
}

.gallery-grid img {
    width: 100%;
    height: auto;
    display: block;
}

.gallery-grid img {
    border: 2px solid red;
    padding: 2px;
}

.gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.gallery img {
    width: 250px;      /* or 200px, 300px — whatever size you want */
    height: auto;      /* keeps the correct proportions */
    margin: 10px;      /* spacing between thumbnails */
    border: 2px solid #bd3232;
    border-radius: 4px; /* optional, just looks nice */
    cursor: pointer;   /* optional, makes them feel clickable */
}

.full-image-container {
    text-align: center;
    margin: 20px 0;
}

.full-image-container img {
    max-width: 95%;
    height: auto;
}

.caption-block {
    text-align: center;
    font-size: 1em;
    color: #444;
    margin-bottom: 20px;
}

.back-link {
    text-align: center;
    margin-bottom: 40px;
}

.back-link a {
    color: #333;
    text-decoration: none;
    font-size: 1em;
}

.back-link a:hover {
    text-decoration: underline;
}

.button {
  background: #333;
  color: rgb(240, 22, 22);
  padding: 10px 20px;
  text-decoration: none;
  border-radius: 4px;
}

footer {
  text-align: center;
  padding: 10px;
  background: #ddd;
  margin-top: 40px;
}
/* Enlargement Page Styles */



.caption-block {
  max-width: 90%;
  margin: 20px auto;
  font-size: 1.1rem;
  line-height: 1.4;
}

.back-button {
  max-width: 90%;
  margin: 20px auto;
}

.back-button a {
  text-decoration: none;
  color: rgb(22, 22, 22);
  font-weight: bold;
}
/* Enlargement Page Styles */

.caption-block {
  max-width: 90%;
  margin: 20px auto;
  font-size: 1.1rem;
  line-height: 1.4;
}

.back-button {
  max-width: 90%;
  margin: 20px auto;
}

.back-button a {
  text-decoration: none;
  color: rgb(69, 69, 70);
  font-weight: bold;
}
.full-image-container {
    text-align: center;
    margin: 20px 0;
}

.full-image-container img {
    max-width: 65%;
    height: auto;
}
.reserve-section {
    margin-top: 40px;
    margin-bottom: 10px;
    font-size: 1.6em;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-bottom: 1px solid #ccc;
    padding-bottom: 4px;
}
img {
    max-height: 55vh;
    width: auto;
    height: auto;
}
.home-content p,
.home-content .welcome-text {
  max-width: 700px;   /* or whatever width you prefer */
  margin-left: auto;
  margin-right: auto;
}
