html,body {
  background-color: #00042a;
}

#TopperDiv{
  padding: 20px;
  background: #2b3c8e;
  background: -webkit-gradient(linear, left top, right top, from(#2b3c8e), to(#01abed));
  background: linear-gradient(to right, #2b3c8e 0%, #01abed 100%);
}
 
.navbar-brand{
  width: 200px;
}

.nav-toggler{
  color: #fff;
}

.nav-item a{
  color: #fff !important;
}

#ProductBreadCrumb{
  color: #FFF;
}

#ProductBreadCrumb a{
  text-decoration: none;
  color: #FFF;
}

.product-details-section{
  margin-top: 25px;
  margin-bottom: 50px;
  color: #FFF;
}

.product-details-section a{
  text-decoration: none !important;
  color: #FFF !important;
}

.footer-section .card {
  background-color:inherit;
  border: none;
}

.footer-section {
  background: #2b3c8e;
  background: -webkit-gradient(linear, left top, right top, from(#2b3c8e), to(#01abed));
  background: linear-gradient(to right, #2b3c8e 0%, #01abed 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2b3c8e', endColorstr='#01abed', GradientType=1);
}