body {
  padding: 0;
  margin: 0;
  background-color: #063c63;
  color: #fff;
  font-family: Helvetica, sans-serif;
}

h4 {
  font-size: 1.2rem;
}

.lead {
  font-size: 1.1rem;
}

footer hr {
  background-color: #fff;
}

.carousel {
  margin-bottom: 4rem;
}

.carousel-caption {
  bottom: 3rem;
  z-index: 10;
  background: #063c63a6;
}

.carousel-item {
  height: 35rem;
}

.carousel-item>img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 35rem;
}

.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}

.marketing h2 {
  font-weight: 400;
}

.marketing .col-lg-4 p {
  margin-right: 0.75rem;
  margin-left: 0.75rem;
}

.featurette-divider {
  margin: 5rem 0;
}

.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -0.05rem;
}

textarea {
  min-height: 300px;
}

.banner-img {
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 20%;
}

.banner-img.contact {
  background-image: url('../images/contact-banner.jpg');
}

.emergency-ad {
  min-width: 200px;
  bottom: 0;
  right: 0;
  z-index: 200;
}

@media (min-width: 40em) {
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 7rem;
  }
}

@media (max-width: 768px) {
  .navbar-brand img {
    max-width: 100%;
    height: 80px;
  }

  .banner-img {
    background-attachment: local;
  }

  header .border-right {
    border-width: 0 !important;
  }

}

@media (max-width: 320px) {
  .navbar-brand img {
    max-width: 100%;
    height: 65px;
  }
}