/* Insert CSS Below */
@import url("https://use.typekit.net/mhx8afc.css");


:root {
--primary-dark-color: #861c1c; /* Primary colour used by elements such as buttons */
--very-dark-primary-color: #691616;  /* Darker primary colour used for contrast or hover effects */
--primary-light-color: #e6dfcd; /* lighter colour or secondary colour */
--topbar-background-color: #e6dfcd; /* background colour for the top bar of the navigation */
--menu-background-color: #861c1c; /* background colour for the menu bar of the navigation */
--menu-alternative-background-color: #861c1c; /* Alternative background colour for the menu bar, used by some buttons */
--menu-foreground-color: #E6DFCD; /* font colour used in the menu bar */
--link-color: #004db3;
--toc-link-color: #004db3; /* Colour used by text on TOC sidebar elements */
--figure-caption-background-color: #691616;
--figure-caption-color: #e6dfcd;
}



body {
  font-family: "aaux-next", sans-serif;
}

header {
  font-family: "aaux-next", sans-serif;
}

h1, h2, h3, h4, h5, h6, h7, h8 {
  font-family: "aaux-next", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #000000;
}

main {
  background-color: white;
}

.wrapper {
  background-color: white;
}

header .top-bar ul.dropdown ul {
    background-color: var(--menu-background-color);
}

/*dropdown admin menu*/
header .top-bar ul.dropdown ul li a {
  background-color: var(--menu-background-color);
  color: white;
}
/*hover color for admin menu*/
header .top-bar ul.dropdown ul li a:hover {
  background-color: #3c0000;
  color: #E6DFCD;
  border-color: #E6DFCD;
  font-weight: 900;
}

header #main-menu a:hover{
  background-color: #3c0000;
  color: #E6DFCD;
  border-color: #E6DFCD;
  font-weight: 900;
}

.box {
  background-color: #e6dfcd;
  padding: 12px;
}

.box .content {
  padding: 1.3rem 0 1.3rem 0 ;
}

.box img {
  height: 200px;
}

footer {
  background-color: var(--menu-background-color);
  color: #e6dfcd;
  font-family: "aaux-next", sans-serif;
}

footer p, footer ul li a, footer a {
  color: #e6dfcd;
  font-family: "aaux-next", sans-serif;
}

footer ul li a:hover{
  background-color: #e6dfcd; /*background color of hover*/
  color: #861c1c; /*text*/
  padding: 1px;
}

footer p a:hover{
   background-color: #fff;
   color: #861c1c;
   padding: 1px;
   font-weight: 600;
}

.dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
  border-color: #e6dfcd transparent transparent;
}

.button.success:hover, .button.success.focus {
  color: #861c1c;
  background-color: #e6dfcd;
  font-weight: 600;
}

.pagination .current {
  background-color: white;
}

.pagination li {
  background-color: white;
  color: #000000;
}

.pagination a, .pagination button {
    color: #212721;
}

.pagination a:hover, .pagination button:hover {
  background-color: #7e0001;
  color: #ffffff;
}

.button {
  background-color: #7e0001;
}

.button:hover {
  color: #7e0001;
  background-color: #ffffff;
  border-color:#7e0001;
  font-weight: 900;
}

/*sub menu that appears on article pages */
.mini-bar {
  background-color: #691616 !important;
}
.mini-bar ul.menu li a {
  background-color: #691616;
  color: #E6DFCD;
  font-weight: 900;
}
/*change hover color of items in mini-bar*/
.mini-bar ul.menu li a:hover {
  background-color: #150404;
  color: #E6DFCD;
  font-weight: 900;
}


.summary .top {
  color: #7e0001;
  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: #E6DFCD} /*top half of summary box with white text */

.summary .bottom p {color: #000} /*bottom half of summary box with black text */

.summary h4 {
  color: #861c1c;
}

.summary h5 {
  color: #861c1c;
}

#article a {
  color: var(--primary-dark-color);
}

footer .very-dark-primary-color {
  background-color: var(--very-dark-primary-color);
}



header .top-bar ul.dropdown ul a:hover {
  color: #E6DFCD;
  background-color:#861c1c;
}

/*resize logo*/
header .top-bar-image {
  height: 90px;
  width: 2392px;
}

header .main.top-bar {
  height: 90px;
  background-color: var(--topbar-background-color);
}



footer img {
  height: 70px;
  width: 140px;
   background-color: var(--very-dark-primary-color);
}

code {
  background: #ffffff;
  padding: 0px;
}

.fig-caption {
  background: #f1f1f1;
}

#content aside h3 {
  color: #032a25;
}

.homepage-element-current-issue {
  margin-left: 25px;
  margin-right: 25px;
}
/*removes white border around header logo*/
.main-header .border-right {border-right: none;}
.main-header .border-left {border-left: none;}

li {
  margin: 0px;
  padding: 0px;
  list-style-position: inside;
}

/*to match background of footer image to footer color*/
footer .columns {
  background-color: #861c1c;
}