:root {
--primary-dark-color: #cc0000; /* Primary colour used by elements such as buttons */
--very-dark-primary-color: #cc0000;  /* Darker primary colour used for contrast or hover effects */
--primary-light-color: #606263; /* lighter colour or secondary colour */
--topbar-background-color:#cc0000; /* background colour for the top bar of the navigation */
--menu-background-color: #000; /* background colour for the menu bar of the navigation */
--menu-alternative-background-color: #000; /* Alternative background colour for the menu bar, used by some buttons */
--menu-foreground-color: #FFF; /* font colour used in the menu bar */
--link-color: #cc0000;
--toc-link-color: #606263; /* Colour used by text on TOC sidebar elements */
--figure-caption-background-color: #003DAC; 
--figure-caption-color: #FFFFFF;
}

a:hover {
  color:#a30000;
}

header .main.top-bar {
    background-color:#CC0000;
}

header .top-bar ul.dropdown ul {
   background-color: var(--primary-dark-color);
}
header .top-bar ul.dropdown ul a:hover {
   background-color: #333333;
}
header .top-bar-right ul.dropdown ul a:hover {
   background-color: #990000;
}

.top-bar-right a {
  color: #fff;
}

.top-bar-left {
  background-color:#FFF;
}

.top-bar-right {
  border-left: 0px;
}
.top-bar-left {
  border-right: 0px;
}

.table-foot {
  font-style: italic;
  background-color: #ededed;
}

.button {
  background-color: #c8102e;
}