.thumbnail-section{
    background:none !important;
    background-color:black !important;
}

.thumbnail-section .intro-text{
    padding-top:200px;
    padding-bottom:200px;
    padding-left:100px;
    padding-right:100px;
    text-shadow: 2px 2px #4b4b4b;
    color:white;
    max-width: 500px !important;
    margin: 0 auto;
}

.latest-posts-section .navigation-row .view-news-link{
    color:black !important;
    font-family: 'PT Serif', sans-serif;
    text-decoration: underline !important;
    font-size:20px !important;
}

.latest-posts-section .articles-row{
    padding-top:50px !important;
    padding-bottom:50px !important;
}

.latest-posts-section .articles-row .single-article-col a{
    text-decoration: none !important;
}

.latest-posts-section .articles-row .single-article-col .thumbnail-container{
    max-height:300px !important;
    width:100%;
    overflow: hidden;
}

.latest-posts-section .articles-row .single-article-col .thumbnail-container img{
    width:100% !important;
    height:100% !important;
    object-fit: cover !important;
}

.latest-posts-section .articles-row .single-article-col .article-title{
    color: black !important;
    font-family: 'PT Serif', sans-serif;
    font-size:28px !important;
    margin-top:15px !important;
    font-weight: 600;
}

.latest-posts-section .articles-row .single-article-col .article-excerpt{
    color:black !important;
    font-family: 'Calibri';
    font-size:16px !important;
}

.latest-posts-section .articles-row .single-article-col .article-link{
    color:black !important;
    font-family: 'PT Serif', sans-serif;
    text-decoration: underline !important;
    font-size:16px !important;
}

.report-section{
    background-color: #e4e6e7 !important;
}

.report-section .report-row{
    padding-top:50px !important;
    padding-bottom:50px !important;
}

.report-section .report-row .report-title{
    font-family: 'PT Serif', sans-serif;
    font-size: 32px;
    font-weight: 700;
    color: black !important;
}

.report-section .report-row .report-description{
    margin-top:20px !important;
    color:black !important;
    font-family: 'Calibri';
}

.report-section .report-row .report-thumbnail{
    width:100% !important;
    object-fit: contain;
}

.report-section .report-row .report-download{
    font-family: 'PT Serif', sans-serif !important;
    color:black !important;
    text-decoration: underline !important;
}

@media (max-width: 991px) { 

    .thumbnail-section .intro-text{
        padding-top:200px;
        padding-bottom:200px;
        padding-left:30px;
        padding-right:30px;
        text-shadow: 2px 2px #4b4b4b;
        color:white;
        max-width: 500px !important;
        margin: 0 auto;
    }

    .report-section .report-row .report-title{
        margin-top:25px !important;
    }

    .latest-posts-section .articles-row .single-article-col{
        margin-bottom:25px !important;
    }
}