body {
    overflow-x: hidden;

}

.cover-area {
    /*background-size: cover;*/
    /*height: 100vh;*/
    position: relative;
    display: flex;
    justify-content: center;
    overflow: hidden;
    background-color: #36B9CC;
    text-align: center;
    z-index: 99;
}

.source {
    float: right;
    font-size: 12px;
    font-style: italic;
    text-decoration: none;
}

a:active {
    color: gray;
}


/* Back to top button */

.back-to-top {
    position: fixed;
    display: none;
    background: #007bff;
    color: #fff;
    width: 44px;
    height: 44px;
    line-height: 1;
    font-size: 16px;
    border-radius: 50%;
    right: 15px;
    bottom: 15px;
    transition: background 0.5s;
    z-index: 11;
}

.back-to-top i {
    padding-top: 12px;
    color: #fff;
}

.nav-color {
    color: black;
    font-weight: bolder;
}

.nav-head {
    color: #01406B;
}

.highlite {
    background-color: gold;
    font-weight: bolder;
}


/*Scroll Button*/

#myBtn {
    font-size: 12px;
    bottom: 10px;
    right: 10px;
    background-color: #1763c7;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1.3px;
    text-decoration: none;
    opacity: 1;
    padding: 11px 0 9px;
    width: 40px;
    text-align: center;
    border-radius: 8px;
    transition: background .2s ease;
}

#myBtn:hover {
    background-color: #5A5C69;
}


/*vision and mission page*/

.vm {
    margin: 0px;
    padding: 0px;
    height: auto;
    background: rgb(2, 0, 36);
    background: rgb(247, 248, 249);
    background: rgb(247, 248, 249);
    background: rgb(239, 255, 253);
    background: linear-gradient(164deg, rgba(239, 255, 253, 1) 8%, rgba(247, 248, 249, 1) 31%, rgba(247, 248, 249, 1) 64%, rgba(239, 255, 253, 1) 100%);
    /*background: url('../img/background/tabonmap.png') no-repeat;*/
    /*padding-bottom: 50px;*/
}

.display-1 {
    height: 300px;
    box-shadow: 3px 3px 4px 1px rgba(12, 35, 14, 0.78);
}

.display-2 {
    font-family: 'Trebuchet MS', sans-serif;
    font-size: 2.8rem;
    /*line-height: 1.2;*/
    text-transform: uppercase;
    font-weight: bolder;
    text-shadow: 1px 1px 2px black, 0 0 1em blue, 0 0 0.2em blue;
    color: #fff;
}

.display-3 {
    box-shadow: 3px 3px 4px 1px rgba(12, 35, 14, 0.78);
}

.display-4 {
    margin-top: -10px;
    color: white;
    text-align: center;
    font-size: 12px;
}

.display-5 {
    font-family: 'Trebuchet MS', sans-serif;
    font-size: 23px;
    /*line-height: 1.4;*/
    color: #ffffff;
    padding-left: 50px;
    padding-right: 50px;
    text-align: justify;
}

.display-6 p {
    font-family: 'Trebuchet MS', sans-serif;
    font-size: 14px;
    line-height: 0.4;
    color: white;
}

.display-7 {
    font-family: 'Trebuchet MS', sans-serif;
    font-size: 1rem;
}

.display-8 {
    font-size: 8px;
    font-style: italic;
    font-weight: normal;
}

.display-9 {
    height: auto;
    box-shadow: 3px 3px 4px 1px rgba(12, 35, 14, 0.78);
}

.display-11 {
    font-family: 'Trebuchet MS', sans-serif;
    font-size: 1.8rem;
    /*line-height: 1.2;*/
    text-transform: uppercase;
    font-weight: bolder;
    text-shadow: 1px 1px 2px black, 0 0 1em #01406B, 0 0 0.2em #01406B;
    color: #fff;
}

.display-12 {
    margin-left: -20px;
    margin-right: -20px;
    margin-top: 100px;
    margin-bottom: 100px;
    overflow: hidden;
}

.vision1 img {
    height: 100%;
    object-fit: cover;
}

.vision1 .col-lg-6 {
    padding: 0;
}

