.blogSection {
    background-image: url(../images/about/about.jpg);
    height: 40vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

@media (min-width: 1200px) {
    .blogContainer {
        width: 970px;
    }
}

/*
   * Main column and sidebar layout
   */

.blog-main {
    font-size: 18px;
    line-height: 1.5;
}

/* Sidebar modules for boxing content */
.sidebar-module {
    padding: 15px;
    margin: 0 -15px 15px;
}
.sidebar-module-inset {
    padding: 15px;
    background-color: #f5f5f5;
    border-radius: 4px;
}
.sidebar-module-inset p:last-child,
.sidebar-module-inset ul:last-child,
.sidebar-module-inset ol:last-child {
    margin-bottom: 0;
}

/* Pagination */
.pager {
    margin-bottom: 60px;
    text-align: left;
}
.pager > li > a {
    width: 140px;
    padding: 10px 20px;
    text-align: center;
    border-radius: 30px;
}

/*
   * Blog posts
   */

.blog-post {
    margin-bottom: 60px;
}

.blog-post-meta {
    margin-bottom: 20px;
    color: #999;
}
