   body, h1, h2, h3, h4, h5, h6 {
        font-family: "Raleway", sans-serif;
    }

    body, html {
        height: 100%;
        line-height: 1.8;
        text-align: center;
    }

    h2, h3, h4 {
        text-align: left;
    }

    /* Full height image header */
    .bgimg0, .bgimg0-orig, .bgimg-1, .bgimg2, .bgimg3, .bgimg4 {
        background-position: center;
        background-size: cover;
        min-height: 100%;
        width: 100%;
    }

    .bgimg0-orig {
        background-image: url("../graphics/AfricanCongregation.jpg");
    }

    .bgimg-1 {
        background-image: url("../graphics/bg_pic.jpg");
    }

    .bgimg2 {
        background-image: url("../graphics/slide2.jpg");
    }

    .bgimg3 {
        background-image: url("../graphics/Church6.jpg");
    }


/* Full height image header */
    .bgimg-LowerLevelPage {
        background-position: center;
        background-size: cover;
        background-image: url("../graphics/bg_pic.jpg");
        min-height: 50%;
        width: 100%;
        padding: 0;
        margin: 0;
    }

    .w3-bar .w3-button {
        padding: 16px;
    }

@media screen and (max-width: 399px) {
    #container-sponsorship_body {
        width: 93%;
        text-align: justify;
        padding: 64px 0px;
        margin: 0px 2.5%
    }
}



@media screen and (min-width: 400px) {
    #container-sponsorship_body {
        max-width: 1200px;
        text-align: justify;
        padding: 64px 0px;
        margin: 0px 20%;
    }
}




#container-events {
    padding: 64px 16px; 
}

#container-events_body {
        text-align: justify;
        padding: 64px 0px;
        margin: 0px 2.5%;
}

.row-events {
    margin-top:64px;
}

.card_event{
    min-height: 250px;
}

#header-home {
    padding:108px 16px;
}

