.backdrop-blur {
    background-color: rgba(255, 255, 255, 0.4);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
}

@supports not ((-webkit-backdrop-filter: blur(8px)) or (backdrop-filter: blur(8px))) {
  .backdrop-blur {
    background-color: rgba(255, 255, 255, 0.75);
  }
}

a {
  color: var(--blue);
}

a:hover {
  color: var(--blue);
}

/* a:not([href*="nynhp.org"]):not([href^='#']):not([href^='/']):not([href^='mailto:']):not([href^='tel'])::after { */
a[href^="https://"]:not([href*="nynhp.org"]):not(.no-decorator)::after,
a[href^="http://"]:not([href*="nynhp.org"]):not(.no-decorator)::after {
  content: "\f1c5";
  display: inline-block;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: baseline;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.75rem;
  margin-left: 0.3rem;
  margin-right: 0.1rem;
}

.contact-icon {
  font-size: 2rem;
}

@media only screen and (max-width: 767.99px) {
  body {
    background-color: var(--dark);
  }
}

.caret-summary::before {
    display: inline-block;
    margin-left: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: 0;
    border-bottom: .3em solid transparent;
    border-left: .3em solid;

}

.caret-summary[aria-expanded="true"]::before {
    vertical-align: .255em;
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}

figcaption > p {
  margin: 0;
}

footer {
  color: var(--light);
  background-color: var(--primary);
  text-align: center;
  /*margin: 1em auto;*/
  padding: 1em;
}

html {
  background-color: white;
}

.navbar .divider-vertical > .nav-item:not(:last-child) > .nav-link {
  border-right: none;
}

@media (min-width: 1200px) {
    .navbar .divider-vertical > .nav-item:not(:last-child) > .nav-link {
        border-right: 1px solid rgba(255, 255, 255, 0.75);
    }
}

#navbarCollapse.divider-vertical {
    border-left: 1px solid rgba(255, 255, 255, 0.75);
}

.card-shadow {
  box-shadow: 0 0 0.5em 0.25em rgba(0, 0, 0, 0.5);
}

.card-img-home {
  border-radius: 0;
  object-fit: cover;
}

.ie9 img[src$=".svg"] {
  width: 100%;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  img[src$=".svg"] {
    width: 100%;
  }
}

.navbar .dropdown-menu {
    font-size: .875rem;
}

.navbar-nav .nav-item>a:hover,
.navbar-nav .nav-item>a:focus {
  background-color: var(--dark);
}

.author{
  font-weight: bold;
  color: var(--esf-accent-blue);
}
