/*
 *
 * styles.less
 *
*/
:root {
  --website-colour: #D10000;
}
#main-navbar {
  border-bottom: 9px solid var(--website-colour, transparent);
}
.header-poem-translation {
  font-size: 0.85rem;
}
.header-poem-author {
  font-size: 0.66rem;
}
.supporting-member-card {
  padding: 2rem;
}
.special-event {
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 1px solid var(--bs-secondary-color);
  border-radius: 0.5rem;
  background-color: #ccc;
}
.special-event a {
  color: var(--bs-primary-text-emphasis);
  font-weight: bold;
  background-color: beige;
}
.special-event a:link,
.special-event a:visited {
  color: var(--bs-primary-text-emphasis);
}
.special-event a:hover {
  filter: brightness(200%);
}
.special-event-date {
  font-size: 0.8rem;
}
.social-item a,
.social-item a:link,
.social-item a:visited {
  color: var(--bs-primary-text-emphasis);
  font-weight: bold;
  text-decoration: none;
}
.social-item a:hover {
  filter: brightness(200%);
}