@media (max-width: 768px) {
    .display-2 {
        font-size: 2.24rem;
        font-size: calc(1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20)));
        line-height: calc(1.4 * (1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20))));
    }

    .display-5 {
        font-size: 0.96rem;
        font-size: calc(1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
        line-height: calc(1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
    }
}

.neustbg {
    background: url('../img/background/bgneust.png') no-repeat;
    width: 100%;
    height: auto;
}


/*animation*/

.boxanimate {
    /*background-color: #f4511e;*/
    border: none;
    padding: 20px 8px;
    text-align: center;
    font-size: 16px;
    opacity: 0.6;
    transition: 0.3s;
}

.boxanimate:hover {
    opacity: 1;
    font-weight: bolder;
    padding: 0px 5px;
    color: #ECC013;
    margin: 5px 0px;
}

.boxanimate:a {
    color: #ECC013;
    text-decoration: none;
}


/* video */

#background-video {
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
}

.vid-container {
    position: relative;
    padding-bottom: 100%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.vid-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

main {
    background-color: none;
    font-size: 2rem;
    margin-top: 20vh;
    padding: 10px;
    position: relative;
}

.bsp {
    color: white;
    font-weight: bold;
    text-align: center;
    font-size: 4rem;
    font-family: Trebuchet MS;
    margin: 0;
    padding: 0;
}

.responsive {
    width: 50%;
    height: 50%;
}


/*Gallery*/

.masthead {
    min-height: 30rem;
    position: relative;
    display: table;
    width: 100%;
    height: auto;
    padding-top: 8rem;
    padding-bottom: 8rem;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.1) 100%), url("../img/background/tabongallery.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    font-family: 'Trebuchet MS', sans-serif;
}

.masthead h1,
.masthead .h1 {
    font-size: 4rem;
    margin: 0;
    padding: 0;
    font-family: 'Trebuchet MS', sans-serif;
}

@media (min-width: 992px) {
    .masthead {
        height: 100vh;
    }

    .masthead h1,
    .masthead .h1 {
        font-size: 5.5rem;
    }
}

.content-section {
    padding-top: 2.5rem;
    padding-bottom: 3rem;
    font-family: 'Trebuchet MS', sans-serif;
}

.content-section-heading h2,
.content-section-heading .h2 {
    font-size: 3rem;
    font-family: 'Trebuchet MS', sans-serif;
}

.content-section-heading h3,
.content-section-heading .h3 {
    font-size: 1rem;
    text-transform: uppercase;
    font-family: 'Trebuchet MS', sans-serif;
}

.portfolio-item {
    display: block;
    position: relative;
    overflow: hidden;
    max-width: 530px;
    margin: auto auto 1rem;
}

.portfolio-item .caption {
    display: flex;
    height: 100%;
    width: 100%;
    background-color: rgba(33, 37, 41, 0.2);
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
}

.portfolio-item .caption .caption-content {
    color: #fff;
    margin: auto 2rem 2rem;
}

.portfolio-item .caption .caption-content h2,
.portfolio-item .caption .caption-content .h2 {
    font-size: 0.9rem;
    text-transform: uppercase;
}

.portfolio-item .caption .caption-content p {
    font-weight: 300;
    font-size: 1rem;
}

@media (min-width: 992px) {
    .portfolio-item {
        max-width: none;
        margin: 0;
        font-family: 'Trebuchet MS', sans-serif;
    }

    .portfolio-item .caption {
        transition: background-color 0.7s, -webkit-clip-path 0.25s ease-out;
        transition: clip-path 0.25s ease-out, background-color 0.7s;
        transition: clip-path 0.25s ease-out, background-color 0.7s, -webkit-clip-path 0.25s ease-out;
        -webkit-clip-path: inset(0px);
        clip-path: inset(0px);
    }

    .portfolio-item .caption .caption-content {
        transition: opacity 0.25s;
        margin-left: 2rem;
        margin-right: 2rem;
        margin-bottom: 2rem;
    }

    .portfolio-item img {
        transition: -webkit-clip-path 0.25s ease-out;
        transition: clip-path 0.25s ease-out;
        transition: clip-path 0.25s ease-out, -webkit-clip-path 0.25s ease-out;
        -webkit-clip-path: inset(-1px);
        clip-path: inset(-1px);
    }

    .portfolio-item:hover img {
        -webkit-clip-path: inset(2rem);
        clip-path: inset(2rem);
    }

    .portfolio-item:hover .caption {
        background-color: rgba(29, 128, 159, 0.7);
        -webkit-clip-path: inset(2rem);
        clip-path: inset(2rem);
    }
}


