/*
 * Shared Budo interface styles.
 * Compile this file to budo.css before deployment.
 */
#map-of-venues {
  height: 600px;
}
.dojo-link {
  font-size: 1.1rem;
}
.art-card .card-body {
  padding-top: 0.5rem;
}
.art-image {
  max-height: 180px;
  margin: 1rem auto 0;
  overflow: hidden;
  text-align: center;
}
.art-image img {
  max-height: 180px;
}
.art-description {
  padding-top: calc(50px - 1rem);
}
.art-name {
  font-size: 1.1rem;
  font-weight: bold;
}
#welcome {
  display: inline-block;
  line-height: 1;
}
#welcome-text {
  font-size: 0.65rem;
}
#welcome-name {
  font-size: 0.9rem;
}
#welcome-photo {
  height: 38px;
  margin-right: 0.5rem;
  border-radius: 50%;
  vertical-align: top;
}
.user-menu {
  max-height: calc(100vh - 5rem);
  max-height: calc(100dvh - 5rem);
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
  scrollbar-gutter: stable;
}
.person-cv-name {
  font-size: 1.1rem;
}
.person-cv-summary {
  font-size: 0.85rem;
  font-style: italic;
}
.person-cv-grades-grade {
  font-size: 0.9rem;
}
.person-cv-grades-venue {
  font-size: 0.8rem;
}
.person-cv-grades-notes {
  font-size: 0.85rem;
}
.authorisation-badge {
  font-size: 0.75rem;
}
.dan-certificate-sequence,
.kyu-certificate-sequence {
  width: 5rem;
}
.budo-public-announcements {
  cursor: grabbing;
}
.budo-public-announcements.carousel-fade .carousel-item {
  transition: opacity 1.5s ease-in-out;
}
.budo-public-announcements.carousel-fade .active.carousel-item-start,
.budo-public-announcements.carousel-fade .active.carousel-item-end {
  transition: opacity 1.5s ease-in-out;
}
