:root {
  --jumbotron-padding-y: 3rem;
}

.header-logo {
  height: 40px;
  margin: 0 5px;
}

.jumbotron {
  padding-top: var(--jumbotron-padding-y);
  padding-bottom: var(--jumbotron-padding-y);
  margin-bottom: 0;
  background-color: #fff;
}

@media (min-width: 768px) {
  .jumbotron {
    padding-top: calc(var(--jumbotron-padding-y) * 2);
    padding-bottom: calc(var(--jumbotron-padding-y) * 2);
  }
}

.jumbotron p:last-child {
  margin-bottom: 0;
}

.jumbotron-heading {
  font-weight: 300;
}

.jumbotron .container {
  max-width: 40rem;
}

footer {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

footer p {
  margin-bottom: .25rem;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

.post-preview {
  font-family: 'Open Sans';
}

.post-preview a {
  color: #212529;
  text-decoration: none;
}

.post-preview a:hover {
  color: #0085a1;
}

.post-title {
  font-size: 36px;
  font-weight: 800;
}

.post-preview  a  .post-subtitle {
    font-weight: 300;
    margin: 0 0 10px;
}

.blog-article-content {
  font-family: 'Open Sans';
}


.blog-article-header h1 {
  font-family: 'Open Sans';
  font-size: 50px;
  font-weight: 800;
}