/*Ordinances*/

.ordihead {
    min-height: 10rem;
    position: relative;
    display: table;
    width: 100%;
    height: auto;
    padding-top: 8rem;
    padding-bottom: 8rem;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.1) 100%);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    font-family: 'Trebuchet MS', sans-serif;
}

.ordihead h1,
.ordihead .h1 {
    font-size: 4rem;
    margin: 0;
    padding: 0;
    font-family: 'Trebuchet MS', sans-serif;
}


/*sanggunian and SK*/

.gallery {
    height: 100vh;
    /*display: inflex;*/
    justify-content: center;
    align-items: center;
    background-color: #bdd8f1;
    border-radius: 10px;
}

.sbiimage {
    border-radius: 10%;
    width: 250px;
    height: 300px;
    box-shadow: rgba(6, 24, 44, 0.4) 0px 0px 0px 2px, rgba(6, 24, 44, 0.65) 0px 4px 6px -1px, rgba(255, 255, 255, 0.08) 0px 1px 0px inset;
}

.titlehead {
    font-family: 'Trebuchet MS', sans-serif;
    font-weight: bolder;
    color: #f5af00;
    text-align: center;
    text-transform: uppercase;
}

.titlecont {
    font-family: 'Trebuchet MS', sans-serif;
    font-weight: bolder;
    font-size: 15px;
    color: #F1F1F0;
    text-align: center;
    margin-top: -20px;
    font-style: italic;
}

.titlecontmodal {
    font-family: 'Trebuchet MS', sans-serif;
    font-weight: bolder;
    font-size: 17px;
    color: #212529;
    text-align: center;
    margin-top: -14px;
    font-style: italic;
}

.titlepos {
    font-family: 'Trebuchet MS', sans-serif;
    font-size: 15px;
    color: #212529;
    text-align: center;
    margin-top: -10px;
}


/*Announcement*/

.disp_text {
    font-family: 'Trebuchet MS', sans-serif;
    font-size: 2rem;
    /*line-height: 1.4;*/
    color: #36A2EB;
    text-transform: uppercase;
}

.titleannounce {
    font-family: 'Trebuchet MS', sans-serif;
    font-weight: bolder;
    color: #143234;
    text-align: center;
    text-transform: uppercase;
}

.titleupload {
    font-family: 'Trebuchet MS', sans-serif;
    font-weight: bolder;
    color: #753234;
    text-align: center;
    text-transform: uppercase;
}


/*Calendar Announcement*/

.responsiveCal {
    position: relative;
    padding-bottom: 75%;
    height: 0;
    overflow: hidden;
}

.responsiveCal iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.marq_line {
    background-color: #198754;
    line-height: 50px;
    font-size: 40px;
    font-style: Trebuchet MS;
    color: #fff;
    font-weight: bolder;
    vertical-align: middle;
    padding-top: 5px;
    padding-bottom: 5px;
    margin: 0;
}


/*Video*/

.video-container {
    height: 300px;
    width: 300px;
    overflow: hidden;
    position: relative;
}

.video-container video {
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

video {
    width: 100%;
    max-height: 100%;
}

.transbox {
    /*background-color: #ffffff;*/
    /*opacity: 0.5;*/
    background-color: rgba(245, 245, 245, 0.4);
}

.transbox p {
    color: #000000;
}


/*BSP - Advancement*/

.advancement1 {
    background-color: rgb(206, 229, 208);
    font-family: 'Trebuchet MS', sans-serif;
    font-size: 1.2rem;
    color: #125B50;
    text-shadow: 1px 2px #ffff;
}

.parindent {
    text-indent: 50px;
    text-align: justify;
}

.parnoindent {
    text-align: justify;
}

.first-letter {
    font-size: 35px;
    line-height: 20px;
    text-align: justify;
    vertical-align: sub;
    font-weight: bolder;
}

.parlist {
    color: #7A7275;
    font-family: 'Trebuchet MS', sans-serif;
}


/*Scouting Report*/

#About Section --------------------------------------------------------------*/ .about .about-img {
    min-height: 500px;
}

