body {
  font-size: 16px;
  font-family: 'Lato', sans-serif;
  line-height: 1.8;
}

h1,h2,h3,h4,h5,h6 {
  font-weight: 400;
}

.navbar-brand {
  font-weight: bold !important;
  font-size: 24px !important;
}

.post-preview {
  background-color: white;
  padding-left: 50px;
  padding-right: 50px;
  margin-top: 50px;
}

.post-heading {
  background-color: white;
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 25px;
  padding-bottom: 25px;
  margin-bottom: -25px;
}

.blog-post {
  background-color: white;
  padding-left: 50px;
  padding-right: 50px;
  padding-bottom: 25px;
}

.post-preview a h2 {
  color: #005eff;
}

.post-read-more {
  font-weight: 400 !important;
}
