.highlight {
  border-bottom: 3px double #fff;
}
body {
  font-family: quicksand, sans-serif;
}
.serif {
  font-family: "inria serif";
}
.text-teal {
  color: #429fa3;
}
.bg-teal {
  background-color: #429fa3;
}
.bg-teal-gradient {
  background: linear-gradient(-45deg, #4db8bd, #429fa3, #278488);
}
.text-underline {
  text-decoration: underline;
}
.text-shadow {
  text-shadow: 0 1px rgba(0, 0, 0, 0.3);
}
@media (min-width: 792px) {
  html.shrink {
    margin-top: 94px;
  }
}
@media (max-width: 792px) {
  html.shrink {
    margin-top: 87px;
  }
}
.tt-title {
  position: relative;
}
.title-video {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  overflow: hidden;
  min-height: 100%;
}
.title-video video {
  min-width: 130%;
  min-height: 130%;
  position: relative;
  top: 0;
}
@media (min-width: 700px) {
  .title-video video {
    top: 0;
  }
}
@media (min-width: 900px) {
  .title-video video {
    top: -100px;
    min-height: 100vh;
  }
}
@media (min-width: 1050px) {
  .title-video video {
    top: -110px;
    min-height: 100vh;
  }
}
@media (min-width: 1100px) {
  .title-video video {
    top: -210px;
    min-height: 100vh;
  }
}
@media (min-width: 1370px) {
  .title-video video {
    top: -570px;
    min-height: 100vh;
  }
}
@media (min-width: 1500px) {
  .title-video video {
    top: -610px;
  }
}
@media (max-width: 783px) {
  .title-video video {
    min-height: 300% !important;
    min-width: 300%;
  }
}
@media (max-width: 600px) {
  .title-video {
    top: -80px;
    min-height: 180% !important;
    min-width: 130%;
  }
}
#header {
  box-shadow: 0 0 11px rgba(0, 0, 0, 0.1);
  padding: 18px 0;
  position: relative;
  min-height: 181px;
  z-index: 1000;
  top: 0;
  width: 100%;
  background: #fff;
  transition: min-height 1s, top 0.5s;
}
#header .nav-link {
  font-size: 20px;
  color: #888;
  padding: 5px 16px !important;
}
html.shrink #header {
  position: fixed;
  min-height: auto;
  padding: 0;
}
#logo {
  max-height: 120px;
  transition: max-height 1s;
}
html.shrink #logo {
  max-height: 60px;
}
html.shrink #header .nav-link {
  font-size: 16px;
}
b {
  font-weight: 700;
}
.display-5 {
  font-size: 2rem;
}
.jumbo {
  background-size: cover;
  background-position: center;
}
.jumbo h2 {
  text-shadow: 0 0 3px #000;
  font-size: 58px;
}
.jumbo h2.display-3 {
  font-family: sacramento;
  font-weight: 700;
}
#jumbo-logo {
  max-width: 70%;
  max-height: 180px;
  margin-top: 3vh;
  margin-bottom: 15px;
}
.png-shadowed {
  -webkit-filter: drop-shadow(12px 12px 25px rgba(0, 0, 0, 0.5));
  filter: url(#drop-shadow);
  -ms-filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=12, OffY=12, Color='#444')";
  filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=12, OffY=12, Color='#444')";
}
@media (min-width: 700px) {
  .about-us {
    font-size: 28px;
    padding: 15px 30px;
  }
}
@media (min-width: 1200px) {
  .about-us {
    margin-top: 40px;
  }
}
.honeycomb {
  background-image: url(/images/services-bg.jpg);
  background-size: 28%;
  font-weight: 100;
}
.service-img {
  width: auto;
  overflow: hidden;
}
.service-img img {
  max-width: 80%;
  max-height: 80%;
  margin: 0 auto 15px;
  border-radius: 100%;
  border-bottom: 2px solid gold;
  border-top: 2px solid #ddd;
}
@media (max-width: 1400px) {
  .jumbo {
    background-position: center;
  }
}
@media (max-width: 700px) {
  .jumbo h2 {
    font-size: 28px;
  }
  .about-us {
    font-size: 20px;
    margin-bottom: 40px;
  }
}
.cursive {
  font-family: sacramento, cursive;
}
.script {
  font-family: bad script, cursive;
}
#footer {
  background-image: url(../images/footer-bg.jpg);
  background-position: center;
  background-size: cover;
  border-top: 3px solid #ddd;
}
.dropdown-toggle:hover {
  cursor: pointer;
}