.about h3 {
    font-weight: 700;
    font-size: 36px;
    margin-bottom: 30px;
    font-family: var(--font-secondary);
}

.about .call-us {
    left: 10%;
    right: 10%;
    bottom: 10%;
    background-color: #fff;
    box-shadow: 0px 2px 25px rgba(0, 0, 0, 0.08);
    padding: 20px;
    text-align: center;
}

.about .call-us h4 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 5px;
    font-family: var(--font-default);
}

.about .call-us p {
    font-size: 28px;
    font-weight: 700;
    color: var(--color-primary);
}

.about .content ul {
    list-style: none;
    padding: 0;
}

.about .content ul li {
    padding: 0 0 8px 26px;
    position: relative;
}

.about .content ul i {
    position: absolute;
    font-size: 20px;
    left: 0;
    top: -3px;
    color: var(--color-primary);
}

.about .content p:last-child {
    margin-bottom: 0;
}

.about .play-btn {
    width: 94px;
    height: 94px;
    background: radial-gradient(var(--color-primary) 50%, rgba(206, 18, 18, 0.4) 52%);
    border-radius: 50%;
    display: block;
    position: absolute;
    left: calc(50% - 47px);
    top: calc(50% - 47px);
    overflow: hidden;
}

.about .play-btn:before {
    content: "";
    position: absolute;
    width: 120px;
    height: 120px;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation: pulsate-btn 2s;
    animation: pulsate-btn 2s;
    -webkit-animation-direction: forwards;
    animation-direction: forwards;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: steps;
    animation-timing-function: steps;
    opacity: 1;
    border-radius: 50%;
    border: 5px solid rgba(206, 18, 18, 0.7);
    top: -15%;
    left: -15%;
    background: rgba(198, 16, 0, 0);
}

.about .play-btn:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-40%) translateY(-50%);
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #fff;
    z-index: 100;
    transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.about .play-btn:hover:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-40%) translateY(-50%);
    width: 0;
    height: 0;
    border: none;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #fff;
    z-index: 200;
    -webkit-animation: none;
    animation: none;
    border-radius: 0;
}

.about .play-btn:hover:after {
    border-left: 15px solid var(--color-primary);
    transform: scale(20);
}

@-webkit-keyframes pulsate-btn {
    0% {
        transform: scale(0.6, 0.6);
        opacity: 1;
    }

    100% {
        transform: scale(1, 1);
        opacity: 0;
    }
}

@keyframes pulsate-btn {
    0% {
        transform: scale(0.6, 0.6);
        opacity: 1;
    }

    100% {
        transform: scale(1, 1);
        opacity: 0;
    }
}


/*login*/

