.lg-squares h4 {
  background-color: #94231B;
}
.sectionTint {
  background-color: #94231B;
}
.navbar-brand img {
  max-height: 110px;
  max-width: 98%;
}
.footer-logos img {
  max-height: 48px;
  width: 130px;
  margin: .99rem .78rem 0;
}

/* SLIDER */
.navbar-brand {
  padding-left: 5px;
  width: 300px;
}

.jumbotron {
  background-color: transparent;
  padding: 0;
}
.jumbotron .navbar-brand {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -150px;
}
.jumbotron .carousel {
  width: 100%;
  background-color: #fff;
}
.jumbotron .carousel, .jumbotron .carousel-inner, .jumbotron .carousel-inner>.item {
  height: 100%;
}
.jumbotron .carousel-inner>.item {
  background-size: cover;
  background-position: center;
}