.bg-black{background-color: #000;}

.entry-title{
    margin-top: 0;
}

.site-main{
    margin-top:30px;
}

.banner-placeholder{
    background-color: lightgray;
    margin: auto;
    max-width:100%;
    display: none;
}

.page-numbers{
    word-break: normal;
}

.customThumb{
    height: 40vh;
    display: block;
    background-size: cover;
    background-position: center;
}
/* CSS code for mobile devices */
@media only screen and (max-width: 767px) {
    article {
        font-size: 1.5rem;
    }
    .entry-meta {
        font-size: 1.3rem;
    }
}

.table caption{
    font-weight:900;
    caption-side: top;
}