@import url('https://fonts.googleapis.com/css?family=Josefin+Slab:100,300|Source+Sans+Pro:200,300,400|Poppins:300,500');

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: transparent;
    }

html{
    margin: 0;
    padding: 0;
}

body{
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: "Montserrat", sans-serif;
    color: #222;
}


.navigation{
    height: 80px;
    /* background-color: #004B85; */
    position: fixed;
    z-index: 5;
    width: 100%;
    transition: .15s ease-in;
    /* background-color: rgba(0, 0, 0, 0.5); */

}

.navigation.scrolled{
    background-color: #fff;
    border-bottom: 1px solid rgb(218, 220, 224)

}

.nav{
    height: 100%;
    width: 90%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    font-weight: 700;
    text-transform: uppercase;
    max-width: 1200px;
}

.nav-logo{
    float: left;
    display: flex;
    align-items: center;
    height: 100%;
}

.nav-logo img{
    height: 60px;
    width: auto;
    transition: .15s ease-in;
}

@media screen and (max-width: 768px) {

    .navigation{
        height: 60px;
    }

    .nav-logo img{
        height: 40px;
    }

}


.nav-items{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    /* box-sizing: border-box; */
    height: 100%;
    justify-content: space-between;
    width: 800px;
}

.nav-item a{
    color: #fff;
    text-decoration: none;
    display: block;
    position: relative;
    padding: 20px;
    cursor: pointer;
}

.navigation.scrolled .nav-item a{
    color: #222;
}

.nav-item a:after {
    content: '';
    position: absolute;
    bottom: 15px;
    left: 20px;
    height: 2px;
    width: 0px;
    border-bottom: 1px solid #fff;
    transition: .15s ease-in;
}

.navigation.scrolled .nav-item a:after{
    border-bottom: 1px solid #222;
}

.nav-item a:hover:after {
    width: 30px;;
}

.nav-item a:after,
.nav-item a:after{
    height: 60px;
    border-bottom: 1px solid #fff;
}



.mobile-icon{
    display: none;
    justify-content: center;
    align-items: center;
    color: #fff;
}

.mobile-icon span{
    cursor: pointer;
    padding: 20px;
}

.navigation.scrolled .mobile-icon{
    color: #222;

}

.mobile-container{
    height: 100%;
    width: 100%;
    position: fixed;
    background-color: #fff;
    z-index: 10;
    display: none;
    transition: opacity .1s ease-in;
}


.mobile-nav{
    height: 100%;
    position: fixed;
    width: 90%;
    margin: auto;
    right: 0;
    left: 0;
    /* background-color: burlywood; */
    max-width: 1200px;
}


