body {
    font-family: "Montserrat", sans-serif;
}

.logo-container {
    max-width: 180px;
}

header.masthead {
    margin-bottom: 50px;
    background: no-repeat center center;
    background-color: #6c757d;
    background-attachment: scroll;
    position: relative;
    background-size: cover;
}

header.masthead::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #212529;
    opacity: 0.5; /* overlay darkness */
    z-index: 1;
}

header.masthead .container {
    position: relative;
    z-index: 2; /* keep text above overlay */
}


header.masthead .page-heading,header.masthead .post-heading,header.masthead .site-heading {
    padding: 200px 0 150px;
    color: white
}

header.masthead.sub-page .post-heading {
    padding: 100px 0;
}

@media only screen and (min-width: 768px) {
    header.masthead .page-heading,header.masthead .post-heading,header.masthead .site-heading {
        padding:200px 0
    }
}

header.masthead .page-heading,header.masthead .site-heading {
    text-align: center
}

header.masthead .page-heading h1,header.masthead .site-heading h1 {
    font-size: 50px;
    margin-top: 0
}

header.masthead .page-heading .subheading,header.masthead .site-heading .subheading {
    font-size: 24px;
    font-weight: 300;
    line-height: 1.1;
    display: block;
    margin: 10px 0 0;
}

@media only screen and (min-width: 768px) {
    header.masthead .page-heading h1,header.masthead .site-heading h1 {
        font-size:80px
    }
}

header.masthead .post-heading h1 {
    font-size: 35px
}

header.masthead .post-heading .meta,header.masthead .post-heading .subheading {
    line-height: 1.1;
    display: block
}

header.masthead .post-heading .subheading {
    font-size: 24px;
    font-weight: 600;
    margin: 10px 0 30px;
}

header.masthead .post-heading .meta {
    font-size: 20px;
    font-weight: 300;
    font-style: italic;
}

header.masthead .post-heading .meta a {
    color: #fff
}

@media only screen and (min-width: 768px) {
    header.masthead .post-heading h1 {
        font-size:55px
    }

    header.masthead .post-heading .subheading {
        font-size: 30px
    }
}

/* Carousel indicators – visible on light backgrounds */
#testimonialCarousel .carousel-indicators [data-bs-target] {
  background-color: #212529;   /* dot color */
  opacity: 0.4;                 /* inactive */
}
#testimonialCarousel .carousel-indicators .active {
  opacity: 1;                   /* active dot */
}