/* Custom Photos navigation button. Kept separate from the generated stylesheet. */
.photos-navbar-button {
  display: inline-block;
  margin-right: 0.75rem;
  padding: 0.75rem 1rem;
  border: 1px solid #f0b444;
  border-radius: 0.375rem;
  color: #f0b444;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: color 0.6s, background-color 0.6s;
}

.photos-navbar-button:hover {
  background-color: #f0b444;
  color: #000;
}

/* Hero call-to-action for the event gallery. */
.event-photos-button {
  display: inline-block;
  margin: 2rem 0 0 0.75rem;
  padding: 0.75rem 1rem;
  border: 1px solid #f0b444;
  border-radius: 0.375rem;
  color: #fff;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: color 0.3s, background-color 0.3s;
}

.event-photos-button:hover {
  background-color: #f0b444;
  color: #000;
}

@media (max-width: 640px) {
  .event-photos-button {
    display: block;
    width: fit-content;
    margin-right: auto;
    margin-left: auto;
  }
}
