/*
 Theme Name:   UMC General Board of Global Ministries Theme
 Description:  Custom theme created for UMC General Board of Global Ministries
 Author:       Seen Ventures
 Author URI:   https://seenventures.co
 Version:      1.0.0
*/
.blue-news-section {
    background: url(../jpg/gbgm_homepagebg_b_1.jpg) no-repeat;
    background-size: cover;
}

@media screen and (min-width: 1000px) {
    .blue-news-section {
        margin-bottom: 80px;
        margin-top: 80px;
    }
}

.news-block-title {
    line-height: 1;
    font-family: 'Trade Gothic Bold', Arial, Helvetica, sans-serif;
    color: #fff;
    font-weight: 700;
    font-size: 46px;
    margin-top: 60px;
    text-transform: none;
}

.news-block-subtitle {
    color: #fff;
    margin-bottom: 40px;
}

@media screen and (min-width: 1000px) {
    .news-block {
        margin-top: -30px;
        margin-bottom: -30px;
    }
}