section#home.blog .jumbotron {
    background-image: url(../img/Mauritius-22.jpg);
    background-position: center;
    min-height: 50vh;
}

section#home.blog .jumbotron h1 {
    text-align: left;
}

section#home.blog {
    min-height: 50vh;
}

section#posts {
    min-height: 100vh;
    background: #EFEFEF;
}

section#home.blog h2, h3, h4 {
    color: #5696bc;
    padding: 15px 0;
}

h2, .h2 {
    font-size: 30px;
    padding-bottom: 30px;
    color: #575a57;
}

h3 {
    font-size: 18px;
    margin-bottom: 5px;
}

h4 {
    font-size: 20px;
    color: #f39d41;
}


a {
    color: #f39d41;
    text-decoration: none;
}

.blog-post img {
    max-width: 100%;
}

.social-links li {
    text-align: left;
    display: inline-block;
}

blockquote:before, blockquote:after {
    font-size: 50px;
    color: #5696bc;
}

blockquote {
    border-color: #5696bc;
    border-width: 3px;
}

.blog-image {
    width: 100%;
    margin-bottom: 30px;
}

.blog-post-more .pager {
    text-align: left;
    margin: 0 0 45px;
    padding: 0;
}

.pager li > a, .pager li > span {
    color: #5696bc;
    border-color: #5696bc;
    min-width: 10vw;
    text-align: center;
}

.pager {
    padding: 15px 0;
    margin: 15px 0;
    text-align: center;
    list-style: none;
}

p, ul, ol, dl {
    font-size: 18px;
}

p {
    font-size: 18px;
    margin-bottom: 30px;
    color: #575a57;
}

footer p {
    font-size: 14px;
}