/* Insert CSS Below */

:root {
  --primary-dark-color: #363c71; /* Primary colour used by elements such as buttons */
  --very-dark-primary-color: #363c71;  /* Darker primary colour used for contrast or hover effects */
  --primary-light-color: #585d88; /* lighter colour or secondary colour */
  --topbar-background-color: #363c71; /* background colour for the top bar of the navigation */
  --menu-background-color: #363c71; /* background colour for the menu bar of the navigation */
  --menu-alternative-background-color: #363c71; /* Alternative background colour for the menu bar, used by some buttons */
  --menu-foreground-color: #FFF; /* font colour used in the menu bar */
  --link-color: #2199e8;
  --toc-link-color: #363c70; /* Colour used by text on TOC sidebar elements */
  --figure-caption-background-color: #003DAC; 
  --figure-caption-color: #FFFFFF;
}

.border-right {
  border-right: 3px solid #ae6938; }

.border-left {
  border-left: 3px solid #ae6938; }
  
header .top-bar {
  border-bottom: 3px solid #ae6938;
}

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: white;
}

header .top-bar ul.dropdown ul a:hover {
  background-color: #585d88;
}

li.\.is-dropdown-submenu-parent:nth-child(1) > a:nth-child(1) {
  color: white;
}