/* clean.css | https://joho.tallgrass.newprairiepress.org/static/clean/css/clean.css */

.site-header {
  /* background-color: #1C304A; */
  /* color: #FFF; */
  background-color: #FFF;
  color: black;
}

.navbar-custom {
  /* background-color: #1C304A; */
  background-color: black;
}

.navbar-custom .navbar-nav .nav-link {
  /* color: rgba(255, 255, 255, .8); */
  color: rgb(245, 73, 39,.8);
}

body {
  /* background-color: #F0F0F0; */
  background-color: #FFF;
}

/* custom.css | https://joho.tallgrass.newprairiepress.org/media/customstyling/2/custom.css */

:root {
  /* --primary-dark-color: #512888; */
  /* --very-dark-primary-color: #512888; */
  /* --primary-light-color: #512888; */
  --primary-dark-color: black;
  --very-dark-primary-color: black;
  --primary-light-color: #FFF;
}

/* ksul.css | https://joho.tallgrass.newprairiepress.org/static/plugins/ksulcolors/css/ksul.css */

:root {
  /* --topbar-background-color: #24193d; */
  /* --menu-foreground-color: #512888; */
  --topbar-background-color: black;
  --menu-foreground-color: black;
}