@import url("../police/gotham-cufonfonts-webfont/style.css");
/*********************************************************************************/
.text_group {
    text-align: center;
    color: #0c1c4f;
    margin-top: 2vw;
    margin-bottom: 2vw;
    font-size: 20px;
    font-family: open sans;
}

.redline {
    background-color: #FA0061;
    margin: 1.5vw auto;
    width: 15%;
    height: 0.255vw;
}

/**********************************************************************************/
.text_visite {
    color: #0c1c4f;

}

#text_visite p {
    margin: 0em 0;
    margin: 0 auto;
    width: 80%;
    font-size: 20px;
    line-height: 2;
    text-align: center;
    font-family: open sans;
}

/************************************************************************************/
.progress_of_worship {
    padding-top: 35px;
    display: block;

}

#progress_of_worship {
    text-align: justify;
    color: #0c1c4f;
    width: 80%;
    margin-bottom: 4em;
}

#progress_of_worship h1 {
    font-size: 30px;
    font-family: open sans;
    text-transform: uppercase;
    font-weight: 900;
    margin-top: 2em;
    margin-bottom: 1em;
}

po {
    background-color: #0c1c4f;
    color: #FFF;
    border-radius: 100%;
    margin-right: 1em;
    padding: 7px;

}

#progress_of_worship p,
#progress_of_worship p ol {
    margin: 1em;
    font-size: 20px;
    font-family: open sans;
}

#progress_of_worship ul li {
    margin: 1em 65px;
}

.small--title{
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 0;
}
.vision--text{
    margin-top: 3em;
}


/*********************************************************************************/

.banner_meeting {
    margin: 25px 0 0 0;
    padding-top: 35px;
    padding-bottom: 38px;
    width: 100%;
    background-color: #0c1c4f;
    margin-bottom: 2vw;
}

#banner_meeting {
    color: #FFF;
    font-size: 20px;
    font-family: open sans;
}

.me {
    text-transform: uppercase;
    text-align: center;
}

.youtube {
    display: flex;
    justify-content: space-around;
    margin-top: 2vw;
}

.youtube a {
    color: white;
}

.youtube a:hover {
    color: #80bdff;
}

@media (max-width: 717px) {

    .youtube {
        display: grid;
    }

}

@media (max-width: 372px) {

    .youtube {
        font-size: 5vw;
    }

}