body {
  background-image: url(/images/products/!bg/RS-bg.jpg);
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
}
header {
  background: url(/images/logo/topper-callahead.png);

  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
h2 {
  font-size: 1.25rem;
  color: #0E2431;
  font-weight: bolder;
}
.navbar-dark .navbar-nav .nav-link,
.navbar-toggler {
  color: rgba(255, 255, 255, 0.8) !important;
}
#nav-div {
  background: #000
}

.hr-bg {
  background: #999999;
}


.card {
  border: medium solid #006;
  box-shadow: 0 0 5px 5px #333;
  margin: 1.5rem 0;
  text-align: left;
  background-color: rgb(255, 255, 255, 0.7);
}
#top-navigation,
.box-no-border {
  background-color: rgb(255, 255, 255, 0.3);
}
.carousel-progress-bar-timer {
  background: #474f53;
}
.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 {
  margin-top: -200px;
}
@media (max-width: 1107px) {
    h1 {
        text-align: center;
    }
    .product {
        margin-top: 0px !important;
        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;
  }
}
