/*  */

body {
  /* font-family: 'Gothic A1', sans-serif; */
  /* font-family: 'Mukta Malar', sans-serif; */
  font-family: 'IBM Plex Sans', sans-serif;
}

b {
  font-weight: 500;
}

/* navbar */ 
#navbarBackground {
  height:76px;
  background: linear-gradient(90deg,rgba(30, 122, 168, 1) 0%, rgba(0, 36, 61, 1) 100%);
  /*background-image: url("../img/menu-bkg1.png"); 
  background-color: #2E649A;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; 
  opacity: 1;*/
}
#navbarBackground .swirl {
  padding-top: 8px;
  padding-right: 9px;
  max-height: 66px;
}
#navbarBackground .cwpa-text {
  padding-top: 10px;
  max-height: 42px;
  max-width: calc(100% - 206px);
}
.navbar {
  padding-bottom: 38px;
  height: 76px;
  font-size: 93%;
}
#navbarNav.navbar-collapse.show, #navbarNav.navbar-collapse.collapsing {
  background-color: #2E649A;
  border-radius: 6px;
  padding:0 16px;
  /* border:1px solid #1e4873; */

}


h1, h2 {
  margin: 1.8rem 0 .8rem 0;
  font-family: 'Montserrat', sans-serif;
}
h1 {
  font-size: 1.9rem;
}
h2 {
  font-size: 1.3rem;
  border-bottom: 1px solid color(display-p3 0.065 0.19 0.3 / 0.33);
}
h3 {
  font-size: 1.15rem;
}

a {
  color: rgb(10, 88, 202);
  text-decoration: underline;
  text-decoration-color: rgba(9, 69, 158, 0.396);
}
a:hover {
  text-decoration: underline;
  text-decoration-color: rgba(10, 52, 130, 1);
}

.content {
  font-size: 1.1rem;
  line-height: 1.4;
}
.content ul {
  list-style-image: url('../img/bullet1.png');
  padding-left: 22px;
}
.subpage {
  margin-top: 5rem;
  margin-bottom: 3.5rem;
}
.blockquote {
  font-size:100%;
}

.therapist_photo {
  margin-top:2.2rem;
  width: 100%;
  box-shadow: 5px 7px 6px #bbb;
}
/* if the screen is xs or s, float the image, and make it smaller */
@media (max-width: 575px) {
  .therapist_photo {
     width: 50%;
  }
}




.sidebar {
  margin-top: 5.1rem;
  margin-right: 1rem;
  padding: 1.5rem 1rem 1rem 1rem;
  background-color: #f3f7e3;
  border: 1px solid #eee; 
  box-shadow: 5px 7px 6px rgba(187, 187, 187, 0.7);
}

.blockquote-footer {
margin-top: -0.9rem;
margin-left: 1rem;
}




/* footer */

#cwpaFooter {
  padding-top: 15px;
  background-image: url("../img/ocean-footer.jpg");
  background-color: #2E649A;
  color: #eee;
  font-size: 1rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; 
}
#cwpaFooter p {
  margin-top: .9rem;
}
.credits {
  font-size: .8rem;
  color: #bbb;
  margin: .2rem 0 .8rem 5em;

}

.imgFooterSwirl {
  width:144px;
}

@media (min-width: 992px) {
  .navbar-expand-md .navbar-nav .nav-link {
    padding-left: 4px; 
    padding-right: 4px; /* distance between menu items */
    margin: 0 .5rem .3rem .5rem;
  }
  li.nav-item a {
     
  }
}
.dropdown-item.active, .dropdown-item:active {
  background-color: #5786A3;
}

  
li.nav-item:hover, .dropdown-item:hover, li.nav-item.active {
  background-color: rgba(1,27,63,.2);  
}

li.nav-item a:hover {
  /* margin-bottom: .1rem; */
  /* border-bottom: .1rem solid #7a96bd; */
}


