:root {
--primary-dark-color: #29363d; /* Primary colour used by elements such as buttons */
--very-dark-primary-color: #29363d;  /* Darker primary colour used for contrast or hover effects */
--primary-light-color: #336600; /* lighter colour or secondary colour */
--topbar-background-color: #eaebe9; /* background colour for the top bar of the navigation */
--menu-background-color: #bec2c4; /* background colour for the menu bar of the navigation */
--menu-alternative-background-color: #bec2c4; /* Alternative background colour for the menu bar, used by some buttons */
--menu-foreground-color: #000; /* font colour used in the menu bar */
--link-color: #336600;
--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 a:hover {
   background-color: #cbcecf;
}
a {
  text-decoration: underline !important;
}