/*enCircle overrides*/

/* *.footer-first { 
  background-color: white;
}
*/

.footer-second {
  background-color: black;
}

.navbar-brand img {
  max-height: 4em;
}

#drupal-off-canvas *, #drupal-off-canvas *:not(div) {
  color: unset !important;
}

#superfish-main li {
  background-color: white;
}


/* Webform styling */

.fieldset-heading .fieldset-legend {
  font-size: 1.6rem;
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: var(--bs-heading-color);
}
.webform-type-checkboxes .fieldset-legend, .webform-type-radios .fieldset-legend {
  font-size: unset;
  font-weight: unset;
}

.webform-submission-form  label {
  font-weight: bold;
}
.webform-submission-form  label.option {
  font-weight: normal;
}
fieldset.fieldset-heading {
  border: 2px solid #f2fafb; 
  border-radius: 8px; 
  padding: 16px;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1); 
  background: #f2fafb;
}

/* Carousel tweaks */
.paragraph__column {
  position: relative; /* Make this the reference for absolute positioning */
}

.paragraph--type--bp-carousel .field--name-bp-image-field {
  position: relative; /* Ensure the container is positioned */
  display: inline-block;
}

.paragraph--type--bp-carousel .field--name-bp-image-field img {
  width: 100%; /* Ensure responsiveness */
  display: block;
}

.paragraph--type--bp-carousel .field--name-bp-header {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: white; 
  color: rgba(0, 0, 0, 0.7);
  text-align: center;
  padding: 15px;
  font-size: 1.5em;
  box-sizing: border-box;
  z-index: 2;
}

.carousel-inner .paragraph__column h2 {
  margin: 0px;
}

.sf-menu .is-active {
  text-decoration: underline;
}

.nav.navbar-nav .nav-link.active {
  font-weight: 600;
  text-decoration: underline;
}

/* max height for profile images */
.block-field-blockcivicrm-contactcivicrm-contactimage-url img {
  max-height: 400px;
}

@media (min-width: 992px) {
    .navbar-brand img {
        height: 132px;
    }
}
