header.subhead {
    position: relative;
    overflow: hidden;
    padding-top: calc(2rem + 72px);
    padding-bottom: 2rem;
    background-color: #000;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: scroll;
    background-size: cover;
  }
  
  header.subhead .masthead-content {
    z-index: 1;
    position: relative;
  }
  
  header.subhead .masthead-content .masthead-heading {
    font-size: 4rem;
  }
  
  header.subhead .masthead-content .masthead-subheading {
    font-size: 2rem;
  }

.display-6 {
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.2;
}

.contact-info {
    text-align: center;
}

.contact-info a {
    color: #000;
}

.contact-info a:hover {
  color: #000;
}

.contact-info .feather {
    padding: 5px;
}

.contacts p {
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

.accordion .card-header:after { 
  content: url('https://api.iconify.design/feather:minus-circle.svg?height=24');
  vertical-align: -0.125em;
  float: right;
}
.accordion .card-header.collapsed:after {
  content: url('https://api.iconify.design/feather:plus-circle.svg?height=24');
  vertical-align: -0.125em;
}

footer a, a:hover {
  color: #fff;
}