.logpage {
    background-image: url('../img/bgvector.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    /*background-position: center;*/
    overflow-x: hidden;
}

.pagedisp {
    /*height: 550px;*/
    padding-top: 50px;
    margin: 0;
    overflow: hidden;
}

.logdisp {
    padding-top: 50px;
}

.logindisp {
    height: 450px;
    margin-top: 50px;
    overflow: hidden;
}

.loginpage {
    background-image: url('../img/st_nicholas_de_tolentine.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    overflow-x: hidden;
}

.sacrapage {
    background-image: url('../img/background/sacramentbg.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    /*background-position: center;*/
    overflow-x: hidden;
}


/*** Testimonial ***/

.testimonial-carousel .owl-item .testimonial-item img {
    width: 60px;
    height: 60px;
}

.testimonial-carousel .owl-item .testimonial-item,
.testimonial-carousel .owl-item .testimonial-item * {
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-item {
    background: var(--primary) !important;
}

.testimonial-carousel .owl-item.center .testimonial-item * {
    color: #FFFFFF !important;
}

.testimonial-carousel .owl-nav {
    margin-top: 30px;
    display: flex;
    justify-content: center;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    margin: 0 12px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #DEE2E6;
    border-radius: 50px;
    font-size: 18px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    color: #FFFFFF;
    border-color: var(--primary);
    background: var(--primary);
}


/*Organization*/
.parish {
    background: url("../img/organization/st_isidore.jpg") center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 100% 100%;
}

.masses {
    background: url("../img/background/rosary.png") center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 100% 100%;
    overflow-x: hidden;
}

.dancingscript {
    font-family: 'Dancing Script';
    font-size: 52px;
    color: #DB7093;
    text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
}

.dancescript {
    font-family: 'Dancing Script';
    font-size: 52px;
    color: #DB7093;
    text-shadow: -1px -1px 0 #571845, 1px -1px 0 #571845, -1px 2px 0 #571845, 1px 3px 0 #571845;
}

.dancescript1 {
    font-family: 'Trebuchet MS', sans-serif;
    font-size: 35px;
    line-height: 1;
    color: #E6BD0C;
    text-shadow: -1px -1px 0 rgba(39, 24, 69, 0.7), 1px -1px 0 rgba(87, 24, 69, 0.7), -1px 2px 0 rgba(87, 24, 69, 0.7), 1px 3px 0 rgba(87, 24, 69, 0.7);
    font-weight: bold;
}

.dancescript5 {
    font-family: sans-serif;
    font-size: 35px;
    line-height: 1;
    color: #fff;
    text-align: center;

}

.dancescript6 {
    font-size: 17px;
    line-height: 1;
    color: #000;
    padding-top: 8px;
    margin-bottom: 10px;
}


.values {
    text-transform: uppercase;
    /* margin-left: 300px; */
    margin-bottom: 0px;
    margin-top: 40px;
    text-shadow: 1px 1px #fff;
    font-size: 32px;
    font-weight: bold;
    color: #2b6688;
    text-align: center;
}

.mission-table {
    background-color: rgb(255, 255, 255, .8);
    width: 100%;
    font-family: 'Trebuchet MS', sans-serif;
}

.mission-priest {
    font-size: 19px;
    font-weight: bold;
    background-color: rgb(255, 255, 255, .8);
    width: 70%;
    font-family: 'Trebuchet MS', sans-serif;
}

.versetbl {
    margin-top: 40px;
    font-family: 'Trebuchet MS', sans-serif;
    background-color: rgb(0, 141, 255, .4);
    color: rgba(0, 0, 0, 0.8);
    height: 630px;
}

.priesttbl {
    font-family: 'Trebuchet MS', sans-serif;
    background-color: rgb(0, 141, 255, .4);
    color: rgba(0, 0, 0, 0.8);
}

.mass_intention {
    font-family: 'Trebuchet MS', sans-serif;
    background-color: rgb(255, 255, 255, .4);
    color: rgba(0, 0, 0, 0.8);
    width: 900px;
}

::-webkit-scrollbar {
    width: 20px;
}


/* Track */

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}


/* Handle */

::-webkit-scrollbar-thumb {
    background: #0c356a;
    border-radius: 10px;
}


/* Handle on hover */

::-webkit-scrollbar-thumb:hover {
    background: #0c356a;
}

.shares {
    text-transform: uppercase;
    /* margin-left: 300px; */
    margin-bottom: 0px;
    margin-top: 40px;
    text-shadow: 1px 1px #000;
    font-size: 17px;
    font-weight: bold;
    color: #2b6688;
    text-align: center;
}

.dancescript2 {
    font-family: 'Dancing Script';
    font-size: 30px;
    line-height: 1;
    color: #DB7093;
    text-shadow: -1px -1px 0 #271845, 1px -1px 0 #571845, -1px 2px 0 #571845, 1px 1px 0 #571845;
    text-align: center;
}


/*gospel*/

.gospel-red {
    background-color: #026a07;
    height: auto;
    width: 249px;
    font-family: "Satisfy", sans-serif;
    padding: 5px;
    position: absolute;
    right: 10px;
    top: 70px;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;

}

.gospel-head {
    font-family: "Satisfy", sans-serif;
    font-size: 16px;
    color: white;
    margin-bottom: 7px;
}

.gospel {
    font-family: "Satisfy", sans-serif;
    font-size: 13px;
    color: white;
    line-height: 1.5rem;
    font-weight: bolder;
    margin-top: -8px;

}

.gospel-day {
    font-family: "Satisfy", sans-serif;
    font-size: 12px;
    color: white;
    margin-top: -5px;
    margin-bottom: 0px;
    line-height: 0.8rem;
}

.gospel-days {
    font-family: "Satisfy", sans-serif;
    font-size: 12px;
    color: white;
    position: relative;
    top: -65px;
    left: 0px;
    margin-bottom: 0px;
    line-height: 0.8rem;
}

.gospel-date {
    font-family: "Satisfy", sans-serif;
    font-size: 12px;
    color: white;
    margin-top: -5px;
    margin-bottom: 0px;
    line-height: 2rem;
}

.gospel-date-created {
    font-family: "Satisfy", sans-serif;
    font-size: 10px;
    color: white;
    position: relative;
    margin-top: -65px;
    margin-bottom: 0px;
    line-height: 2rem;
}


/* sacrament */

.ht-crd {
    height: 850px;
}

.ht-crd1 {
    height: 200px;
}

.impt-rem {
    font-size: 14px;
    color: red;
    float: right;
    margin-top: -15px;
    margin-bottom: 0;
}

#carouselIndicators li {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.5);
    border: 3px solid #ccc;
    cursor: pointer;
}

#carouselIndicators .active {
    background-color: #104791;


}


#section1 {
    background-color: #2e023b;
    background-image: url(../img/background/ifrmebg.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-attachment: fixed;
    background-size: 100% 100%;
    height: 95vh;
    filter: brightness(80%) contrast(110%);
}

.section-intention {
    background-color: #fff;
    height: 400px;
}

/* Base styles */
.menu_page {
    overflow: auto;
    overflow-x: hidden;
}

/* Individual card */
.teammember-list {
    padding: 20px;
    position: relative;
    text-align: center;
    perspective: 2000spx;
    /* perspective for 3D effect */
    margin-top: 10px;
    border-radius: 5px;
}

/* Image within card */
.teammember-list .thumnailbx {
    position: relative;

}


.teammember-list .thumnailbx img {
    width: 80%;
    min-height: 315px;
    height: auto;
    transition: transform 0.4s ease;
    /* transition for smooth zoom effect */
    border-radius: 5px;

}


/* Hover effect on image */
.teammember-list .thumnailbx:hover img {
    filter: brightness(50%);
    filter: saturate(0%) sepia(100%) hue-rotate(180deg);

}



/* Title box */
.titledesbox {
    font-weight: 600;
    color: #303030;
    font-size: 18px;
    margin-bottom: 15px;
    padding-bottom: 10px;
    position: absolute;
    bottom: 0;
    left: 40%;
    transform: translateX(-50%);
    display: inline-block;
    /* Changed to inline-block */
    text-transform: capitalize;
    /* Underline */
    position: relative;
    font-family: "Satisfy", sans-serif;
}

/* Underline */
.titledesbox::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #303030;
    position: absolute;
    bottom: 0;
    left: 0;
}

