/* General Bounds */

*{
    margin: 0;
    border: none;
    /* width: 100vw; */
    overscroll-behavior: none;
    font-family: Inter;
    font-weight: medium;

}

html, body {width: auto!important; overflow-x: hidden!important; overflow-y: scroll;} 

body{
    position: relative;
    background:white;
    top: 0;
    left: 0;
    height: fit-content;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    align-content: center;
    overflow: hidden;
    }

@keyframes loading{
    0%{
        opacity: 0;
        transform: translateX(-20px);
    }
    100%{
        opacity: 100;
    }
    }

.padding{
    height: 150px;
}

a{
    color: #9F7EA8;
}

/* ################################################ */
/* Navigation */
/* ################################################ */

.wideNav {
    width: 100vw;
    /* background: pink; */
    height: 3vw;
    min-height: 50px;
    max-height: 250px;
    display: flex;
    border-top: 3px solid #4D444F;
    border-bottom: 3px solid #4D444F;
    justify-content: center;
    margin: 10px 0 2px 0px;
    
}

.wideNav > div{
width: 100%;
max-width: 1100px;
height: 100%;
display: flex;
justify-content: space-around;
align-items: center;
align-content: center;
}
.wideNav > div > div > a{
    /* background-color: rgb(134, 134, 213); */
    color: #4D444F;
    text-align: center;
    width: 85px;
    text-decoration: none;
    font-size: clamp(18px, 2vw, 24px);
    margin-bottom: 6px;

}
.wideNav > div > div:nth-child(4), .wideNav > div > div:nth-child(4) > a{
width: 102px;
}
.wideNav > div > div:last-child, .wideNav > div > div:last-child > a{
    /* background-color: rgb(134, 134, 213); */
    width: 192px;

}

/* DropDown Addition */

/* .wideNav{
    width: 100vw;
    background: #243043;
    border-bottom: 1px solid #472415;
    border-top: 1px solid #472415;
    border-bottom: 1px solid goldenrod;
    border-top: 1px solid goldenrod;
    height: 3vw;
    min-height: 65px;
    max-height: 250px;
    display: flex;
    justify-content: center;
    z-index: 100;

    
} */

/* .wideNav > div{
width: 100%;
max-width: 1100px;
height: 100%;
display: flex;
justify-content: space-around;
align-items: center;
align-content: center;
}
*/.wideNav > div > div{
    /* background-color: rgb(134, 134, 213); */
    /* text-align: center;
    width: 125px;
    text-decoration: none;
    font-size: clamp(18px, 7vw, 24px); */
    width: 85px;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-direction: column;
    position: relative;
    top: 5px;
    
    
} 
/* .wideNav > div > div > a{
    color: white;
    color: #243043;
    font-weight: bold;
    transition: .5s ease-in-out font-size;
} */
.wideNav > div > div > a:hover{
    /* color: white; */
    
    /* font-size: 30px; */
    
}
.openFlex{
    display:flex !important;
}
.subNav{
    margin-top: 12px;
    width: 200px;
    /* display: none; */
    display: flex;
    flex-direction: column;
    /* position: absolute; */
    background: #504452;
    height: fit-content;
    border-radius: 0 0 10px 10px;
    display: none;
    position: absolute;
    top: 25px;
    
}
.subNav > a{
    width: 200px;
    /* margin: 10px 0; */
    min-height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    color: white;
    /* text-align: left; */
    font-size: 20px;
    
    
}
.subNav > a:hover{
    background: rgba(0, 0, 0, .15);
    font-weight: bold;
    
}
.subNav > div > .topNav > .subNav{
    position: static;
}


.sideNav{
    position: fixed;
    width: 100vw;
    max-width: 350px;
    overflow-y: scroll;
    overflow-x:hidden;
    right: 0;
    top: 0;
    height: 100vh;
    /* display: flex; */
    background: #9f7ea8;
    border-left: 3px solid #233043;;
    z-index: 10;
    transform: translateX(350px);
    /* color: green !important; */
    font-weight: bold;
    box-shadow: inset 0px 0px 20px 0px #000000db;
    transition: .5s ease-in-out transform;

}

.sideNav > div{
    flex-direction: column;
    display: flex;
    /* padding-left: 20px; */
    justify-content: space-around;
}

.sideNav > div > .topNav {
    /* margin: 20px 0; */
    /* margin-left: 20px; */
    color: #233043;
    color: #233043;
    padding: 20px 0 20px 20px;
    text-align: left;
    z-index: 10000;
    
}
.sideNav > div > .topNav:nth-child(even){
    background: rgba(255, 255, 255, 0.2);
}

