@font-face {
    font-family: "P22 Amelia Jayne W03 SmallCaps";
    src: url("https://db.onlinewebfonts.com/t/2604086754d750ec890f7ea067d6220f.eot");
    src: url("https://db.onlinewebfonts.com/t/2604086754d750ec890f7ea067d6220f.eot?#iefix")format("embedded-opentype"),
    /* url("https://db.onlinewebfonts.com/t/2604086754d750ec890f7ea067d6220f.woff2")format("woff2"), */
    /* url("https://db.onlinewebfonts.com/t/2604086754d750ec890f7ea067d6220f.woff")format("woff"), */
    /* url("https://db.onlinewebfonts.com/t/2604086754d750ec890f7ea067d6220f.ttf")format("truetype"), */
    url("https://db.onlinewebfonts.com/t/2604086754d750ec890f7ea067d6220f.svg#P22 Amelia Jayne W03 SmallCaps")format("svg");
}
@font-face {
    font-family: "BPtypewrite";
    src: url("../web/FtySpeedyCasualNcv-lzEw.ttf"); 
}
@font-face {
    font-family: "Bohem Press";
    src: url("../web/Bohem Press Free.ttf"); 
}
@font-face {
    font-family: "ArimaMadurai";
    src: url("../ArimaMadurai-Bold.ttf"); 
}
body{
    padding: 0px 12px !important;
}
.main-container{
    background-color: #d7cec5; 
    margin-top: 0px; 
}
.center{
    text-align: center;
}
.church-water-mark{
    height: 450px;
    position: relative;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 50px;
}
.church-water-mark img{
    max-width: 335px; 
    position: relative;
}
.head_name_board{
    margin-top: -61px;   
}
.mainframe-box, .Frame {
	list-style: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
.mainframe-box {
  margin: 5% 0;
  width: 100%;
}
.col-space{
    padding: 0px 25px;  
}

.p-20px{
    padding: 0px 20px;
}
.Frame {
    display: inline-block;
    padding: 35px;
    position: relative;
    overflow: hidden;
    background-size: contain;
    background-repeat: no-repeat;
}

.Frame img {
    width: 100%;
}
.first-img{
    width: 65% !important;
    padding: 10px; 
}
.img-shadow{
    box-shadow: 0 -1px 1px rgba(0,0,0,.1), 0 1px 1px 1px rgba(255,255,255,.7);   
}
.contents{
    text-align: justify;
    margin: 5% 0;
    color: #41210a;
    /* font-family: "P22 Amelia Jayne W03 SmallCaps"; */
}
.name-board{
    margin-top: 0px;
    max-width: 360px !important;

}
.name-board-name{
    color: #fff;
    text-transform: uppercase;
    position: absolute;
    width: 100%;
    margin-top: -37px;
    font-size: 16px;
    /* font-weight: 600; */
    font-family: "P22 Amelia Jayne W03 SmallCaps";
}
.Frame::before {
	content: "";
    position: absolute;
    top: 0px;
    right: 0%;
    left: -5px;
    width: 100%;
    height: 97%;
    z-index: -1;
    background-color: white;
    box-shadow: 0 -1px 1px rgba(0,0,0,.1), 0 1px 1px 1px rgba(255,255,255,.7);
}
.content-bg-dark{
    background-color: #41210a;
    z-index: -1;
    position: relative;
    padding: 10px 0px;
}
.content-bg-dark .contents {
    color: #fff;
    text-align: center;
    font-size: 18px;
}
.content-bg-light{
    background-color: #d6be98;
    padding: 50px 0px;
    z-index: -1;
    position: relative;
}
.content-bg-light h3{
    text-align: center;
    color: #41210a;
}
.fw{
    width: 100%;
}
.content-bg-dark .contents img{    max-width: 210px;}
.vicar-details h3{
    font-size: 17px;
    margin-bottom: 20px;
    text-align: center;
    color: #412312;

}
.vicar-details h5{
    text-align: center;
    font-size: 17px;
    color: #412312;
}
.vicar-details{
    height: 150px;
}
.vicar-details p{
    font-size: 12px;
    text-align: center;
}
.vicar-year{
    font-size: 20px;
    margin-top: 10px;
    text-align: center;
    color: #412312;
    font-weight: 500;
}
.vicar-img img{
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #fff;
}
.web_show{
display: block;
}
.mob_show{
    display: none;
}
.v_end img{
    margin-bottom: 45px;
    max-width: 300px
}
.late-rose{
    margin-top: -209px;
    margin-left: 220px;
    position: absolute;
}
.late-rose img{
    background-color: transparent !important;  
    width: 150px;
}
.pv_content{
    width: 80%;
    justify-content: space-around;
    text-align: left;
    margin: auto;
    font-weight: 500;
    color: #412312;
    margin-bottom: 60px;
    margin-top: 30px;
}
.side_border{    border-left: 1px solid #412312;}
@media(max-width:767px){
    .pv_content{
        width: 100%;
        font-size: 12px;

    }
    .content-bg-dark .contents img {
        max-width: 100px;
    }
    .content-bg-dark .contents {
        text-align: justify;
    }
    .head_name_board {
        margin-top: -70px;
    }
    .church-water-mark{
        height: 370px;
        padding-top: 15px;
    }
    .Frame::before{
        width: 98%;
        height: 92%;
    }
    .church-water-mark img {
        max-width: 424px;
        width: 100%;
    }
    .first-img {
        width: 60% !important;
        padding: 10px;
    }   
    .name-board {
        max-width: 300px !important;
    } 
    .name-board-name{
        margin-top: -30px;
        font-size: 14px;  
    }
    .order1{    order: 1;
    }
    .order2{    order: 2;
    }
    .vicar-details h3{
        font-size: 14px; 
        margin-bottom: 10px;
    }
    .vicar-details h5{
        font-size: 14px; 
    }
    .vicar-details p {
        font-size: 11px;
    }
    .vicar-year {
        font-size: 17px;
    }
    .web_show{
        display: none;
    }
    .mob_show{
         display: block;
    }
    .v_end img {
        margin-bottom: 45px;
        max-width: 160px;
    }
    .late-rose img{
        width: 50px;
        margin-top: 140px;
        margin-left: -65px;
        position: absolute;
    }
    .late-rose {
        margin-top: -209px;
        margin-left: 185px;
    }
    
}
@media(max-width:335px){
   
.late-rose {
    margin-top: -209px;
    margin-left: 168px;
}
}