.social-youtube .social__icon{
    background-color: red;
}
.footer__bottom{
    padding-top: 15px;
    padding-bottom: 15px;
}
.logo{
    width: 80px;
}
.banner__padding{
    padding: 200px 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: darken;
}
.about__item{
    background: #e3e7e8;
    height: 100%;
}
.about__inner{
    background: none;
}
.about .col-12:nth-child(even) .about__item .about__inner{
    background: none;
}
.about .col-12:nth-child(even) .about__item{
    background: #d8dcdd;
}
.donate-range-section{
    background: url('../images/banner-donate.jpeg') no-repeat;
}
.accordion-header .accordion-button{
    font-weight: 600 !important;
}
.publications .sermon__image{
    width: 210px;
    height: 210px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.menu ul li ul{
    width: 200px;
}