.quicksand, .nav-item, .button, .display-1, .display-2, .display-3, .display-4, .display-5, .display-6, h2, h4, h6, h1, h3, h5, p, body, html {
  font-family: "Quicksand", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

body {
  font-weight: normal;
}

.feature-image h1.splash-title {
  padding: 2em 0.5em;
  color: white;
  font-variant-caps: small-caps;
}

h1, h3, h5 {
  font-weight: 600 !important;
}

h2, h4, h6 {
  font-weight: 500;
}

.display-1, .display-2, .display-3, .display-4, .display-5, .display-6 {
  font-weight: 600 !important;
  text-transform: uppercase;
}

h2.bibliography {
  font-size: 1.5rem !important;
}

.button {
  font-weight: bold;
}

blockquote {
  margin: 0;
}

blockquote p {
  padding: 15px;
  background: #eee;
  border-radius: 5px;
}

article img:not(.card-img-top) {
  max-width: 80%;
  max-height: 80%;
  height: inherit !important;
  display: block;
  margin: auto;
}
article .display-1, article .display-2, article .display-3, article .display-4, article .display-5, article .display-6 {
  text-align: center;
}

.nav-item .active {
  font-weight: 900;
}
.nav-item:hover {
  font-weight: 900;
  color: #4d4bcd;
}
.nav-item {
  font-variant-caps: small-caps;
}

.container a, main a {
  color: #4d4bcd;
  font-weight: 500;
}
.container a:hover, main a:hover {
  color: #fff;
  background: linear-gradient(90deg, rgb(116, 134, 177), rgb(99, 96, 104)) !important;
}

.navbar-brand {
  font-weight: 900;
}

.feature-image {
  height: 12rem;
  background-position: center center;
  background-repeat: no-repeat;
}

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