body {
  background-image: url(/images/products/!bg/hand-basin-bg.jpg);
  background-size: cover;
  background-attachment: fixed;
}
#top-navigation {
  background: #8c8eb4;
}

header {
  background: url(/images/logo/topper-light.png);
  background-size: cover;
  background-position: center;
  height: 125px;
}
h1 {
  font-family: Impact;
  color: #036;
  font-size: 6rem;
}
h2 {
  font-weight: bolder;
}
.icon {
  fill: #fff !important;
}
.product {
  position: relative;
  display: flex;
  float: right;
  margin-top: -100px;
  padding: 0 1rem;
}
.card {
  border: medium solid #006;
  box-shadow: inset 0 0 7px 3px rgba(0, 0, 0, 0.5);
  margin: 1rem 0;
  text-align: left;
  background-color: rgb(255, 255, 255, 0.7);
}
.btn-special {
  background: #000;
  color: #fff !important;
}

.btn-special:hover {
  background: #000;
  color: #fff
}
#nav-div {
  background-color: #080046;
}

.box-no-border {
  background-color: rgb(255, 255, 255, 0.8);
}
figcaption {
  text-align: center;
  font-size: 80%;
}
.brochure .btn {
  padding: 0; 
  border-radius: 1.5rem;
}
@media (max-width: 1107px) {
    h1 {
        text-align: center;
    }
    .product {
      margin-top: 0 !important;
    }
}
@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;
  }
}
