.ministry img {
    max-width: 100%;
    height: auto;
}

.blog-html img {
    max-width: 100%;
    height: auto;
}

.blog-html h1 {
    font-size: initial
}

.blog-html h2 {
    font-size: initial
}

.blog-html h3 {
    font-size: initial
}

.blog-html h4 {
    font-size: initial
}

.blog-html h5 {
    font-size: initial
}

.blog-html h6 {
    font-size: initial
}

.about-html img {
    max-width: 100%;
    height: auto;
}

#albums {
    display: flex;
    flex-wrap: wrap;
}

#albums .album {
    cursor: pointer;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
}

#albums .album p {
    width: 100%;
    text-align: center;
    background: #ded9d6;
    opacity: 0.8;
}

#albums .album:hover p {
    opacity: 0.1;
}

#album-images {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

#album-images .album-image {
    cursor: pointer;
}

#album-images .album-image img {
    width: 100%;
}

#album-images .album-image:hover {
    opacity: 0.9;
}

@media (min-width: 1024px) {
    .album {
        margin: calc(4% / 8);
        height: 200px;
        width: 24%;
    }

    #album-images .album-image {
        height: 200px;
        width: 19%;
        margin: calc(5% / 10);
    }
}

@media (min-width: 640px) and (max-width: 1023px) {
    .album {
        margin: calc(4% / 8);
        height: 200px;
        width: 32%;
    }
}

@media (max-width: 639px) {
    .album {
        margin: calc(4% / 8);
        height: 140px;
        width: 48%;
    }
}

.container-nav {
    width: 90%;
    margin: auto;
}

@media screen and (min-width: 768px) {
    .owl-stage-outer {
        display: flex;
        justify-content: center;
    }

}

@media screen and (min-width: 768px) and (max-width: 1366px) {
    .container-nav {
        display: flex;
        font-size: 12px !important;
    }
}


.about-html {
    font-family: 'MONTSERRAT' !important;
}

.about-html h1 {
    font-size: 26px !important;
    line-height: 1;
    margin: 18px 0 45px;
    word-spacing: -5px;
}

.about-html h2 {
    font-size: 24px !important;
    margin: 15px 0;
    word-spacing: -3px;
}

.about-html h3 {
    font-size: 22px !important;
    margin: 15px 0;
    word-spacing: -3px;
}

.about-html h4 {
    font-size: 20px !important;
    margin: 10px 0;
}

.about-html h5 {
    font-size: 18px !important;
    margin: 20px 0 13px;
    color: #384047;
}

.about-html h6 {
    font-size: 16px !important;
    margin: 10px 0;
    color: #384047;
}

/* width */
::-webkit-scrollbar {
    width: 3px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}

* {
    scrollbar-color: #888;
    scrollbar-width: thin;
}

.navbar-brand {
    display: flex;
    align-items: flex-end;
    justify-content: center;
}


.navbar-brand img {
    min-height: 50px;
    min-width: 50px;
}

.fancy {
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'Montserrat';
    color: #428bca;
}

.shadow {

}

.section-title h4 {
    text-transform: uppercase
}

.donate-to-church {
    margin-bottom: 50px;
    padding: 20px;
    box-shadow: 0px 0px 5px;
    background: #BDC3C7;
    background: var(--secondary);
}

.donations-flex {
    display: flex;
    align-items: baseline;
    justify-content: space-between
}

.donate-span {
    margin-bottom: -20px;
    padding: 0;
    color: #EBF0F2;
    color: var(--primary);
}

.text-green {
    color: #64ab18;
}

.btn-slider {
    color: #EBF0F2;
    color: var(--primary);
    background-color: #BDC3C7;
    background-color: var(--secondary-o03);
    border: none;
    box-shadow: 0 0 2px 0px;
    padding: 18px 30px;
    font-size: 32px;
    line-height: 1.33;
    border-radius: 5px;
}

.btn-slider:hover {
    background-color: var(--fifth-o04);
}

@media screen and (max-width: 768px) {
    .btn-slider {
        font-size: 24px;
        padding: 5px;
    }
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    max-height: 500px !important;
}

.home-events-list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
@media screen and (max-width: 627px) {
    .home-events-list .el-block {
        margin-bottom: 20px;
        box-shadow: 0 0 5px 1px #e4e4e4;
        width: 100%;
        padding: 10px !important;
    }
}
