/* Insert CSS Below */
:root {
  --primary-dark-color: #830000; /* Primary colour used by elements such as buttons */
  --very-dark-primary-color: #830000;  /* Darker primary colour used for contrast or hover effects */
  --primary-light-color: #fff; /* lighter colour or secondary colour */
  --topbar-background-color: #FFF; /* 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-image {
    max-height: 90px;
    max-width: 550px;
    padding: 1px;
    margin-top: -20px;
}

header .top-bar-left {
  padding-left:  0px;
  padding-bottom: 0px;
  padding-right:  0px;
}

.summary .bottom {
  background: transparent;
  border-top: border: 1px var(--menu-background-color) solid;
}

.summary .bottom p {
  color: #000;
}

.summary p {color: #FFF;}