body{
    /*Page Load animation*/
    animation:transitionIn 0.75s;
    /*Removes Horizontal Scrolling*/
    overflow-x: hidden !important;
    max-width: 100%;
    background: url("../images/plantBack.jpg")rgba(255, 255, 255, 0.93);
    background-repeat: repeat;
    background-blend-mode: overlay;

}
.selectionCol .btn-custom-1{
    margin: auto;
}
.selectionCol .selectionImage{
    margin-top: 24px;
}
.flower{
    width: 120px;
}

.textImageContainer .imageSection .theImage {
    max-height: none;
}

.menu{
    width: 100%;
    padding:16px;
    height: fit-content;
}
.menu img{
    margin-top: 40px;
    width: 100%;
}

/*Testimonial Section*/
.testimonialSection, .testimonialSection .name, .testimonialSection .quote{
    background-color: transparent;
}





.exploreTitleSection.MenuS{
    margin-top: 80px;
}


@media (max-width:1270px){
    .exploreTitleSection.MenuS .stroke {
        position: absolute;
        bottom: -40px;
        left: 0;
        width: 100%;
    }
}
@media (min-width:1270px){
    .exploreTitleSection.MenuS .stroke {
        position: absolute;
        bottom: -55px;
        left: 0;
        width: 100%;
    }
}
@media (max-width:770px){
    .exploreTitleSection.MenuS .stroke {
        position: absolute;
        bottom: -5px;
        left: 0;
        width: 100%;
    }
}



.discoverLocalSection .heading {
    position: relative;
    width: fit-content;
}

.discoverLocalSection .stroke {
    position: absolute;
    bottom: 20%;
    left: 0px;
    width: 100%;
}


