body {
  background: #314966;
}

#navbar-brand-logo {
  height: 32px;
}

a.btn:focus {
  color: inherit;
}

.content-section {
  padding-top: 20px;
  padding-bottom: 20px;
}

#mainNav {
  background: #314966;
  background: linear-gradient(30deg, #314966 50%, #132332 100%);
}

#mainNav.navbar-shrink {
  margin-bottom: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  background: #314966;
  background: linear-gradient(30deg, #314966 50%, #132332 100%);
}

@media (min-width: 992px) {
  #mainNav {
    background: transparent;
  }

  #navbar-brand-logo {
    height: 52px;
  }
}
.masthead {
  display: table;
  width: 100%;
  height: auto;
  padding: 50px 10px;
  text-align: center;
  color: #fff;
  background-size: cover;
  background-position: right;
  margin-top: 56px;
}

.masthead .intro-body .brand-heading {
  font-size: 32px;
  text-shadow: 5px 5px 5px rgba(0, 0, 0, 0.7);
}

@media (min-width: 768px) {
  .masthead {
    padding: 200px 0;
    margin-top: 0px;
  }

  .masthead .intro-body .brand-heading {
    font-size: 52px;
  }
}
section#contact {
  background: #314966;
  background: linear-gradient(70deg, #314966 50%, #132332 100%);
}

.fa.footer-contacts-icon {
  background-color: rgba(0, 0, 0, 0.3);
  color: #fff;
  font-size: 18px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  text-align: center;
  line-height: 38px;
  margin: 10px 5px 10px 0;
}

.footer-contacts p {
  display: inline-block;
  color: #ffffff;
  vertical-align: middle;
  margin: 0px;
}

.social-links a {
  display: inline-block;
  width: 35px;
  height: 35px;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 2px;
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  line-height: 35px;
  margin-right: 5px;
  margin-bottom: 5px;
}

.car-suspension-image {
  max-width: 300px;
}

.highlight {
  background: #eef4f7;
  color: #313437;
  padding: 20px 0;
}
.highlight h1, .highlight h2, .highlight h3 {
  color: #314966;
}

.navbar-brand {
  margin: 0;
}

/*# sourceMappingURL=styles.min.css.map */
