@media only screen and (max-width: 7000px) {}

@media only screen and (max-width: 1500px) {}

@media only screen and (max-width: 1340px) {}

@media only screen and (max-width: 1139px) {}

@media only screen and (min-width: 768px) {
    #header .logo h1 {
        font-size: 28px;
        padding: 10px 0 0 10px;
    }

    .banner-txt-contr h3 {
        font-weight: 900;
        font-size: 38px;
    }

    .banner-txt-contr p {
        font-size: 24px;
        font-weight: 600;
    }

    .section-headline h2 {
        margin-bottom: 70px;
    }

    .sermon-cntr {
        padding: 30px;
    }

    .sermon-cntr h2 {
        font-size: 24px;
    }

    .sermon-cntr h5 {
        font-size: 18px;
    }

    .header-btn-contr {
        padding: 40px;
    }
}

@media only screen and (max-width: 1023px) {}

@media only screen and (max-width: 991px) {}

@media only screen and (max-width: 767px) {}

@media only screen and (max-width: 599px) {
    #header .logo h1 {
        font-size: 20px;
        padding-top: 14px;
        padding: 14px 0 0 10px;
    }

    .header-btn-contr {
        padding: 40px;
    }

    .banner-txt-contr h3 {
        font-weight: 900;
        font-size: 38px;
    }

    .banner-txt-contr p {
        font-size: 24px;
        font-weight: 600;
    }

    .section-headline h2 {
        margin-bottom: 40px;
    }

    .sermon-cntr {
        padding: 30px;
    }

    .sermon-cntr h2 {
        font-size: 20px;
    }

    .sermon-cntr h5 {
        font-size: 14px;
    }
}

@media only screen and (max-width: 479px) {
    #header .logo h1 {
        padding: 15px 0 0 10px;
        font-size: 18px;
    }
}

@media only screen and (max-width: 359px) {
    #header .logo h1 {
        padding: 5px 0 0 10px;
        font-size: 15px;
    }

    .banner-txt-contr h3 {
        font-weight: 600;
        font-size: 30px;
    }

    .banner-txt-contr p {
        font-size: 16px;
        font-weight: 600;
    }

    .header-btn-contr {
        padding: 20px;
    }

    .section-headline h2 {
        margin-bottom: 30px;
    }

    .sermon-cntr {
        padding: 20px;
    }

    .sermon-cntr h2 {
        font-size: 18px;
    }

    .sermon-cntr h5 {
        font-size: 12px;
    }
}