/* Insert CSS Below */
:root {
  --primary-dark-color: #4B6D53; /* Primary colour used by elements such as buttons */
  --very-dark-primary-color: #436d42;  /* Darker primary colour used for contrast or hover effects */
  --primary-light-color: #fff; /* lighter colour or secondary colour */
  --topbar-background-color: #4B6D53; /* background colour for the top bar of the navigation */
  --menu-background-color:#ffbf00; /* background colour for the menu bar of the navigation */
  --menu-alternative-background-color: #ffbf00; /* Alternative background colour for the menu bar, used by some buttons */
  --menu-foreground-color: #000000; /* font colour used in the menu bar */
  --link-color: #0000b3;
  --toc-link-color: #22175b; /* Colour used by text on TOC sidebar elements */
  --figure-caption-background-color: #003DAC; 
  --figure-caption-color: #FFFFFF;
}
footer {
  background-color: #4B6D53;
  color:  #000000;
}
main {
  background-color: #f2f0da;
}

.mini-bar {
  background-color: #728D9B !important;
}
.mini-bar ul.menu li a {
  color: #000000;
}
.summary .top {
  color: #4B6D53;
  background: transparent;
  border-bottom: border: 1px var(--menu-foreground-color) solid;
}

.summary {
  border: 1px var(--menu-background-color) solid;
}

.summary .bottom {
  background: transparent;
  border-top: border: 1px var(--menu-background-color) solid;
}
.summary p {color: #000000}

.summary h4 {
  color: #2d0505;
}

.summary h5 {
  color: #2d0505;
}