/*
 *
 * styles.less
 *
*/
:root {
  --website-colour: #0061AF;
}
#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;
}
.youtube-item {
  padding: 0.5rem;
  border: 2px solid #ccc;
  border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  margin-bottom: 0.5rem;
}
.youtube-item-documentary {
  max-width: 600px;
  margin: 20px auto;
  position: relative;
  font-family: sans-serif;
}
.youtube-item-link {
  display: block;
  position: relative;
  text-decoration: none;
}
.youtube-item-image {
  display: block;
  width: 100%;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);
}
.youtube-item-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: rgba(255, 0, 0, 0.9);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}
.youtube-item-play-icon {
  width: 0;
  height: 0;
  margin-left: 5px;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 25px solid white;
}
.youtube-item-caption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 40px 20px 15px;
  border-radius: 0 0 12px 12px;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
}
.youtube-item-title {
  color: white;
  font-size: 18px;
  font-weight: bold;
}
.youtube-item-note {
  margin-top: 15px;
  color: #555;
  font-size: 14px;
  text-align: center;
}
.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%);
}
.affiliation-card {
  margin-top: 0.75rem;
  padding: 0.5rem;
  font-size: 0.75rem;
}
#tree {
  position: fixed;
  bottom: 15px;
  left: 15px;
  z-index: -1;
}
#tsukikage {
  position: fixed;
  bottom: 40px;
  right: 10px;
  z-index: -1;
  height: 250px;
}
#tsukikagedojo {
  width: 60%;
  max-width: 300px;
}
#poster {
  width: 100%;
}
@media (min-width: 991.98px) {
  #tree {
    left: 240px;
  }
}
