body {
  background-image: url(/images/products/!bg/ME-bg.jpg);
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #000;
  color: #1A3763;
}
header {
  background: url(/images/logo/topper-callahead.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
h2 {
  font-size: 2rem;
  color: #004c91;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: black;
  text-align: center;
  margin: 1.5rem 0;
}
blockquote {
  padding: 30px;
  font-weight: 600;
  font-family: adobe-caslon-pro, serif;
  color: #000;
  text-transform: capitalize;

}
blockquote p {
  font-style: italic;
  font-size: 2.5rem;
  line-height: 3rem;
  text-align: left;
  text-shadow: 2px 2px #999;
}
.blockquote-title {
  font-size: 1.2rem; 
  text-decoration: underline; 
  text-align: center;
}
.navbar-dark .navbar-toggler {
  color: #fff !important;
}
.intro a {
  color: #1A3763;
  font-weight: bolder;
  text-decoration: underline;
}
.intro .plain-link {
  text-decoration: none;
  font-weight: normal;
  color: #435a8a;
}
.inspired {
  font-size: 1.8rem;
  line-height: 2rem;
  text-align: center;
  font-family: adobe-caslon-pro, serif;
  color: #fff !important;
  text-decoration: none !important;
}
.inspired span {
  font-style:italic;
}
.card {
  padding: 0;
  margin-top: 0;
  margin-bottom: 3rem;
  min-height: 343px;
  background-color: rgba(255, 255, 255, 0.9);
  border: 1px solid #ccc;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.product-title {
  font-size: 1.2rem;
  color: #036;
  font-weight: bold;
  display: block;
  text-align: center;
}
#nav-div {
  background: #000;
}
.hr-bg {
  background: url(/images/products/!texture-bg/ME-texture-bg.jpg);
  background-size: cover;
  background-color: #fff;
  margin: 0px;
  border: none;
  height: 28px !important;
}
.navbar-dark .navbar-nav .nav-link {
  color: #fff !important;
}
#top-navigation {
  background: url(/images/products/!texture-bg/ME-texture-bg.jpg);
  background-size: cover;
}
.carousel-progress-bar-timer {
  background-color: rgba(255, 255, 255, 0.9);
}
.box-no-border {
  background-color: rgba(255, 255, 255, 0.6);
}
@media (max-width: 480px) {
  .card ul, .card ol {
      padding-left: 25px;
  }
  blockquote p {
      font-size: 2rem;
      line-height: 2.6rem;
  }
  .section-sink-carousel {
      padding-left: 75px;
      padding-right: 75px;
  }
  .owl-prev, .owl-next {
      width: 75px;
      height: 75px;
      background-size: cover !important;
  }
  .owl-prev {
      left: -75px;
  }
  .owl-next {
      right: -75px;
  }
}
@media (max-width: 360px) {
  h2 {
    font-size: 1.5rem;
  }
  .card ul, .card ol {
      padding-left: 15px;
  }
}
