* Insert CSS Below */
:root {
--primary-dark-color: #E88300; /* Primary colour used by elements such as buttons */
--very-dark-primary-color: #FF4C20;  /* Darker primary colour used for contrast or hover effects */
--primary-light-color: #fff; /* lighter colour or secondary colour */
--topbar-background-color: #FCDFA8;/* background colour for the top bar of the navigation */
--menu-background-color: #354669; /* background colour for the menu bar of the navigation */
--menu-alternative-background-color: #FC2500; /* Alternative background colour for the menu bar, used by some buttons */
--menu-foreground-color: #000000; /* font colour used in the menu bar */
--link-color: #200404;
--toc-link-color: #200404; /* Colour used by text on TOC sidebar elements */
--figure-caption-background-color: #479b9e; 
--figure-caption-color: #000000;
}


#article a {
  color: var(--primary-dark-color);
}
footer {
  background-color: #478b7c;
  color: #FFF;
  font-family: 'Ubuntu';
}

footer p, footer ul li a, footer a {
  color: #FFF;
  font-family: 'Ubuntu';
}

footer svg {
  max-height: 90px;
}

svg g .st1 {
  fill: #000 !important;
}



.summary .bottom {
  background: transparent;
  border-top: border: 1px var(--menu-background-color) solid;
  border-bottom: border: 1px var(--very-dark-primary-color) solid;
}

.summary p {color: #000000}