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

.text_pastor {
    margin: 0;
    padding-top: 25px;
    padding-bottom: 45px;
    display: block;
}

.text_pastor h1 {
    padding-left: 1em;
    font-size: 25px;
    text-transform: uppercase;
    font-family: 'Playfair Display', serif;
    color: #0c1c4f;
    font-weight: bold;
}

@media (max-width: 375px) {

    .text_pastor {
        padding-left: 0px;
    }

    .text_pastor h1 {
        font-size: 7vmin;
    }

}

#text_pastor_sulpizio,
#text_pastor_laverdure,
#text_pastor_francis {
    color: #0c1c4f;
    font-family: 'Playfair Display', serif;
    display: block;
}

#text_pastor_sulpizio h2,
#text_pastor_laverdure h2,
#text_pastor_francis h2 {
    text-align: center;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
}

@media (max-width: 425px) {

    #text_pastor_sulpizio {
        font-size: 5vmin;
    }

}

/*****************************************************************/
.pastor--sulpizio {
    display: flex;
}

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


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

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

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

.head_pastor {
    height: auto;
}

/* Responsive */

@media (max-width:1085px) {

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

}

@media (max-width:925px) {

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

@media (max-width:797px) {

    .pastor--sulpizio {
        display: contents;
    }

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

    #textforpastor {
        height: auto;
    }

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

@media (max-width:542px) {

    .head_pastor {
        height: auto;
    }
}