: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: #ffffff; /* background colour for the top bar of the navigation */
--menu-background-color: #eaebe9; /* 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;
}

a {
  text-decoration: underline !important;
}

h1 {
  font-family: Merriweather, serif;
  color: #29363d;
  font-size: 4.375rem;
  line-height: 1.32857;
  }

h2 {
  font-family: Merriweather, serif;
  color: #29363d;
  font-size: 1.875rem;
  font-weight: 700
}

h3 {
  font-family: Nimbus Sans,sans-serif;
  color: #000000;
  font-size: 1.3125rem;
  font-weight: 700;
  line-height: 1.42857;
}

h4 {
  font-family: Nimbus Sans, sans-serif;
  font-size: 1.125rem;
  line-height: 1.38889;
}

h5 {
  font-family: Nimbus Sans, sans-serif;
  font-size: 1rem;
  line-height: 1.5625;
}

h6 {
  font-family: Nimbus Sans, sans-serif;
  color: #1a2a36;
}

header {
  font-family: 'Nimbus Sans', sans-serif !important;
}

header #main-menu {
  background-color: #bec2c4;
  margin-top: -.3125rem;
}

header #main-menu li a {
  font-family: 'Nimbus Sans', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.625;
  text-decoration: none !important;
}

header .top-bar ul.dropdown ul a:hover {
  background-color: #cbcecf;
  text-decoration: underline #336600 0.4375rem !important;
}

body {
  font-family: 'Nimbus Sans', sans-serif;
  color: #4a4a4a;
  font-size: 1rem;
  line-height: 1.75;
}

body #article h1 {
  font-size: 3.0096rem;
}

body .button {
  border: .125rem solid #29363d;
  border-radius: 1.875rem;
  margin: .625rem 0;
  text-align: left;
  cursor: pointer;
  background-color: transparent !important;
  color: #29363d !important;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.38889;
  text-decoration: none !important;
  transition: color .2s ease-in-out,background-color .2s east-in-out,padding .2s ease-in-out;
  position: relative;
}

body .button:hover {
  background-color: #29363d !important;
  color: #fff !important;
}

body .accordion-title {
  font-size: 1.125rem;
  line-height: 1.42857;
  padding: 1.5625rem;'
  position: relative;
  cursor: pointer;
  color: #29363d;
}

body .accordion-content {
  color: #4a4a4a;
}