body {
  background-color: #000000;
  color: #00A86B;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1.1rem;
  line-height: 1.6;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6,
.header-info h1,
.header-info-details {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-weight: 500;
  letter-spacing: 0.3px;
}

.header-info-details {
  font-weight: 300;
  letter-spacing: 0.2px;
  border-top: 1px solid #00A86B;
  width: 80%;
  margin: 50px auto 0px;
  padding-top: 50px;
  font-size: 20px;
}

.gallery-section h2 {
  text-align: center;
  margin-top: 30px;
  color: #00A86B;
}

.gallery-section h2 a {
  visibility: hidden;
  color: #00C47D;
}

.gallery-section h2 a:hover {
  color: #00FFA3;
}

.gallery-section:hover h2 a {
  visibility: visible;
}

.gallery-section h2 a svg {
  height: 1.2rem
}

.gallery-section p {
  width: 70%;
  margin: 0px auto 20px;
  color: #00A86B;
}

.caption-date {
  font-size: 15px;
  font-weight: normal;
  margin-top: 3px;
  margin-bottom: 0px;
  color: #00A86B;
}

footer {
  margin-top: 30px;
  color: #00A86B;
  padding: 20px 0;
}

footer a {
  color: #ff1493; /* Dark pink color */
  text-decoration: none;
  transition: color 0.2s;
}

footer a:hover {
  color: #ff69b4; /* Lighter pink on hover */
  text-decoration: underline;
}

/* Override Bootstrap's text-muted class in footer */
footer .text-muted,
footer .text-muted a {
  color: #ff1493 !important; /* Dark pink color */
  opacity: 1 !important;
}

footer .small {
  font-size: 0.875rem;
}

.gallery {
  display: flex;
  flex-wrap: wrap;
}

.gallery>a, .gallery::after {
  flex-basis: var(--w);
}

.gallery>a {
  margin: 0.25rem;
  flex-grow: calc(var(--w) / var(--h) * 100);
  width: calc(var(--w) * 1px);
}

.gallery::after {
  --w: 2;
  --h: 1;
  content: '';
  flex-grow: 1000000;
}

.gallery>a>img {
  display: block;
  width: 100%;
}

.header-image {
  height: 400px;
  padding: 0px;
}

.header-info {
  background-color: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  padding-top: 100px;
  text-align: center;
  color: #00A86B;
}