.mobile-x{
    height: 80px;
    width: 65px;
    /* background-color: #fff; */
    position: absolute;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.mobile-items{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    color: #222;
}

.mobile-item a{
    text-decoration: none;
    display: block;
    position: relative;
    padding: 20px;
    cursor: pointer;
    color: #222;
    font-weight: 700;
    font-size: 1.5rem;
}


@media screen and (max-width: 1000px) {
    .nav-items {
        display: none;
    }

    .mobile-icon{
        display: flex;
    }
}


@media screen and (max-width: 768px) {

    .header-content h1{
        font-size: 2.5rem;
    }

}


.header{
    width: 100%;
    height: 88vh;
    background-color: #004B85;
    overflow: hidden;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    /* background-image: url("../Images/little-church.jpg"); */
    background-image: url("../Images/bible.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.header-content{
    text-align: center;
    color: #fff;
    font-size: 3rem;
}

.header-content h1{
    font-size: 4rem;
}

@media screen and (max-width: 768px) {

    .header-content h1{
        font-size: 2.5rem;
    }

}


.container{
    /* background-color: #7c3f57; */
    /* height: 100px; */
    width: 90%;
    padding: 10em 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    max-width: 1200px;
    margin: auto;
    text-align: center;
}


.container h2{
    font-size: 2.5rem;
}

.container h3{
    font-size: 2.25rem;
} 

.container h4{
    font-size: 2rem;
}

.container h5{
    font-size: 1.75rem;
    color: #004B85;
}

.container h6{
    font-size: 1.1rem;
}

#connect hr{
    background-color: #004B85;
}

.container hr{
    padding-top: 2px;
    width: 150px;
    /* background-color: #004B85; */
    background-color: #222;
    display: block;
    margin: 25px 0;
}


@media screen and (max-width: 768px) {
    .container{
        padding: 7.5em 0;
    }
}

.hello-message{
    text-align: center;
}

.stream-content{
    width: 100%;
    /* background: #2d556d; */
    align-items: center;
    display: flex;
    justify-content: center;
    padding: 15px 0;
    flex-direction: column;
    margin-top: 100px;
    margin-bottom: 100px;
}

.stream-countdown{
    /* border: 2px solid #eee; */
    /* border-radius: 2px; */
    /* background-color: #f2f2f2; */
    /* color: #333; */
    display: flex;
    justify-content: space-between;
    width: 500px;
    padding: 10px;
    box-sizing: border-box;
    margin-top: 25px;
}

.countdown-block{
    display: flex;
    align-items: center;
    flex-direction: column;
    background-color: #eee;
    padding: 15px;
    height: 100px;
    width: 100px;
    box-sizing: border-box;
    justify-content: center;
}

.stream-broadcast{
    display: none;
    width: 100%;
    /* border: 1px solid rgb(218, 220, 224); */
}

.stream-broadcast.active{
    display: block;
}

.stream-library{
    /* display: none; */
    width: 100%;
    /* border: 1px solid rgb(218, 220, 224); */
}

/*.stream-broadcast .boxcast-errors{
     display: none; 
}*/

@media screen and (max-width: 768px) {

    .stream-countdown{
        width: 300px;
    }

    .countdown-block{
        padding: 5px;
        height: 75px;
        width: 75px;
    }

    .countdown-block h2{
        font-size: 1.5rem;
    }

    .countdown-block p{
        font-size: .75rem;
    }
}


.connections-content{
    /* display: flex; */
    display: grid;
    grid-template-columns: repeat(4, 1fr); 
    width: 100%;
    /* justify-content: space-between; */
    padding: 20px 0;
    margin-top: 50px;
}

.leadership-content{
    display: grid;
    grid-template-columns: repeat(3, 1fr); 
    width: 75%;
    margin-top: 50px;
}


@media screen and (max-width: 1000px) {
    .connections-content{
        gap: 50px;
        grid-template-columns: repeat(2, 1fr); 

    }

    .leadership-content{
        grid-template-columns: repeat(2, 1fr); 
        /* width: 75%; */
        width: 100%
        /* margin-top: 50px; */
    }
}




.connections-block{
    display: flex;
    flex-direction: column;
    text-align: center;
}

.connections-block h6{
    padding: 7px;
}

.connections-block span{
    padding: 4px;
    font-size: 2.5rem;
}

.connections-block div p{
    padding: 4px;
    color: #999;
    font-weight: 500;
}



.container-wrapper{
    width: 100%;
}

.container-wrapper.light-gray{
    background-color: #f5f5f5;
}


.beliefs-content{
    display: grid;
    grid-template-columns: repeat(3, 1fr); 
    gap: 40px; 
    margin-top: 50px;
}


.beliefs-block{
    background-color: #fff;
    padding: 40px;
    box-sizing: border-box;
    border-left: 1px solid #ddd;
    text-align: left;
    /* border-right: 1px solid #ccc; */
}

.beliefs-block:last-child {
    /* Align the last item to the center column */
    grid-column: 2 / 3;
  }

.beliefs-block p{
    line-height: 1.7rem;
    margin-top: 15px;
}


@media screen and (max-width: 1200px) {
    .beliefs-content {
        grid-template-columns: repeat(2, 1fr); 
    }

    .beliefs-block:last-child {
        /* Align the last item to the center column */
        grid-column: 1;
    }
}

@media screen and (max-width: 768px) {
    .beliefs-content {
        grid-template-columns: repeat(1, 1fr); 
    }

}
  

.give-content{
    width: 100%;
    height: 450px;
    background-color: #004B85;
    overflow: hidden;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url("../Images/flower-give.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.community-container{
    max-width: 1400px;
}

.community-content{
    display: grid;
    grid-template-columns: repeat(3, 1fr); 
    gap: 40px; 
    margin-top: 50px;
}

.community-block{
    box-sizing: border-box;
    padding: 25px;
    text-align: center;
}

.community-block p {
    /* text-align: left; */
    line-height: 1.75rem;
    margin-top: 15px;
}

.button{
    margin-top: 15px;
    background: none;
    border: 2px solid;
    display: inline-block;
    padding: 8px 25px;
    box-sizing: border-box;
    text-decoration: none;
    color: #222;
    /* padding: 1em 2em; */
    position: relative;
    overflow: hidden;
    transition: color 0.25s, border-color 0.25s;
    border: 2px solid #222;
}

/* .button:hover{
    box-shadow: inset 6.5em 0 0 0 var(--hover);

} */

.button::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: #222; /* Change to your desired color */
    transition: width 0.3s ease;
    z-index: -1;
}

.button:hover::before {
    width: 100%;
}

.button:hover {
    color: #fff;
}

@media screen and (max-width: 1200px) {
    .community-content{
        gap: 0px; 
    }
}

@media screen and (max-width: 1000px) {
    .community-content{
        grid-template-columns: repeat(1, 1fr);
        width: 75%;
        gap: 25px; 
    } 
}

@media screen and (max-width: 768px) {
    .community-content{
        width: auto;
    } 
}


#map{
    margin-top: 50px;
    height: 500px;
    margin-bottom: 50px;
}


