body, h1, h2, h3, h4 {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  line-height: 2em;
}
h1, h2, h3, h4 {
  text-transform: uppercase;
  letter-spacing: 0.75rem;
}
h1, h2 {
  font-size: 28px;
  letter-spacing: 0.75rem;
  line-height: 36px;
  margin-top: 0;
  margin-bottom: 25px;
}
.btn-white {
  background-color: #fff;
  color: #ab0005;
}
.btn-white:hover {
  color: #ab0005;
  background-color: #ececec;
}
#container {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
}
#hero {
  background-image: url(img/hero-bg5.jpg);
  background-size: auto 100%;
  background-position: -14% top;
  background-repeat: no-repeat;
  position: relative;
  color: #fff;
  padding-top: 100px;
  padding-bottom: 100px;
}
#hero .hero-cover {
  position: absolute;
  width: 60%;
  height: 100%;
  top: 0;
  right: 0;
}
#hero .logo {
  text-align: center;
}
#hero .logo img {
  width: 200px;
  margin-top: 20px;
}
#hero .container {
  position: relative;
  z-index: 1;
}
#hero .content {
  text-align: center;
}
#hero h1 {
  font-size: 28px;
  letter-spacing: 0.75rem;
  line-height: 36px;
  margin-bottom: 20px;
}
#hero p {
  margin-bottom: 25px;
}
#hero span {
  font-weight: 600;
  text-decoration: underline;
  /* font-style: italic; */
}
#hero .connect {
  background-color: #ab0005;
  padding: 15px 25px 20px;
  text-align: center;
  max-width: 85%;
  margin: 0 auto;
}
#hero .connect h2 {
  font-size: 20px;
  margin-bottom: 12px;
  line-height: 25px;
  letter-spacing: 2px;
}
@media only screen and (max-width : 480px) {
  #hero {
    padding: 0 0 50px;
  }
  #hero .logo img {
    margin-bottom: 15px;
  }
  #hero .hero-cover {
    display: none;
  }
  #hero .content h1 {
    margin-bottom: 10px;
    font-size: 24px;
  }
  #hero .content p {
    margin-bottom: 15px;
    padding: 0 9%;
  }
  #hero .connect {
    padding: 15px 20px 20px;
  }
}

#who {
  padding: 90px 100px;
}
#who p {
  margin-bottom: 25px;
}
@media only screen and (max-width : 480px) {
  #who {
    padding: 65px 0 45px;
  }
}

#products {
  padding: 0;
  margin-bottom: -120px;
}
#products .img-responsive {
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.35);
}
#products .product-container {
  position: relative;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
#products .content-container {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  padding: 0;
  background: rgba(0,0,0,0.85);
  height: 100%;
  overflow: scroll;
  overflow: -moz-scrollbars-none;
  -ms-overflow-style: none;
  color: #fff;
  line-height: 1.5em;
}
#products .content {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  color: #fff;
  padding: 0 18px;
}
#products .content-container::-webkit-scrollbar {
  width: 0 !important;
}
#products .product-container:hover .content-container {
  opacity: 1 !important;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
@media only screen and (max-width : 480px) {
  #products .product-container {
    margin-bottom: 25px;
  }
}

#process {
  padding: 220px 0 200px;
  background-color: #eee;
}

#connect {
  background-color: #ab0005;
  max-width: 1000px;
  width: 100%;
  padding: 40px 30px;
  z-index: 1;
  color: #fff;
  position: relative;
  text-align: center;
  margin: 0 auto;
  position: absolute;
  top: -100px;
  left: 50%;
  transform: translateX(-50%);
}
#connect h2 {
  font-size: 26px;
  margin: 0 0 15px;
}
#connect p {
  margin: 0 auto 20px;
  max-width: 725px;
}
#connect p a {
  color: #fff;
}
@media only screen and (max-width : 480px) {
  #connect {
    padding: 40px 20px;
  }
}

#faqs {
  background-image: url(img/hero-bg6.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  padding: 250px 0 100px;
}
#faqs h2 {
  text-align: center;
  color: #fff;
}
#faqs .panel-default>.panel-heading {
  color: #fff;
  background-color: transparent;
  border-color: transparent;
}
#faqs .panel-default {
  border-color: rgba(0,0,0,0.75);
}
#faqs .panel {
  background-color: rgba(0,0,0,0.75);
  border: 0;
}
#faqs .panel-heading:hover {
  background-color: #000;
}
#faqs .panel-title {
  letter-spacing: 4px;
  line-height: 24px;
  font-weight: 600;
  font-size: 17px;
}
@media only screen and (max-width : 480px) {
  #faqs {
    padding: 360px 0 100px;
  }
}
.panel-title>a {
  display: block;
  text-decoration: none;
}
.panel-title>a:hover {
  text-decoration: none;
}
#faqs .panel-default>.panel-heading+.panel-collapse>.panel-body {
  border-top-color: rgba(0,0,0,0.75);
  color: #fff;
}

#contact {

}
#contact h2 {
  margin-bottom: 15px;
}
#contact p {
  margin-bottom: 20px;
}

.panel-group .panel+.panel {
  margin-top: 15px;
}