body {
  background-image: url(/images/products/!bg/HS-bg.jpg);
  background-size: cover;
  background-attachment: fixed;
  color: #000;
  background-color: #CCCCCC;
}
h2 {
  font-size: 1.5rem;
}
a {
  color: #000;
}
header {
  background: url(/images/logo/topper-light.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.content {
  background-color: rgb(255, 255, 255, 0.5);
}
#top-navigation,
#nav-div,
.hr-bg,
.details {
  background: url("HS_texture-bg.jpg");
  background-size: cover;
}
.hr-bg {
  margin: 0px;
  border: none;
}
.details {
  color: #fff;
}
.title.image {
  padding: 30px 0px;
}
.card {
  border: medium solid #003;
  background: rgba(255, 255, 255, 0.6);
  padding: 1rem;
  box-shadow: 0 0 5px 5px #666666;
}
.carousel-progress-bar-timer {
  background-color: #004f7d;
}
.HAND.unit-front {
  position: sticky;
  position: -webkit-sticky;
  top: 1px;
  height: 80%;
}
.call-us h3 {
  font-size: 1.75rem;
  color: #004f7d;
  height: auto;
  width: auto;
  text-align: center;
  margin: 1rem 0;
}
.brochure .btn {
  padding: 0; 
  border-radius: 1.5rem;
}
.btn-special {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}
.btn-special:hover {
    background: #000;
    color: #fff
}
.product-name-full {
  font-weight: bolder;
}
@media (max-width: 1107px) {
    h1 {
        text-align: center;
    }
}
@media (max-width: 600px) {
  .product {
    float: none !important;
    padding: 0;
    text-align: center;
    justify-content: center;
    margin-top: 0;
  }
  .carousel-control-next-icon, .carousel-control-prev-icon {
    width: 75px;
    height: 75px;
  }
  #detailsCarousel .carousel-inner {
    width: 100%;
  }
  .carousel-indicators {
    margin-left: 0;
    margin-right: 0;
    flex-wrap: wrap;
    height: 40px;
    display: flex;
    margin-bottom: 0;
    align-items: center;
    bottom: -42px;
    padding: 0 15px;
  }
}
@media (max-width: 480px) {
  .card ul, .card ol {
    padding-left: 25px;
  }
}
@media (max-width: 360px) {
  .card ul, .card ol {
    padding-left: 15px;
  }
}
