/* Define standard variables and values for website */
/* Use the variables */
body {
  font-size: calc(1rem + 0.3vw);
  font-family: Garamond-Premier-Pro-Caption, serif;
  background: #f8f9fa;
}

.container {
  background: #fff;
  max-width: 1400px;
  padding: 5px 2%;
}

.text-primary {
  color: #334EA0 !important;
}

.text-accent {
  color: #E51D2F;
}

.text-darkblue {
  color: #0f266d;
}

.spacer-small {
  width: 100%;
  padding-top: 1.5rem;
}

.img-fluid {
  display: block;
  margin: 0 auto;
}

a:focus {
  text-decoration: none;
  border: none;
}

.san-serif {
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif;
  font-weight: 800;
}

nav ul {
  list-style: none;
  width: 100%;
  justify-content: space-evenly;
}
nav li {
  display: inline-block;
  flex-grow: 1;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
nav a {
  color: #334EA0;
  text-decoration: none;
}
nav a:hover, nav a:focus, nav a:active {
  background: #334EA0;
  color: #fff !important;
}

nav.blog-pagination .page-numbers {
  padding: 0.5rem 1rem;
  border: 1px solid #e0e0e0;
}
nav.blog-pagination .page-numbers.current {
  background: #334EA0;
  color: #fff !important;
}

@media screen and (max-width: 600px) {
  .fs-5 {
    font-size: 1rem !important;
  }
  .fs-6 {
    font-size: 0.85rem !important;
  }
}

/*# sourceMappingURL=styles.css.map */
