/* Insert CSS Below */
:root {
  --primary-dark-color: #4db556; /* Primary colour used by elements such as buttons */
  --very-dark-primary-color: #4db556;  /* Darker primary colour used for contrast or hover effects */
  --primary-light-color: #e6f2de; /* lighter colour or secondary colour */
  --topbar-background-color: #FFF; /* background colour for the top bar of the navigation */
  --menu-background-color: #FFF; /* background colour for the menu bar of the navigation */
  --menu-alternative-background-color: #FFF; /* Alternative background colour for the menu bar, used by some buttons */
  --menu-foreground-color: #45a24d; /* font colour used in the menu bar */
  --link-color: #2199e8;
  --toc-link-color: #08644D; /* Colour used by text on TOC sidebar elements */
  --figure-caption-background-color: #003DAC; 
  --figure-caption-color: #FFFFFF;
}


header .top-bar ul.dropdown ul {
    background-color: var(--menu-background-color);
}

header .top-bar ul.dropdown ul li a {
   background-color: var(--menu-background-color);
  color: #08644D;
}

header .top-bar ul.dropdown ul a:hover {
  background-color: #E6F2DE;
}

li.\.is-dropdown-submenu-parent:nth-child(1) > a:nth-child(1) {
  color: #45a24d;
}
.summary p {color: #000000}