/* Insert CSS Below */
:root {
  --primary-dark-color: #afc2b1; /* Primary colour used by elements such as buttons */
  --very-dark-primary-color: #afc2b1;  /* Darker primary colour used for contrast or hover effects */
  --primary-light-color: #f2f0e2; /* lighter colour or secondary colour */
  --topbar-background-color: #f2f0e2; /* background colour for the top bar of the navigation */
  --menu-background-color: #FFFFFF; /* background colour for the menu bar of the navigation */
  --menu-alternative-background-color: #FFFFFF; /* Alternative background colour for the menu bar, used by some buttons */
  --menu-foreground-color: #000000; /* font colour used in the menu bar */
  --link-color: #2199e8;
  --toc-link-color: #22175b; /* 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: #9dae9f;
}

header .top-bar ul.dropdown ul a:hover {
  background-color: #f5f9f1;
}

li.\.is-dropdown-submenu-parent:nth-child(1) > a:nth-child(1) {
  color: #9DAE9F;
}
@media screen and (min-width: 40em) {
  header .top-bar-image {
    margin-top: 0px;
  }
  .summary p {color: #000000}
}