/* style.css */

.main-title {
    color: #8e0303;
    font-weight: bold;
}

.subtitle {
    color: darkgrey;
    display: block;
    margin-top: 5px;
}

.entry-content-header .post-title {
    font-size: 17px; /* Default font size */
    margin-bottom: .1em;
    text-align: left;
}

.post-meta-infos .minor-meta {
    display: none;
}

/* Add borders to the featured and main body images */
.featured-image-border img {
    border: 2px solid #8e0303; /* Customize the border color and width as needed */
    padding: 5px; /* Optional: Add padding inside the border */
    display: block;
    margin: 10px auto; /* Center the image and add space around it */
}

.main-body-image-border img {
    border: 2px solid #8e0303; /* Customize the border color and width as needed */
    padding: 5px; /* Optional: Add padding inside the border */
    display: block;
    margin: 10px auto; /* Center the image and add space around it */
}

/* Remove overlay-related styles */
.overlay-class {
    display: none; /* Or remove the class entirely if not needed */
}