.sideNavFix{
    transform: none;
}
.sideNav > div > .topNav > a{
    text-align: center;
    /* width: 125px; */
    text-decoration: none;
    font-size: clamp(18px, 7vw, 24px);
    width: 90%;
    color: #312f32;
}
.sideNav > div > .topNav > .subNav {
    color: #233043;
    background: none;
    height: 0px;
    transform: scaleY(0);
    
}
.openSubNav{
    height: fit-content !important;
    transform: scaleY(1) !important;
    animation-name: subNavAnima;
    animation-duration: 1s;
    
}

.sideNav > div > .topNav > .subNav > a{
    justify-content: flex-start;
    margin-left: 10px;
    color:#233043;
    width: 240px;
    text-decoration: none;
}
.dropdownArrow{
    /* color: green; */
    cursor: pointer;
    display: inline-block;
    width: fit-content;
    /* transform: rotate(-90deg) */
}
.ddTurn{
    transform: unset;
}

.sideNavButton {
    position: fixed;
    bottom: 30px;
    right: 30px;
    display: none;
    height: 60px;
    width: 60px;
    border-radius: 15px;
    border: 3px solid #4e444f;
    background: #9f7ea8;
    z-index: 101;
    justify-content: center;
    align-items: center;
    align-content: center;
}
.sideNavButton>div {
    height: 40px;
    width: 40px;
    display: flex;
    align-content: center;
    align-items: center;
    flex-direction: column;
    justify-content: space-around;
}
.sideNavButton > img {
height: 40px;
width: 40px;
}


.closeOutButton {
    position: absolute !important;
}

.sideNavButton>div>span {
    height: 3px;
    width: 100%;
    background: #4e444f;
    border-radius: 10px;
    transition: transform .35s ease-in-out, position .35s ease-in-out;
}


@keyframes subNavAnima{
    0%{
        height: 0px
    } 
    100%{
        height: fit-content;
    }
}

/* ################################################ */
/* HEADER CSS & CONFIG */
/* ################################################ */
header{
height: 150px;
width: 100vw;
/* background: #472415; */
position: relative;
left:0;
top: 0;
justify-content: center;
display: flex;
}



/* ################################################ */
/* .head_config1{} */
/* ################################################ */
header > div{
    width: 100vw;
    height: auto;
    position: relative;
    max-width: 1100px;
    
}

.head_config1{
    position: absolute;
    width: 100%;
}

.head_config1 > img{
background: red;
height: 125px;
width: 125px;
position: absolute;
/* left: 12.5px; */
top: 12.5px;
}



/* ################################################ */
/* head_config2 */
/* ################################################ */

.head_config2{
    position: absolute;
    width: 100%;
    display: flex;
    justify-content: center;
    height: 100%;
    align-items: center;
    align-content: center;
    flex-direction: column;
}

.head_config2 > img {
    background: red;
    height: 75px;
    width: 300px;
    position: absolute;
    /* left: 12.5px; */
    top: 12.5px;
    display: none;
}

.head_config2 > .business_title {
    /* bottom: 5px; */
    position: absolute;
    text-align: center;
    font-size: 36px;
    font-family: DM-Serif-Display;
    font-style: italic;
    font-weight: bold;
    color: #4D444F;
    cursor: pointer;
}

/* ################################################ */
/* Body CSS & Config */
/* ################################################ */
.mid_banner > h2{
    font-size: clamp(27px, 4vw, 40px);
}
.mid_banner > span{
        font-size: clamp(18px, 5vw, 22px);
        margin: 10px 0 0 0;
        display: block;
}

.body_height{
min-height: 500px;

width: calc(100vw - 40px);
max-width: 1100px;
padding: 20px 20px;

animation-name: loading;
animation-duration: .5s;
}

.body_height > p, .body_height > ul {
    margin: 20px 0;
    width: 100%;
    font-size: clamp(18px, 3vw, 21px);
    line-height: 1.5;
}

.body_height > ul > li {
    width: calc(100% - 25px);
    font-size: clamp(18px, 3vw, 21px);
    line-height: 1.5;
}

