@import url(//db.onlinewebfonts.com/c/03b9c644d9278b36d36f0a2ca39e4977?family=FF+Market);
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lora&display=swap');
@import url(//db.onlinewebfonts.com/c/84d8d4c49f66a6a5abe1e0608ba764a2?family=Source+Sans+Pro);

body{
    background-color: #f9f9f9;
}
nav{
   background-color: #fff;
}
nav .show, nav .collapsing{
    background-color: #4E944F;
}
nav::after{
    content: "";
    height: 5px;
    position: absolute;
    width: 100%;
    display: block;
    background-image: linear-gradient(90deg, rgba(78,148,79,1) 10%, rgba(236,245,236,1) 40%, rgba(255,255,255,1) 100%);
    bottom: 0;
}
.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
a{
    text-decoration: none;
}
li{
    list-style: none;
}
ul{
    margin: 0;
    padding: 0;
}
.logo-size{
    width: 125px;
    height: 75px;
}
.nav-text{
    color: rgba(255, 255, 255, 1) !important;
    transition: all 0.2s ease-in;
    font-size: 1.15rem;
    padding: 1.5rem 2rem !important;
}
.nav-text:hover{
    background-color: #78b879 !important;
}
.active-link{
    background-color: #92c693 !important;
    color: #000 !important;
}
.header-swiper{
    height: 460px;
}
.swiper-slide{
    padding: 0 6%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
}
.swiper-slide-1{
    background-image: linear-gradient( 180deg, rgba(43,135,218,0.8) 0%, rgba(41,196,169,0.8) 100% ), url('/images/Wesleyan\ Church\ Header.jpeg');
}
.swiper-slide-2{
    background-image: linear-gradient( 180deg, rgba(253,190,82,0.8) 0%, rgba(234,99,80,0.8) 100% ), url('/images/Wesleyan\ Church\ Header\ 2.jpeg');
    background-position: 50% 30%; 
}
.swiper-slide-3{
    background-image: linear-gradient( 180deg, rgba(56,171,225,0.8) 0%, rgba(129,183,65,0.8) 100% ), url('/images/slide-bg-1.jpg');
}
.swiper-slide-4{
    background-image: linear-gradient( 180deg, rgba(56,171,225,0.8) 0%, rgba(234,98,80,0.89) 100% ), url('/images/Wesleyan\ Church\ Header\ 3.jpeg');
}
.swiper-text{
    color: #fff;
    font-size: 27px;
    font-weight: 800;
    font-family: 'Raleway';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    padding-bottom: 20px;
}
.swiper-text::after{
    content: '';
    display: block;
    border-bottom: 5px solid #4E944F;
    width: 60%;
    margin: 5px auto;
}
.header-swiper-text{
    font-family: 'FF Market';
    font-weight: 500;
    font-size: 37px;
    font-style: italic;
}
.divider-image{
    background-image: url(https://cdn.www.wesleyan.org/wesleyanit/wp-content/uploads/2021/12/15122117/line-divider-gradient.svg);
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    height: 40px;
}
.beliefs-bg{
    background-image: linear-gradient(180deg,  rgba(249,249,249, 1) 80%, rgba(236,245,236, 1) 100%);
}
.fa-eye{
    font-size: 3rem;
    top: 0;
    left: 0;
    padding: 2px 8px;
    color: #4E944F;
}
.beliefs-text-container{
    padding-left: 5%;
}
.beliefs-text{
    width: 100%;
    margin-top: -180px;
    color: #fff;
    font-family: 'Raleway', sans-serif;
    font-size: 24px;
    z-index: 2;
    position: relative;
}
.beliefs-text span{
    line-height: 55px;
    background-color: #4E944F;
    padding: 6px !important;
    border-radius: 10px 10px 10px 10px;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    -o-box-decoration-break: clone;
}
.beliefs-image img{
    border-radius: 10px;
}
.heading, .heading-online{
    font-size: 33px;
    color: #000;
    font-family: 'Raleway', sans-serif;
    font-weight: 800;
    padding-bottom: 20px;
    position: relative;
}
.heading::after{
    content: "";
    display: block;
    background-color: #4E944F;
    height: 5px;
    width: 100px;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}
.heading-online span::after{
    content: "";
    display: block;
    background-color: #4E944F;
    height: 5px;
    width: 100px;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}
.highlight{
    color: #4E944F;
    font-family: 'FF Market', sans-serif;
    font-size: 41px;
    font-weight: 500;
}
.highlight-colour{
    color: #4E944F;
}
.youtube-background{
    background-image: url('/images/youtube-background2.svg');
    background-size: cover; 
    background-position: 50% 50%; 
    background-repeat: no-repeat; 
    padding: 7rem 0;
    box-shadow: 0px 20px 40px 1px #4E944F;
}
.facebook-img{
    border-radius: 10px;
}
.card{
    min-height: 500px;
    border-radius: 10px !important;
    word-wrap: normal !important;
    border: 3px solid #4E944F !important;
}
.card .card-header{
    background-color: #4E944F;
    min-height: 70px;
    border: none !important;
    border-radius: 0 !important;
}
.card-body{
    padding: 0;
}
.card-title-bg{
    background-color: #ecf5ec;
    padding: 4rem 0 2rem;
    border-radius: 10px 10px 0 0;
}
.card-text{
    padding: 0 1rem;
    text-align: justify !important;
}
.circle{
    border-radius: 50%;
    position: absolute;
    bottom: 0%;
    left: 50%;
    transform: translate(-50%, 50%);
    width: 100px;
    background-color: #fff;
    height: 100px;
    z-index: 1;
    border: 3px solid #4E944F;
}
.icon{
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}
.icon i{
   color: #346234;
}
.text{
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 22px;
}
.beliefs-heading{
    font-size: 18px;
    font-weight: 600;
    color: #4E944F;
    border-width: 0 !important;
    text-decoration: none;
    padding: 8px 20px !important;
    position: relative;
    transition: all 0.2s ease;
}
.video{
    width: 100%;
}
.video-container{
    width: 100%;
    height: 0;
    padding-bottom: 55%;
    margin-left: 0;
}
.video-container video{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    transition: all 0.3s ease-in-out;
}
.video-container video:hover{
    box-shadow: 0 0 10px 5px #4E944F;
}
.aboutus, .districts{
    color: rgba(255, 255, 255, 0.7) !important;
    height: 240px;
    background-repeat: repeat;
    background-position: left top;
    background-size: cover;
    position: relative;
    transition: all 0.3s ease-in-out;
}
.aboutus-bg{
    background-image: linear-gradient( 180deg, rgba(12,73,112,0.8) 0%, rgba(43,135,218,0.8) 100% ), url('/images/aboutus-link.jpeg');
    border-radius: 10px;
}
.districts-bg{
    background-image: linear-gradient( 180deg, rgba(43,135,218,0.8) 0%, rgba(129,183,65,0.8) 100% ), url('/images/districts-link.jpg');
    border-radius: 10px;
}
.about-text, .district-text{
    font-family: 'Raleway';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.about-text::after, .district-text::after{
    content: "";
    display: block;
    background-color: #fff;
    height: 4px;
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 60px;
    transform: translateX(-50%);
    transition: width 0.3s ease-in-out;
}
.aboutus:hover, .districts:hover{
    box-shadow: 1px 1px 10px 5px #4E944F;
}
.aboutus:hover .about-text::after, .districts:hover .district-text::after{
    width: 100px;
}
.divider{
    display: flex;
    align-items: center;
    font-size: 33px;
}
h3{
    margin-block-end: 1em;
}
.divider::after{
    border-bottom: 4px dotted #000;
    content: "";
    display: inline-block;
    flex: 1;
    margin-left: 1rem;
}
.event-bg{
    background-image:  url('/images/event-bg-2.svg'); 
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: 0px -10px 40px 1px #2B87DA;
}
.event-rounded, .magazine-rounded{
    border-radius: 10px;
}
.event-overlay{
    background-color: #333132;
    border-radius: 10px;
} 
.event-overlay img{
    opacity: 0.8;
}  
.links{
    color: #242d2e;
    padding: 8px 20px;
    font-size: 20px;
    font-weight: 600;
    font-family: 'Source Sans Pro', sans-serif;
    border: 2px solid #4E944F;
    letter-spacing: -0.03em;
    line-height: 1.7em;
    transition: all 0.2s;
}
.links:hover{
    color: #fff;
    background-color: #4E944F;
}
.magazine-img{
    max-width: 306px;
    max-height: 368px;
}
footer{
    padding: 0 !important;
}
.footer-bg::before{
    background-image: linear-gradient(90deg, rgba(255,255,255,1) 10%, rgba(78,148,79) 40%);
    position: absolute;
    height: 5px;
    width: 100%;
    display: block;
    content: "";
}
.subscribe-bg{
    background-image: linear-gradient( 180deg, rgba(236,245,236, 1) 0%, rgba(249,249,249,1) 100% ) !important;
}
.footer-bg{
    background-color: #346234;
}
.footer-heading{
    color: #3ebcbc;
    padding-bottom: 1rem;
    font: 700 20px 'Source Sans Pro', 'Helvetica', 'Arial',sans-serif;
    letter-spacing: -0.03em;
}
.quick-links a{
    color: white;
    line-height: 1.35;
    text-decoration: none;
    font-size: 1rem;
    margin-bottom: 0.5em;
    font-family: 'Source Sans Pro', 'Helvetica', 'Arial',sans-serif;
}
.quick-links a:hover{
    color: rgba(255,255,255,0.7);
}
.social-links{
    font-size: 19px;
    background-color: #fff;
    border-radius: 50%;
    min-height: 31px;
    min-width: 31px;
    margin-left: 1rem;
    text-align: center;
    color: #000;
    transition: all 0.4s ease;
}
.events-social-links{
    padding: 2px 1px 0 0;
}
.social-links:hover{
    opacity: 0.7;
    color: #000;
}
.bottom-nav a, .bottom-nav{
    color: #fff;
    text-decoration: none;
    font-size: 20px;
    transition: all 0.4s ease;
    font-family: 'Source Sans Pro', 'Helvetica', 'Arial',sans-serif;
    font-weight: 600;
}
.bottom-nav a:hover{
    opacity: 0.7;
}
footer img{
    width: 250px;
}
/*Event Page*/
.events-container{
    box-shadow: 0px 20px 30px 0px #4E944F;
}
.events-bg{
   background-image: url('/images/event-bg-2.jpg');
   background-repeat: no-repeat;
   background-size: cover;
   background-position: 50% 45%;
   background-color: rgba(0,0,0,0.6);
   background-blend-mode: darken; 
   height: 500px;
}
.events-bg::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 500px;
    backdrop-filter: blur(10px);
}
.event-heading{
    top:50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #fff;
    font-family: 'FF Market', sans-serif;
    font-size: 50px;
}
.event-heading::after{
    width: 50%;
    height: 5px;
    background-color: #4E944F;
    display: block;
    content: "";
    transform: translate(50%);
}
.event-date, .event-time{
    font-size: 17px;
    font-weight: 700;
    line-height: 1.7em;
    color: #404040;
}
.event-padding{
    padding: 20px 0;
}
.event-date::after{
    content: "";
    display: block;
    background-color: #4E944F;
    height: 3px;
    width: 100px;
    position: relative;
    left: 50%;
    margin-top: 15px;
    transform: translateX(-50%);
}
.event-title{
    font-size: 26px;
    font-family: 'Raleway';
    color: #000;
    line-height: 1.4;
    text-decoration: none;
    margin: 36px 0 9px;
    padding-bottom: 10px;
}
.event-title:hover{
    color: #000;
}
/*Team Page*/
.team-bg{
    background-color: #ecf5ec;
}
.wesleyan-heading h1{
    font-size: 2.25rem;
    font-family: 'Raleway';
    color: #346234;
}
.team-img{
    background-color: #fff;
    border-radius: 10px;
    max-width: 200px;
    padding: 1.5rem;
    transition: all 0.2s ease-in;
    box-shadow: 0px 0px 10px 10px #e7e7e7;
    min-height: 330px;
}
.modal-team{
    max-width: 300px;
    padding: 1.5rem;
    color: #fff;
    font-weight: 500;
    text-align: center;
    transition: all 0.2s ease-in;
}
.modal-bg{
    max-width: none;
    text-align: center;
    background-image: url(/images/team-bg.jpg);
    background-color: rgba(0, 0, 0, 0.3);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 20%;
    background-blend-mode: darken;
}
.modal-body{
    padding: 0;
}
.modal-team img{
    max-width: 150px !important;
    border: 3px solid #4E944F;
}
.modal-team p{
    font-size: 1.1rem;
}
.team-img:hover{
    box-shadow: 1px 1px 10px 5px #346234;
    transform: scale(1.15);
}
.team-img p{
    color: #000;
    font-family: 'Source Sans Pro', sans-serif;
    line-height: 1.2em;
    font-size: 1.1rem;
}
.team-img h4{
    color: #000;
    font-family: 'Lora', sans-serif;
    font-size: 20px;
    line-height: 1.4;
    font-weight: bold;
}
.modal-content{
    border: 1px solid #4E944F;
    border-radius: 10px;
}
.modal-header{
    background-color: #4E944F;
    color: #fff;
    border: none !important;
}
.contact-bg{
    background-color: #ecf5ec !important;
    color: #346234;
}
.contact-email{
    color: #000;
    font-size: 1.25rem;
    font-weight: 500;
}
.bio-text{
    font-family: 'Lora', sans-serif;
    font-size: 1.1rem;
    padding: 1rem;
    margin-top: -1rem;
    border-radius: 10px;
    background-color: #ecf5ec;
    margin-block-end: 0;
}
.navbar-light .navbar-toggler{
    border: none;
}
.navbar-toggler:focus{
    box-shadow: none;
}
.active{
    color: #4E944F !important;
}
.evo-calendar{
    box-shadow: 0 10px 50px -20px #4E944F !important;
}
.calendar-sidebar{
    box-shadow: 0 10px 50px -20px #4E944F !important;
}
.calendar-sidebar>span#sidebarToggler, #eventListToggler{
    box-shadow: 5px 0 18px -3px #4E944F !important;
}
.calendar-sidebar, .calendar-sidebar>span#sidebarToggler, #eventListToggler{
    background-color: #4E944F !important;
}
.calendar-sidebar>.month-list>.calendar-months>li.active-month, .calendar-sidebar>.month-list>.calendar-months>li:hover{
    background-color: #78b879 !important;
}
.event-list>.event-empty{
    border: 1px solid #4E944F !important;
    background-color: #ecf5ec !important;
}
th[colspan="7"]::after{
    background-color: #ecf5ec !important;
}
.event-list>.event-empty>p, th[colspan="7"]{
    color: #4E944F !important;
}
tr.calendar-body .calendar-day .day.calendar-today:hover, tr.calendar-body .calendar-day .day.calendar-today{
    background-color: #4E944F !important;
}
.calendar-sidebar>.calendar-year{
    background-color: #4E944F !important;
}
.event-container>.event-info>p.event-title{
    position: initial !important;
}
.event-container>.event-info>p.event-title>span{
    top: 57% !important;
    transform: translateY(0) !important;
    background-color: #ecf5ec !important;
    color: #4E944F !important;
    border: 1px solid #4E944F !important;
}
/*Tablet screen size*/
@media (min-width:768px) {
    .header-swiper{
        height: 500px;
    }
    .swiper-text{
        font-size: 30px;
    }
    .header-swiper-text{
        font-size: 41px;
    }
    .event-overlay img{
        max-height: 650px;
    }
    .bottom-nav a, .bottom-nav p{
        font-size: 20px;
    }
    .wesleyan-heading h1{
        font-size: 2.5rem;
    }
}
/*Desktop screen size*/
@media (min-width:991px) {
    nav{
        background-image: linear-gradient(90deg, rgba(255,255,255,1) 10%, rgba(78,148,79) 40%);
     }
     .navbar-light .navbar-toggler-icon{
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
    }
     .logo-size{
        width: 150px;
        height: 100px;
    }
    .header-swiper{
        height: 600px;
    }
    .swiper-text{
        font-size: 33px;
    }
    .beliefs-text{
        color: #fff;
        width: 200%;
        font-family: 'Raleway', sans-serif;
        font-size: 29px;
        position: relative;
        max-width: 1080px;
        padding: 6px;
        z-index: 2;
    }
    .beliefs-text span{
        line-height: 55px;
        padding: 6px !important;
        box-decoration-break: clone;
    }
    .beliefs-image{
        display: inline-block;
        position: relative;
        left: 25%;
        width: calc(100% + 5vw);
    }
    .video-container, .video-preview{
        margin-left: -5vw;
    }
    .facebook-img{
        margin-left: 5vw;
    }
    .aboutus-bg{
        border-radius: 10px 0 0 10px;
    }
    .districts-bg{
        border-radius: 0 10px 10px 0;
    }
    .heading-online span::after{
        left: 0%;
        transform: translateX(60%);
    }
    .wesleyan-heading h1{
        font-size: 3rem;
    }
}
