/* Page Header */
.masthead {
    position: relative;
    background-color: #E0E0E0;
    background-size: cover;
    background-position: center;
    padding: 8rem 0;
    text-align: center;
}

.masthead:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ffffff;
    opacity: 0.5;
}

.masthead .page-heading {
    text-align: center;
    margin: 0;
    padding: 4rem 0;
}

.masthead .page-heading h1 {
    font-size: 3rem;
    margin-bottom: 0.5rem;
    /* text-transform: uppercase; */
}

.masthead .page-heading .heading-details {
    font-size: 1rem;
    font-weight: 200;
    margin-bottom: 0;
}

.masthead .page-heading .subheading {
    font-size: 1.5rem;
    font-weight: 300;
    margin-bottom: 0;
}

.blog-container {
    padding: 10vh 0%
}

/* Blog Post Preview */
.post-preview {
    /* margin-bottom: 4rem; */
}

.post-preview a {
    color: #333;
    text-decoration: none;
}

.post-preview a:hover h2 {
    color: #FFC107;
}

.post-preview .post-title {
    font-size: 2rem;
    margin-bottom: 1rem;
    text-transform: capitalize;
}

.post-preview .post-subtitle {
    font-size: 1.25rem;
    font-weight: 300;
    margin-bottom: 0.5rem;
}

.post-preview .post-meta {
    font-size: 0.9rem;
    color: #6c757d;
}

/* Divider */
hr {
    border: 1px solid grey;
    margin: 2rem 0;
}

p img {
    max-width: 100%;
    height: auto;
    display: block;
}

.back-link a {
    color: #333;
}

.back-link a:hover {
    color: #555;
}
