body {
  padding-top: 50px;
  padding-bottom: 50px;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;  
  font-weight: 400;
  font-style: normal;
  line-height: 24px;
  font-variation-settings: "width" 100;
}


h1, h2, h3, h4, h5, h6 {
  font-family: "Cabin", sans-serif;
}

.flex-auto {
  flex: 0 0 auto;
}

.blog-pagination {
  margin-bottom: 4rem;
}

.blog-post {
  margin-bottom: 4rem;
}

.blog-post-meta {
  margin-bottom: 1.25rem;
  color: #727272;
}

pre {
  font-family: "Roboto Mono", monospace;
  padding: 1rem;
  margin: 1px;
  background-color: rgba(var(--bs-tertiary-bg-rgb)) !important;
  border-radius: var(--bs-border-radius) !important;  
}

blockquote {
  padding: 1rem;
  margin: 1px;
  background-color: rgba(var(--bs-secondary-bg-rgb)) !important;
  border-radius: var(--bs-border-radius) !important;  
}

blockquote p{
  margin: 1px;
  padding: 1px;
}

.navbar-brand {
    /* color: #dd0202 !important; */
}

.navbar-nav .nav-link {
    /* color: #636e3d !important;  */
}

.headline {
  max-width: 100%;
  height: auto;
}

.markdown img{
  max-width: 49%;
  height: auto;
}

.markdown video{
  width: 100%;
  height: auto;
}

.markdown td,th{
  border-style: solid;
  border-width: 1px;
  border-color: rgba(var(--bs-secondary-rgb)) !important;
  padding: .5rem;
  margin: .5rem;
  border-radius: var(--bs-border-radius) !important;  
}

.markdown table {
  margin: 1px;
  background-color: rgba(var(--bs-secondary-bg-rgb)) !important;
  border-radius: var(--bs-border-radius) !important;  
}