footer{
    width: 100%;
    background-color: #111;
    color: #fff;
    text-align: center;
}

footer p{
    margin-top: 10px;
    font-size: .9rem;
}

.footer-content{
    display: flex;
    flex-direction: column;
    padding: 2em 0;
}

.footer-blocks{
    display: grid;
    grid-template-columns: repeat(3, 1fr); 
    text-align: center;
}

.footer-blocks a{
    text-decoration: none;
    color: #fff;
}

.footer-blocks h5{
    color: #fff;
    font-size: 1.4rem;
}

.footer-socials{
    margin: 50px auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
}

.footer-social{
    padding: 0 15px;
}

.footer-social a{
    color: #fff;
}

.footer-logo{
    text-align: center;
    /* padding-top: 50px; */
}

.footer-logo img{
    text-align: center;
    height: 65px;
}

.footer-copyright{
    color: #666;
}

@media screen and (max-width: 768px) {


    .footer-blocks{
        grid-template-columns: repeat(1, 1fr); 
        gap: 30px;
    } 
}





/* all boxcast style overhauls */


.boxcast-playlist-list ul{
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 20px !important;
}


@media screen and (max-width: 1200px) {
    .boxcast-playlist-list ul{
        grid-template-columns: repeat(3, 1fr) !important; 
    }
}

@media screen and (max-width: 768px) {
    .boxcast-playlist-list ul{
        grid-template-columns: repeat(2, 1fr) !important; 
    }
}

@media screen and (max-width: 500px) {
    .boxcast-playlist-list ul{
        grid-template-columns: repeat(1, 1fr) !important; 
    }
}

.boxcast-playlist-item.boxcast-selectable{
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    border: 1px solid rgb(218, 220, 224) !important;
    border-radius: 0 !important;
    border-radius: 3px !important;
}

.boxcast-preview-icon{
    width: 100% !important;
    height: 150px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.boxcast-preview-icon-preview {
    border: none !important;

}

.boxcast-preview-icon-play{
    z-index: 5 !important;
    position: relative !important;
    left: auto !important;
    top: auto !important;
    /* Thinkin I sorta don't want this */
    opacity: 0 !important;
}

.boxcast-playlist-item-meta{
    text-align: left !important;
    width: 100% !important;
    padding: 10px !important;
    padding-top: 5px !important;
}

.boxcast-playlist-item-meta h3 a{
    text-decoration: none !important;
    color: #222 !important;
    font-size: 1rem !important;
}


.boxcast-playlist-item-meta p:nth-of-type(1) {
    display: none !important;
}


.boxcast-playlist-item-meta p:nth-of-type(2) {
    font-size: .8rem !important;
    text-wrap: wrap !important;
    color: #666 !important;
    float: left !important;
    margin-top: 5px !important;
    background-color: #ccc !important;
    padding: 5px 10px !important;
    display: block !important;
    border-radius: 3px !important;
}

.boxcast-well-container .boxcast-well{
    border: none !important;
    box-shadow: none !important;
    text-align: left !important;
}

.boxcast-description{
    display: none !important;
}

.boxcast-well h1{
    font-size: 1.5rem !important;
}

.boxcast-well aside{
    display: none !important;
}

.boxcast-linkback{
    display: none !important;
}

.boxcast-playlist{
    border: none !important;
    box-shadow: none !important;
    padding: 0 !important;
    margin-top: 50px !important;
}
.boxcast-playlist .boxcast-well-title{
    display: none !important;
}









