@font-face {
  font-family: Merriweather;
  src: url(fonts/Merriweather.ttf)
}

.dark-bg {
  background: #131516;
}

.dark-fg
{
  background: #181a1b
}

blockquote {
  padding: 0 1em;
  color: #a9a297;
  border-left: .25em solid #3b4042;
}

body {
  font-size: 14px;

  margin: 0;
  padding: 0;
}

p {
  margin-bottom: 0.5rem;
}

nav {
  background: rgba(24, 26, 27, 0.6);
  backdrop-filter: blur(8px);
}

li, td, th, code, dt, dd, p, h1, h2, h3, h4, h5, h6 {
  color: #cecece !important;
}

hr {
  color: gray;
}

.nav-font {
  font-size: 18px;
  width: auto;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

.separator {
  border-bottom: 1px solid #424242 !important;
}

.border-bottom-dark {
  border-bottom: 1px solid #424242 !important;
}

.border-top-dark {
  border-top: 1px solid #424242 !important;
}

.main-container {
  display: flex;
  margin-top: 24px
}

.biography-font {
  font-family: Merriweather, serif;
}

.nav-selected
{
  font-weight: bold;
  background: #762818;
}

@media (max-width: 768px) {
  .order-md-last-inv {
    order: 6 !important;
  }
}

@media (max-width: 768px) {
  .order-md-first-inv {
    order: -1 !important;
  }
}
