body {
    font-family: 'Open Sans', sans-serif;
    background-color: #fdfdfd;
}

h1, h2, h3, h4, .blog-title {
    font-family: 'Vesper Libre', serif;
    font-weight: 500;
}

.blog-title {
    font-size: 1.8rem;
    color: #545454;
}

.display-4 {
  line-height: 1;
  font-weight: 500;
  font-size: 3.5rem;
  font-family: 'Vesper Libre', serif;
}

a {
    color: #1b66b7;
}

.post-list {
    list-style-type: none;
    padding: 0 0 0 1.5rem;

}

.post-list .info {
    color: #9f9f9f;
    font-size: 0.8rem;
}

.post-list li {
    padding-top: 1.5rem;
    padding-left: 0rem;
    border-left: 0px solid #f0f0f0;
}

h1, .post-list h3, .post-list .continue-reading, .post-list .excerpt, .post-list .info {
    margin-bottom: 0;
}

.navbar a:hover {
    color: #ddd;
}

.navbar a {
    color: #ADADAD;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding: 0.5rem 1rem;
}

.nav-item:first-child {
    border-right: 1px solid #5E5E5E;   
}

.app-content {
    margin-top: 1rem;
}

.pagination {
  display: inline;
  list-style: none;
  padding: 0 0 0 3rem;
}

.pagination li {
  display: inline;
}

.pagination li::after {
  content: ", ";
}

.pagination .active a {
    color: #00000f;
}

.pagination li:last-child::after {
    content: "";
}

.app-footer {
    margin-top: 2rem;
}
