.post-area .container {
    max-width:1150px;
    padding-bottom:20px;
    font-size:1.1em;
    color: #0b0b0b;
    line-height:35px;
}

.post-area > h1 {
    text-align: center;
    text-shadow: 1px 1px 3px #7b7b7b;
    margin-top:15px;
}

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

section.post-header {
    padding-top:40px;
}

.post-area h2 {
    margin-top: 40px;
    margin-bottom: 20px;
}

div.post-time {
    text-align: center;
    color:#e2e1e6;
    margin-bottom: 20px;
    position: relative;
    z-index: 2;
}

h1.post-title {
    font-size:3.2em;
    text-shadow: 1px 1px 3px #7b7b7b;
    color: white;
    text-align:center;
}

.blog-main-image {
    /* Set a specific height */
    height: 350px;

    /* Create the parallax scrolling effect */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.blog-parallax {
    background-attachment: fixed;
}

.related-post:hover a {
    text-decoration: none;
}

.related-post {
    background: #f1f1f1;
    color:black;
    border-radius:10px;
    overflow: hidden;
    display:flex;
    flex-flow: column;
    height:100%;
}

.related-post-body h3 {
    color: #111111;
    padding:5px;
}
.related-post-body {
    text-align: center;
}

.related-post > .related-post-image {
    width:100%;
    height:250px;
    margin-bottom:10px;
}

.related-post > .related-post-image img {
    object-fit: cover;
    height:100%;
    width:100%;
}