
/* navbar */ 
#navbarBackground {
  opacity: 0;
}

/* Main Page jumbotron */
#indexJumbotron {
  background-image: url("../img/ocean2.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 40vw;
  max-height: 45vh;
  min-height: 200px;
  margin-bottom: 12px;
}

h2 {
  border: none; 
}

/* Swirl image and CWPA text overlaid on jumbotron */
#masthead {
  top: 15px;
  padding-top: 15px;
}
#masthead img {
 width: 90%;
}
/* if the screen is xs or s, make the masthead graphic the entire width of the screen */
@media (max-width: 767px) {
  #masthead img {
   width: 98%;
  }
}

.bkgGreen {
  margin-top: 1.1rem;
  background-color: #F3f7E3;
}
.bkgGreen .row div {
  /* padding: .5rem 4rem 1rem 4rem; */
}

.bkgHands {    
  background-image: url("../img/holding-hands-o30.jpg"); 
  background-size: cover; 
  background-position: center;
  padding: 1rem 5vw 1rem 5vw;    
}
.bkgGreen .row div.divGiveUsACall {
  padding: 1rem 5vw 1rem 5vw; 
  
  /* padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5); */
}
.divACallAway {
  padding: 1rem 5vw 1.5rem 5vw;     
}
.bkgPhone {    
  background-image: url("../img/phone-o80.jpg");
  background-size: cover;
  background-position-x: right;
  min-height: 22rem;
}
