/* Insert CSS Below */
@import url('https://fonts.googleapis.com/css2?family=Mulish');

@font-face {
  font-family: 'Mulish', sans-serif;
  src:url('https://fonts.googleapis.com/css2?family=Mulish');
  src:url('https://fonts.googleapis.com/css2?family=Mulish'), format('embedded-opentype'):
}

:root {
--primary-dark-color: #55b3ff; /* Primary colour used by elements such as buttons */
--very-dark-primary-color: #55b3ff;  /* Darker primary colour used for contrast or hover effects */
--primary-light-color: #fff; /* lighter colour or secondary colour */
--topbar-background-color:#FFE0B2; /* background colour for the top bar of the navigation */
--menu-background-color: #8D6B8C; /* background colour for the menu bar of the navigation */
--menu-alternative-background-color: #fff; /* Alternative background colour for the menu bar, used by some buttons */
--menu-foreground-color: #000000; /* 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: #479b9e; 
--figure-caption-color: #000000;
}

body {
  font-family: 'Mulish', sans-serif;
}

header {
  font-family: 'Mulish', sans-serif;
}



h1, h2, h3, h4, h5, h6, h7, h8 {
  font-family: 'Mulish', sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #2d0505
}

main {
  background-color: #FFE0B2 ;
}

.wrapper {
  background-color: #ecf2ec;
}

header .top-bar ul.dropdown ul {
    background-color: var(--menu-background-color);
}

header .top-bar ul.dropdown ul li a {
    background-color: var(--menu-background-color);
  color: white;
}

.box {
  background-color: #FFFFFF;
  padding: 12px;
}

.box .content {
  padding: 1.3rem 0 1.3rem 0 ;
}

.box img {
  height: 200px;
}

footer {
  background-color: #FFE0B2;
  color: #FFF;
  font-family: 'Mulish', sans-serif;
}

footer p, footer ul li a, footer a {
  color:  #000000;
  font-family: 'Mulish', sans-serif;
}

.dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
  border-color: #ecf2ec transparent transparent;
}

.button.success:hover, .button.success.focus {
  background-color: #8c4b47;
}

.pagination .current {
  background-color: #ff6555;
}

.pagination li {
  background-color: #ff6555;
  color: #FFF;
}

.pagination a, .pagination button {
    color: #FFF;
}

.pagination a:hover, .pagination button:hover {
  background-color: #8c4b47;
}

.button {
  background-color: #ff6555;
}

.button:hover {
  background-color: #8c4b47;
}

.mini-bar {
  background-color: #107B89 !important;
}

.mini-bar ul.menu li:hover {
  background-color: #8c4b47;
}

.mini-bar ul.menu li a {
  color: #ecf2ec;
}

.summary .top {
  color: #2d0505;
  background: transparent;
  border-bottom: border: 1px var(--menu-background-color) solid;
}

.summary {
  border: 1px var(--menu-background-color) solid;
}

.summary .bottom {
  background: transparent;
  border-top: border: 1px var(--menu-background-color) solid;
}

.summary p {color: #000000}

.summary h4 {
  color: #2d0505;
}

.summary h5 {
  color: #2d0505;
}

#article {
  font-family: 'Mulish', sans-serif;
}

#article a {
  color: var(--primary-dark-color);
  
}

footer .very-dark-primary-color {
  background-color: #479b9e;

}

footer .columns {
  background-color: #FFE0B2;
}

header .top-bar ul.dropdown ul a:hover {
  background-color: #310909;
}

header #main-menu li a {
    font-weight: 500;
    color: var(--menu-foreground-color);
    
}

footer img {
  height: 70px;
  width: 140px;
}

code {
  background: #ffffff;
  padding: 0px;
}

.fig-caption {
  background: #f1f1f1; 
}

.orbit-caption h3 {
  color: #000 !important;
  background-color: rgb(255, 255, 255, 0.9);
  padding: 5px;
}

.orbit-caption p {
  color: #000 !important;
  background-color: rgb(255, 255, 255, 0.9);
  padding: 5px;
}

.orbit .orbit-caption a {
  color: #000;
  padding-bottom: 0.34722rem;
  border-bottom: 1px solid #000000;
}