/* Hover effect for text */
.titledesbox:hover {
    color: #f5af00;
    /* Change text color on hover */
}

/* Hover effect for underline */
.titledesbox:hover::after {
    background-color: #f5af00;
    /* Change underline color on hover */
}


/* Hover zooming effect on image */
.teammember-list .thumnailbx:hover img {
    transform: scale(1.03);
    /* Zoom in by 10% */
}

/* Flip animation */
.teammember-list.flipInX {
    animation: flipInX 1s ease forwards;
}

@keyframes flipInX {
    from {
        transform: rotateY(-180deg);
    }

    to {
        transform: rotateY(0deg);
    }
}

.nav-link:hover {
    color: #000000;
    font-weight: bold;
    font-size: 16px;
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.carousel-item img {
    display: block;
    max-width: 100%;
    height: 640px;
    /* object-fit: cover; */
}

/* gospel code position */
.gospel-red {
    position: absolute;
    z-index: 1;
    top: 3.6%;
    right: 3px;
}

/* Adjustments for smaller screens */
@media (max-width: 767.98px) {
    .gospel-red {
        position: relative;
        top: auto;
        right: auto;
    }
}



/* schedule */
.schedule-day {
    font-weight: bold;
    margin-bottom: 5px;
    text-align: center;
}

.schedule-period {
    margin-left: 20px;
    text-align: center;
}

.schedule-closed {
    color: red;
    font-style: italic;
    text-align: center;
}


.iframe-title {
    text-align: center;
    font-family: 'Dancing Script';
    font-size: 40px;
    line-height: 1;
    color: #E6BD0C;
    text-shadow: -1px -1px 0 rgba(39, 24, 69, 0.7), 1px -1px 0 rgba(87, 24, 69, 0.7), -1px 2px 0 rgba(87, 24, 69, 0.7), 1px 3px 0 rgba(87, 24, 69, 0.7);

}



/* Modal Styles */
.modal-content {
    border-radius: 10px;
}

.mh1 {
    background-color: #0c356a;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}



/* Phone Number Styles */
.contact-footer {
    margin-bottom: 10px;
}

.index-footer {
    color: white;
    font-size: 12px;
    margin-top: 50px;

}

/* Responsive Styles */
@media (max-width: 768px) {
    .footer-head {
        margin-top: 20px;
    }
}

.custom-container {
    margin-right: auto;
    margin-left: auto;
    padding-right: 0;
    padding-left: 0;
    width: 100%;
}

/* CSS for image hover effect */

.img-hover img {
    transition: transform 0.3s ease;
}

.img-hover img:hover {
    filter: brightness(50%);
    cursor: pointer;
    transform: scale(1.02);/
}

.gospelindex {
    padding: 10px;
    background-color: #026a07;
    height: 289px;
}

.requestindex {
    padding: 10px;
    background-color: #026a07;
    height: 260px;
}

.massindex {
    padding: 10px;
    background-color: #026a07;
    height: 260px;
}

.gospelorg {
    padding: 10px;
    background-color: #026a07;
    height: 240px;
}

.requestorg {
    padding: 10px;
    background-color: #026a07;
    height: 200px;
}

.massorg {
    padding: 10px;
    background-color: #026a07;
    height: 200px;
}

.gospel {
    padding: 10px;
    background-color: #026a07;
    height: 239px;
}

.request {
    padding: 10px;
    background-color: #026a07;
    height: 210px;
}

.mass {
    padding: 10px;
    background-color: #026a07;
    height: 200px;
}

/* Pastoral  */
.module {
    background: white;
    border: 1px solid #ccc;
}

.module>h2 {
    padding: 1rem;
    margin: 0 0 0.5rem 0;
}

.module>p {
    padding: 0 1rem;
}

.newstripe {
    /* height: auto; */
    background: #4F7942
        /* repeating-linear-gradient(45deg,
            #F65828,
            #F65828 10px,
            #fff 10px,
            #fff 20px); */
}

.presidents-box {
    -webkit-box-shadow: 7px 7px 7px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 7px 7px 7px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 7px 7px 7px 0px rgba(0, 0, 0, 0.75);
}

/* Breaking News */
.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tranding-carousel {
    position: absolute;
    width: auto;
    height: 30px;
    top: calc(50% - 15px);
    right: -7px;
    display: flex;
    word-wrap: break-word;
    align-items: center;
    justify-content: flex-start;
    z-index: 1;
}

.breaking-news {
    /* margin: auto; */
    width: 50%;
    padding: 15px;
    text-transform: uppercase;
    font-weight: bold;
    color: #f8f8fb;
    width: 300px;
    text-align: center;
    font-size: 19px;
}

.breaking-center {
    margin: auto;
    width: 50%;
    padding-top: 15px;
    text-transform: uppercase;
    font-weight: bold;
    color: #0e102b;
    font-size: 19px;
}


/* livestream */
.livestream{
    margin-top: 50px;
    margin-bottom: 50px;
}

.livestream_vid {
    width: 100%;
    height: 400px;
}