@import url('https://cdn.theme.iastate.edu/nimbus-sans/nimbus-sans.css');

:root {
--primary-dark-color: #313130; /* Primary colour used by elements such as buttons */
--very-dark-primary-color: #313130;  /* Darker primary colour used for contrast or hover effects */
--primary-light-color: #fff; /* lighter colour or secondary colour */
--topbar-background-color: #fff; /* background colour for the top bar of the navigation */
--menu-background-color: #e5b81d; /* background colour for the menu bar of the navigation */
--menu-alternative-background-color: #e5b81d; /* Alternative background colour for the menu bar, used by some buttons */
--menu-foreground-color: #000000; /* font colour used in the menu bar */
--link-color: #2a3e60;
--toc-link-color: #2a3e60; /* Colour used by text on TOC sidebar elements */
--figure-caption-background-color: #003DAC; 
--figure-caption-color: #FFF;
}

body {
  font-family: 'Nimbus Sans', sans-serif;
  color: #4a4a4a;
  font-size: 1rem;
  line-height: 1.75;
}

h1 {
  font-family: Merriweather, serif;
  color: #313130;
  font-size: 4.375rem;
  line-height: 1.32857;
  }

h2 {
  font-family: Merriweather, serif;
  color: #636260;
  font-size: 1.875rem;
  font-weight: 700
}

h2.title {
  text-align: left;
}
  
h3 {
  font-family: Nimbus Sans,sans-serif;
  color: #2a3e60;
  font-size: 1.3125rem;
  font-weight: 700;
  line-height: 1.42857;
}

h4 {
  font-family: Nimbus Sans, sans-serif;
  color: #000;
  font-size: 1.125rem;
  line-height: 1.38889;
}

h5 {
  font-family: Nimbus Sans, sans-serif;
  color: #000;
  font-size: 1rem;
  line-height: 1.5625;
}

h6 {
  font-family: 'Nimbus Sans', sans-serif;
  color: #000;
}

p {
  margin: 1.125rem 0;
}

header {
  font-family: 'Nimbus Sans', sans-serif;
}

header .top-bar ul.dropdown ul {
  background-color: #fff;
}

header .top-bar-right {
  border-left: 0px;
}

header .top-bar-left {
  border-right: 0px;
}

header #main-menu {
  margin-top: -.3125rem;
  padding: 1.25rem 0;
}

header #main-menu li {
  text-align: left;
}

header #main-menu li a {
  font-family: 'Nimbus Sans', sans-serif;
  color: #000;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none !important;
}

header #main-menu li a:hover {
  color: #000;
  text-decoration: underline #f7e9bb 0.4375rem !important;
}

a::after {
  border-color:#a3c2fa transparent !important;
}

a {
  text-decoration: underline !important;
  font-weight: 700;
}

body #article h1 {
  font-size: 3.0096rem;
}

body .button {
  border: .125rem solid #2a3e60;
  border-radius: 1.875rem;
  padding: .5rem 1.25rem .5rem 1.25rem;
  margin: .625rem 0;
  text-align: left;
  cursor: pointer;
  background-color: transparent !important;
  color: #2a3e60 !important;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.38889;
  text-decoration: none !important;
  transition: color .2s ease-in-out,background-color .2s east-in-out,padding .2s ease-in-out;
  position: relative;
}

body .button:hover {
  background-color: #2a3e60 !important;
  color: #fff !important;
}

body .summary h5 {
  color: #2a3e60 !important;
}

body table {
  padding: 1.5625rem;
}


footer svg {
  width: 100%;
  height: 100%;
}

footer .row .large-2 {
  background-color: #fff;
}

header .top-bar-left svg {
  height: 100%;
  max-width: none;
  max-height: none;
}

.cover-float-right {
  width: 20%; 
  float: right;
  padding-left: 16px;
  padding-bottom: 16px;
}