.carousel-container {
    display: flex;
    justify-content: center;
}

#photoCarousel {
    max-width: 50vw;
    width: 100%;
}

.carousel-item {
    height: 400px;
    overflow: hidden;
    align-items: center;
    justify-content: center;
}

.carousel-item img {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
}

body {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-size: 22px;
  line-height: 1.6;
  background: linear-gradient(90deg, #d4a574 0%, #c9956f 25%, #d4a574 50%, #c9956f 75%, #d4a574 100%);
  background-size: 200px 200px;
  min-height: 100vh;
}

header {
  background-color: #6b4423;
  color: #f5f1eb;
  border-color: #5a3a1a !important;
}

footer {
  background-color: #6b4423;
  color: #f5f1eb;
  border-color: #5a3a1a !important;
}

header a, header .nav-link {
  color: #f5f1eb !important;
}

header .nav-link.active {
  background-color: #8b5a2b !important;
}

footer a, footer .nav-link {
  color: #f5f1eb !important;
}

footer .nav-link.active {
  background-color: #8b5a2b !important;
}

h1, h2 {
  font-weight: 600;
}

p {
  margin-bottom: 1.5rem;
}

h1 {
  font-size: 2.5rem;
}

h2 {
  font-size: 2rem;
}
