/* Page title formatting */
.top-header {
  position: sticky;
  top: 0;
  z-index: 2000;
  width: 100%;
  background-color: #6f1d1b;
  padding: 1rem 2rem;
}
.top-header h2 {
  margin: 0;
  font-weight: 600;
  letter-spacing: 0.5px;
  color: white;
  font-size: 24px;
}

/* left-hand sidebar formatting */
.fixed-sidebar {
  max-width: 350px;
  background-color: #e9f7f2;
}

.fixed-sidebar p {
  font-size: 0.95rem;
}

/* right-hand sidebar formatting */
.accordion-button {
  background-color: #432818;
  color: white;
}

.accordion-button:not(.collapsed) {
  background-color: #99582a;
  color: white;
}

.accordion-button:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

#C1_content, #C2_content, #C3_content,
#C4_content, #C5_content, #C7_content,
#E1_content, #E2_content,
#G1_content, #G2_content, #G3_content,
#G4_content, #G5_content, #G6_content,
#CCC_content {
  border: 1px solid #cde7dd;
  border-radius: 0.5rem;
  padding: 1rem 1.25rem;
  background-color: #ffffff;
}

/* General formatting */
body {
  background-color: #f8fdfb;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  color: #344e41;
}

a {
  color: #138f5b;
}

a:hover {
  color: #0b5c3a;
}

img {
  border-radius: 0.25rem;
}