.body_height > h1, .body_height > h2, .body_height > h3, .body_height > h4, .body_height > h5{
    font-size: 40px;
    text-align: center;
    margin: 20px 0;
    color: #322F32;
    font-family: DM-Serif-Display;
}
.body_height > h1{
    border-bottom: 3px solid #322F32;
    padding-bottom: 20px;
} 
 .body_height > h2, .body_height > h3, .body_height > h4, .body_height > h5{
    font-size: 30px;
    text-align: left;
    margin: 20px 0;
    color: #322F32;
    font-family: DM-Serif-Display;
} 
/* ################################################ */
/* Content Image */
/* ################################################ */
.fRight{
    float: right;
    margin: 5px 0 20px 20px;
    border-radius: 10px;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.229);
    max-width: 350px;
    max-height: 350px;
    object-fit: cover;
}

.fLeft{
    float: left;
    margin: 5px 20px 20px 0;
    border-radius: 10px;
    max-width: 350px;
    max-height: 350px;
    object-fit: cover;
}

.fLeft:has(img){
    float: left;
    margin: 5px 20px 20px 0;
    padding:5px 20px 20px 0; ;
    max-width: 350px;
    max-height: 350px;
    object-fit: cover;
}
.fLeft:has(img) > img {
    max-width: 350px;
    max-height: 350px;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.229);
    border-radius: 10px;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.229);
    object-fit: cover;

}

.subList{

}
.subSubList{

}
li::marker{
    margin-right: 30px;
}
/* ################################################ */
/* Full Image Banners */
/* ################################################ */
.full_banner {
    width: 100vw;
    background-color: #a580ad;
    height: 80vh;
    background-image: url('/pics/temple-terrace-community-church1.jpg');
    background-size: cover;
    box-shadow: 0 4px 15px #84499491;
    background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
}

.full_banner > div {
    display: flex;
    justify-content: center;
    height: 70%;
    width: 85%;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}
.full_banner > div > *{
    margin: 20px 0;
    color: #4D444F;
    text-decoration: none;
}
.full_banner > div > h2{
    font-size: clamp(35px, 5vw, 50px);
    font-family: DM-Serif-Display;
    text-shadow: -2px 4px 9px #FFE9E9;
}
.full_banner > div > span{
    font-size: clamp(25px, 3vw, 35px);
}
.full_banner > div > a > span {
border: 4px solid #4D444F;
padding: 5px 50px;
border-radius: 4px;
font-size: clamp(20px, 5vw, 30px);
text-decoration: none;
font-weight: 500;

}
.mainButton > span{
    transition: .3s ease-in-out color, .3s ease-in-out background-color, .3s ease-in-out box-shadow;
}
.mainButton > span:hover{
    background: #4D444F;
    color: white;
    box-shadow: inset 0 0 10px #ffffff6e;
}
/* UL Lists */
ul > li > span{
    margin-left: 20px
}
ul > ul > ul > li > span{
    margin-left: 40px;
}
/* ################################################ */
/* FOOTER CSS & FOOTER CONFIG */
/* ################################################ */

footer{
    min-height: 150px;
    height: fit-content;
    width: 100vw;
    background: #9F7EA8;
    position: absolute;
    left:0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

}

footer > div {
    width: calc(100% - 40px);
    height: calc(100% - 10px);
    /* background: orange; */
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
footer > div > div > span, footer > div > div > div >span{
    display: block;
    margin: 10px;
}
footer > div > div {
    display: flex;
    flex-direction: column;
 }

 svg > *{
    fill: #fff;
    
 }
 svg.yelp > path:nth-child(1){
    fill: #9F7EA8
 }
 a > svg:hover{
    cursor: pointer;
 }

 /* ##################################
 Mobile
 ################################## */

 @media screen and (max-width: 900px){
    .wideNav{
        display: none;
    }
    .sideNavButton{
        display: flex;
    }
    .padding{
        height: 270px;
    }
    .subNav {
        margin-top: 12px;
        width: 200px;
        /* display: none; */
        display: flex;
        text-align: left;
        flex-direction: column;
        /* position: absolute; */
        background: #504452;
        /* height: fit-content; */
        border-radius: 0 0 10px 10px;
        /* display: none; */
        position: static;
        top: 25px;
        color: white;
    
 }
 .subNav.openSubNav > a{
    text-align: left !important;
 }
 .sideNav > div > .topNav > a{
     text-align: left !important;
 }

}

 @media screen and (max-width: 500px){
     .fRight, .fLeft, .body_height > span, .body_height > span > img {
         max-width: unset;
         max-height: unset;
         width: 100%;
        }
        
        .full_banner{
            background-attachment: unset;
        }
        
    }
    @media screen and (max-width: 540px){
        header{
            height: 185px;
        }
         ul > li > span, ul > ul > ul > li > span{
            margin-left: unset;
        }

    }