
header.masthead .masthead-text {
  font-size: 1rem;
  margin-bottom: 25px;
  font-family: "Roboto Slab", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

header.masthead {
    background-image: url(../assets/img/header-bg.jpg);
}

section#contact {
  background-color: #212529;
  background-image: none;

}

.map {
    -webkit-filter: grayscale(100%);
    width: 100%;
    height: 600px;
}

.no-underline {
  text-decoration: none;
}

.btn-xl-smaller {
  font-size: 0.75em;
}

#mainNav .navbar-brand img {
  height: 3.5rem;
}

header.masthead .masthead-heading {
  font-size: 2.25rem;
}

@media (min-width: 768px) {
    header.masthead .masthead-heading {
      font-size: 4.5rem;
      font-weight: 700;
      line-height: 4.5rem;
      margin-bottom: 4rem;
  }
}


@media (min-width: 992px) {

  #mainNav.navbar-shrink .navbar-brand svg, #mainNav.navbar-shrink .navbar-brand img {
    height: 3.5rem;
  }

  #mainNav .navbar-brand {
    font-size: 2.5em;
  }
  #mainNav .navbar-brand img {
    height: 9rem;
    transition: height 0.3s ease-in-out;
  }
  #mainNav {
    padding-top: 0rem;
  }
  #mainNav.navbar-shrink .navbar-brand svg, #mainNav.navbar-shrink .navbar-brand img {
    height: 3.5rem;
  }
}