/* Insert CSS Below */
:root {
--primary-dark-color: #ffffff; /* Primary colour used by elements such as buttons */
--very-dark-primary-color: #4e6a48;  /* Darker primary colour used for contrast or hover effects */
--primary-light-color: #ffffff; /* lighter colour or secondary colour */
--topbar-background-color: #ffffff; /* background colour for the top bar of the navigation */
--menu-background-color: #4e6a48; /* background colour for the menu bar of the navigation */
--menu-alternative-background-color: #479b9e; /* Alternative background colour for the menu bar, used by some buttons */
--menu-foreground-color: #ffffff; /* font colour used in the menu bar */
--link-color: #479b9e;
--toc-link-color: #22175b; /* Colour used by text on TOC sidebar elements */
--figure-caption-background-color: #003DAC; 
--figure-caption-color: #FFFFFF;
}

body {
  font-family: verdana;
}

header {
  font-family: verdana;
}

h1, h2, h3, h4, h5, h6, h7, h8 {
  font-family: verdana;
  font-weight: normal;
  font-style: normal;
  color: #212121
}

main {
  background-color: #ffffff;
}

.wrapper {
  background-color: #ffffff;
}

header .top-bar ul.dropdown ul {
    background-color: #edf2ec;
}

.box {
  background-color: #FFFFFF;
  padding: 12px;
}

.box .content {
  padding: 1.3rem 0 1.3rem 0 ;
}

.box img {
  height: 200px;
}

footer {
  background-color: #FFFFFF;
  color: #212121;
  font-family: verdana;
}

footer p, footer ul li a, footer a {
  color: #212121;
  font-family: verdana;
}

.dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
  border-color: #ecf2ec transparent transparent;
}

.button.success:hover, .button.success.focus {
  background-color: #4E6A48;
}

.pagination .current {
  background-color: #4e6a48;
}

.pagination li {
  background-color: #4e6a48;
  color: #FFF;
}

.pagination a, .pagination button {
    color: #FFF;
}

.pagination a:hover, .pagination button:hover {
  background-color: #4E6A48;
}

.button {
  background-color: #4e6a48;
}

.button:hover {
  background-color: #4E6A48;
}

.mini-bar {
  background-color: #ffb58f !important;
}

.mini-bar ul.menu li:hover {
  background-color: #ffb58f;
}

.mini-bar ul.menu li a {
  color: #2d0505;
}

.summary .top {
  color: #2d0505;
  background: transparent;
  border-bottom: border: 1px var(--menu-background-color) solid;
}

.summary {
  border: 1px var(--menu-background-color) solid;
}

.summary p {
  color: #2d0505;
}

.summary .bottom {
  background: transparent;
  border-top: border: 1px var(--menu-background-color) solid;
}

.summary h4 {
  color: #2d0505;
}

.summary h5 {
  color: #2d0505;
}

#article a {
  color: var(--link-color);
}

footer .very-dark-primary-color {
  background-color: #ffffff;
}

#content aside h3 {
  color: #212121
}

.button.success {
  background-color: #4e6a48;
}