body {
    margin-bottom: 0; 
    font-family: Raleway
}

nav {
    font-family: Fahkwang; 
    font-variant: small-caps; 
    font-size: 1rem;
    position: fixed !important;
    width: 100%;
    top: 0px;
    opacity:0.9;
    z-index: 200;
}

.jumbotron {
    background-size: cover; 
    background-position: 50% 50%;
    border-radius: 0;
    border-top: solid #343a40 90px;
}

.navbar-brand {
    font-family: Fahkwang; 
    font-variant: small-caps; 
    font-size: 1.25rem; 
    font-weight: 700;
    
}

@media (min-width: 335px) { 
    .navbar-brand {
        font-size: 1.5rem;
    }
}
@media (min-width: 576px) { 
    .navbar-brand {
        font-size: 2rem;
    }
}


footer {
    height: 100%;
}

footer p {
        margin-bottom:0;
}

.bg-info {
    background-color: #315a9f !important;
}

.bg-light {
    background-color: #ffffff !important;
}

.navbar-dark.bg-dark .dropdown-menu {
    background-color: #343a40!important;
}
.navbar-dark.bg-dark a.dropdown-item {
    background-color: #343a40!important;
    color: rgba(255,255,255,.5);
}

.navbar-dark.bg-dark a.dropdown-item:hover {
    color: rgba(255,255,255,.75);
}

.navbar-dark.bg-dark a.dropdown-item.active {
    color: rgba(255,255,255,1);
}

.btn-info {
    background-color: #64a7db;
    border-color: #64a7db;
}

.btn-info.focus, .btn-info:focus {
    box-shadow: 0 0 0 0.2rem rgba(58,176,195,.5);
}

.btn-info:hover {
    background: #467499;
    border-color: #467499;
}

.jumboHome {
    background-image: url('./images/LilypadsPainted.jpg'); 
}

.jumboIndi {
    height: 560px;
    background-image: url('./images/Summit.jpg'); 
    background-position: 50% 63%;
}

.jumboCoup {
    height: 560px;
    background-image: url('./images/Wedding.jpg'); 
    background-position: 50% 43%;
}

.jumboTeen {
    height: 560px;
    background-image: url('./images/beachrunning.jpg'); 
    background-position: 50% 55%;
}

.jumboChild {
    height: 560px;
    background-image: url('./images/MadHatter.jpg'); 
    background-position: 50% 53%;
}

.jumboFAQ {
    height: 560px;
    background-image: url('./images/TranquilSanctuary.jpeg'); 
    background-position: 50% 70%;
}

.jumboForms {
    height: 660px;
    background-image: url('./images/PenAndCoffee.jpg'); 
}

.jumboRes {
    height: 560px;
    background-image: url('./images/BookFocus.jpg'); 
    background-position: 50% 45%;
}

.jumboAbout {
    height: 560px;
    background-image: url('./images/Creek.jpg'); 
    background-position: 50% 37%;
}

.jumboCon {
    height: 560px;
    background-image: url('./images/Office25_med.jpg'); 
    background-position: 50% 57%;
}

.jumboThera {
    height: 560px;
    background-image: url('./images/TwoPushers.jpeg'); 
    background-position: 50% 34%;
}

.jumboMentor {
    height: 560px;
    background-image: url('./images/OfficeSpace.jpeg'); 
    background-position: 50% 39%;
}

.jumboTrauma {
    height: 560px;
    background-image: url('./images/LoneTreeTrauma.jpg'); 
    background-position: 50% 100%;
}

.jumboChronic {
    height: 560px;
    background-image: url('./images/WarmBlanket.jpg'); 
    background-position: 50% 30%;
}

.jumboGrief {
    height: 560px;
    background-image: url('./images/Coast.JPG'); 
    background-position: 50% 25%;
}

.jumboAnxiety {
    height: 560px;
    background-image: url('./images/AnxietyAbstract.JPG'); 
    background-position: 50% 90%;
}

.jumboADHD {
    height: 560px;
    background-image: url('./images/PostItNotes.jpg'); 
    background-position: 50% 40%;
}

.jumboInfid {
    height: 560px;
    background-image: url('./images/BacktoBack.jpg'); 
    background-position: 50% 70%;
}

.jumboConflict {
    height: 560px;
    background-image: url('./images/SihouetteTugOfWar.jpg'); 
    background-position: 50% 63.5%;
}

.jumboIntimacy {
    height: 560px;
    background-image: url('./images/CoupleOnPier.jpg'); 
    background-position: 50% 56%;
}

.jumboPreMarr {
    height: 560px;
    background-image: url('./images/PignattaSwans.jpg'); 
    background-position: 50% 42%;
}

.jumboParents {
    height: 560px;
    background-image: url('./images/GenerationalPianists.jpg'); 
    background-position: 50% 50%;
}

.jumboPC {
    height: 560px;
    background-image: url('./images/GooseBackRide.jpeg'); 
    background-position: 50% 34%;
}

.jumboTherapists {
    height: 560px;
    background-image: url('./images/BelowThePier.jpeg'); 
    background-position: 50% 46%;
}

.jumboEstrangement {
    height: 560px;
    background-image: url('./images/ESTlakePic.jpg'); 
    background-position: 50% 50%;
}

.jumboRetirement {
    height: 560px;
    background-image: url('./images/RETbannerLakeView.jpg'); 
    background-position: 50% 50%;
}
.collapse-heading {
    cursor: pointer;
    display: inline-flex;
    align-items: center;
}

.collapse-heading::before {
    content: "▸";
    transition: transform 0.2s ease;
    margin-left: 0.5rem;
}

.collapse-heading[aria-expanded="true"]::before {
    content: "▾";
}
