@charset "utf-8";
.head-content {
  margin-right: auto;
  margin-left: auto;
  width: 960px;
  text-align: center;
}
.head-content h1 {
  color: #ffffff;
  font-weight: 600;
  font-size: 60px;
  line-height: 80px;
  text-transform: uppercase;
}
.head-content p {
  color: #cccccc;
  font-size: 20px;
}
@keyframes zoom-in {
  from {
    background-size: 100% 100%;
  }
  to {
    background-size: 102% 102%;
  }
}
.head-background {
  animation: zoom-in 1s ease-out forwards;
  background-position: center center;
  background-size: cover;
  background-color: #2b2f35;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 100px;
  padding-bottom: 100px;
  min-height: 400px;
}
.head-background-about-us {
  background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.4)), url("/img/head/about-us.jpg");
}
.head-background-contact-us {
  background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.4)), url("/img/head/contact-us.jpg");
}
.head-background-solutions {
  background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.4)), url("/img/head/solutions.jpg");
}
.head-background-products {
  background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.4)), url("/img/head/products.jpg");
}
.head-background-free-quote {
  background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.4)), url("/img/head/contact-us.jpg");
}
.head-background-news-events {
  background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.4)), url("/img/head/news-events.jpg");
}
.head-background-parts-service {
  background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.4)), url("/img/head/parts-service.jpg");
}
.head-background-privacy-policy {
  background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.4)), url("/img/head/privacy-policy.jpg");
}
.head-background-terms-conditions {
  background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.4)), url("/img/head/terms-conditions.jpg");
}
.head-background-agvs {
  background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.4)), url("/img/head/agvs.jpg");
}
.head-background-support {
  background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.4)), url("/img/head/support.jpg");
}
.head-background-result {
  background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.4)), url("/img/head/result.jpg");
}