html,
body {
  position: relative;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Fjalla One', sans-serif;
}

#top-nav {
  font-family: 'Fjalla One', sans-serif;
  font-variant: small-caps;
}

#top-nav a.nav-link,
#top-nav .tel {
  color: #999999;
  display: inline-block;
}

#top-nav a.nav-link.active, #top-nav a.nav-link:hover,
#top-nav .tel.active,
#top-nav .tel:hover {
  color: #000000;
}

#top-nav .logo-holder {
  text-align: center;
}

@media (min-width: 768px) {
  #top-nav .navbar-brand {
    min-width: 246px;
  }
}

#top-nav .navbar-brand img {
  max-height: 40px;
  max-width: 46.4px;
}

#top-nav .navbar-brand h2 {
  display: inline-block;
  margin: 0;
  vertical-align: middle;
}

@media (max-width: 767.98px) {
  #top-nav .navbar-brand h2 .hide-sm {
    display: none;
  }
}

.main .container {
  position: relative;
  margin-top: 20px;
}

.main .container p,
.main .container address {
  font-family: 'Open Sans', sans-serif;
}

.main #home {
  position: relative;
}

@media (min-width: 320px) {
  .main #home {
    height: 240px;
  }
}

@media (min-width: 420px) {
  .main #home {
    height: 310px;
  }
}

@media (min-width: 768px) {
  .main #home {
    height: 480px;
  }
}

@media (min-width: 845px) {
  .main #home {
    height: 540px;
  }
}

@media (min-width: 1024px) {
  .main #home {
    height: 600px;
  }
}

.main #home::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("../images/stclaircourthouse.png");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: -1;
}

.main #about #mr-kennedy {
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .main #about #mr-kennedy {
    float: right;
    margin: 0 0 20px 30px;
    max-width: 400px;
  }
}

@media (min-width: 576px) {
  .main #services .row {
    margin-bottom: 5px;
  }
}

@media (max-width: 575.98px) {
  .main #services .row .card {
    margin-bottom: 5px;
  }
}

.main #services .row h5 {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .main #contact iframe {
    float: right;
    margin: 0 0 20px 30px;
  }
}

footer#legal {
  font-family: 'Open Sans', sans-serif;
  margin-top: 80px;
  position: relative;
  font-size: 8px;
  text-align: center;
}
/*# sourceMappingURL=site.css.map */