#particles-js {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.sidebar-image-wrap {
  overflow: hidden;
  margin: -1rem -1rem 0.5rem -1rem;
}
.sidebar-image {
  width: 100%;
  display: block;
}

.sidebar-header-link {
  display: block;
  text-decoration: none;
  color: inherit;
  padding: 0.75rem 0 0.5rem 0;
  text-align: center;
}
.sidebar-header-link:hover {
  text-decoration: none;
  color: inherit;
}
.sidebar-header-title {
  font-size: 1.65rem;
  font-weight: 600;
  line-height: 1.2;
}
.sidebar-header-subtitle {
  font-size: 0.95rem;
  opacity: 0.75;
  margin-top: 0.2rem;
  line-height: 1.3;
}

#quarto-sidebar .menu-text {
  font-size: 1.05rem;
}

#quarto-sidebar {
  display: flex;
  flex-direction: column;
}
#quarto-sidebar .sidebar-menu-container {
  flex: 1;
}

details {
  border: 1px solid #dee2e6;
  border-radius: 4px;
  margin-bottom: 1rem;
  padding: 0.5rem 1rem;
}
details summary {
  font-size: 1.1rem;
  font-weight: 600;
  cursor: pointer;
  padding: 0.25rem 0;
  user-select: none;
}
details[open] summary {
  margin-bottom: 0.5rem;
}

.quarto-about-trestles .about-contents {
  border-left: none;
}

.profile-photo {
  width: 180px;
  border-radius: 50%;
  display: block;
  margin: 0 auto 1.5rem auto;
}

main.content {
  grid-column: body-start / screen-end !important;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.quarto-about-trestles {
  grid-column: body-start / screen-end !important;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

main a, main a:visited {
  color: #4a7fa5;
}
main a:hover {
  color: #2f5f80;
}
