html {
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

body {
  background-color: #51B19C !important;
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: normal;
  padding-top: 1em;
}

p {
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

h1, h3, h5 {
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: 600 !important;
}

h2, h4, h6 {
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: 500;
}

.display-1, .display-2, .display-3, .display-4, .display-5, .display-6 {
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: 600 !important;
  text-transform: uppercase;
}

h2.bibliography {
  font-size: 1.5rem !important;
}

.button {
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: bold;
}

blockquote {
  margin: 0;
}

blockquote p {
  padding: 15px;
  background: #eee;
  border-radius: 5px;
}

.center {
  text-align: center;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

article img:not(.card-img-top) {
  max-width: 80%;
  max-height: 80%;
  height: inherit !important;
  display: block;
  margin: auto;
}
article .card-img-top {
  width: 100%; /* Make image width responsive to card width */
  aspect-ratio: 1/1; /* Maintain square aspect ratio */
  object-fit: cover;
}
article .keynote-image {
  width: 100%; /* Make image width responsive to card width */
  aspect-ratio: 1/1; /* Maintain square aspect ratio */
  object-fit: cover;
  max-width: 500px !important;
}
article .display-1, article .display-2, article .display-3, article .display-4, article .display-5, article .display-6 {
  text-align: center;
}

.nav-item .active {
  font-weight: 900;
}
.nav-item:hover {
  font-weight: 900;
  color: #97a7b6;
}

.container a, main a {
  color: #5f6e62;
  font-weight: 500;
}
.container a:hover, main a:hover {
  color: #FFF;
  background: linear-gradient(90deg, #bd5c6f, #b69255) !important;
}

.navbar-brand {
  font-weight: 900;
}

.feature-image {
  position: relative;
  width: 100%;
  padding-top: 23.7%;
  background-size: cover;
  background-position: center;
}

.warning-box, .info-box, .callout-box {
  padding: 1rem;
  border-top: 4px solid get-color-level(#000000, 3);
  background-color: get-color-level(#000000, 4);
  margin: 1rem 0;
}
.warning-box *:first-child, .info-box *:first-child, .callout-box *:first-child {
  margin-top: 0;
}
.warning-box *:last-child, .info-box *:last-child, .callout-box *:last-child {
  margin-bottom: 0;
}

.info-box {
  border-color: #b69255;
  background: rgb(246.24, 241.92, 234.6);
}

.warning-box {
  border-color: #bd5c6f;
  background: rgb(247.08, 235.44, 237.72);
}

.programme-day {
  border: 1px solid #dee2e6;
  border-radius: 0.75rem;
  padding: 0;
  margin-bottom: 2rem;
  overflow: hidden;
}

.programme-day > summary {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 0.85rem;
  padding: 1rem 1.25rem;
  cursor: pointer;
  user-select: none;
  touch-action: manipulation;
  background: #f8f9fa;
  min-height: 64px;
}

.programme-day > summary::-webkit-details-marker {
  display: none;
}

.programme-day > summary::before {
  content: "";
  width: 0;
  height: 0;
  border-top: 0.6rem solid transparent;
  border-bottom: 0.6rem solid transparent;
  border-left: 0.9rem solid currentColor;
  flex: 0 0 auto;
  transition: transform 0.2s ease;
}

.programme-day[open] > summary::before {
  transform: rotate(90deg);
}

.programme-day > summary h2 {
  margin: 0;
  line-height: 1.2;
}

.programme-day > summary:focus {
  outline: 3px solid rgba(13, 110, 253, 0.35);
  outline-offset: -3px;
}

.programme-day-content {
  padding: 0 1.25rem 1.25rem;
}

@media (max-width: 576px) {
  .programme-day > summary {
    padding: 1.15rem 1rem;
    min-height: 72px;
    gap: 1rem;
  }
  .programme-day > summary::before {
    border-top-width: 0.75rem;
    border-bottom-width: 0.75rem;
    border-left-width: 1.05rem;
  }
  .programme-day > summary h2 {
    font-size: 1.35rem;
  }
  .programme-day-content {
    padding: 0 1rem 1rem;
  }
}

/*# sourceMappingURL=styles.css.map */