@import url("../police/gotham-cufonfonts-webfont/style.css");

.pastor_honorary {
    margin-top: 50px;
    height: auto;
}

.pastor--francis {
    display: flex;
}

.pastor--francis .img--francis,
.francis--text {
    width: 100%;
}


.pastor--francis .img--francis img {
    width: 100%;
    height: 28vw;
}

#textforfrancis {
    background-color: #0c1c4f;
    height: 28vw;
}

#textforfrancis p {
    color: white;
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    text-align: center;
    padding-top: 25%;
    margin-left: 1vh;
    margin-right: 1vh;
}

/* Responsive */

@media (max-width:1085px) {

    #textforfrancis p {
        padding-top: 20%;
    }

}

@media (max-width:925px) {

    #textforfrancis p {
        padding-top: 15%;
    }
}

@media (max-width:797px) {

    .pastor--francis {
        display: contents;
    }

    .pastor--francis .img--francis img {
        height: 50vw;
    }

    #textforfrancis {
        height: auto;
    }

    #textforfrancis p {
        padding-top: 4%;
    }
}