:root {
  --primary-dark-color: #89130f; /* Primary colour used by elements such as buttons */
  --very-dark-primary-color: #89130f;  /* 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: #89130f; /* background colour for the menu bar of the navigation */
  --menu-alternative-background-color: #89130f; /* 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: #22175b; /* Colour used by text on TOC sidebar elements */
  --figure-caption-background-color: #003DAC; 
  --figure-caption-color: #FFFFFF;
}

.main-footer div.very-dark-primary-color {
  background-color: #FFF;
}

h1, h2, h3, h4, h5, h6, h7 {
  color: #89130f;
}

.alignleft {
  float: left;
  margin: 10px 10px 10px 0;
}
.alignright {
  float: right;
  margin: 10px 0 10px 10px;
}