@charset "UTF-8"; 

.bg-dark {
  --bs-bg-opacity: 1;
  background-color: RGBA(23, 34, 97, var(--bs-bg-opacity, 1)) !important;
}

.b-divider {
    height: 0.3rem;
    background-color: rgba(23, 34, 97, .50);
    border: solid rgba(23, 34, 97, .15);
    border-width: 1px 0;
    box-shadow: inset 0 .5em 1.5em rgba(23, 34, 97, .1), inset 0 .125em .5em rgba(23, 34, 97, .15);
  }

.btn-baby {
  --bs-btn-color: #fff;
  --bs-btn-bg: #9c0308;
  --bs-btn-border-color: #9c0308;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #dd94c1;
  --bs-btn-hover-border-color: #dd94c1;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #dd94c1;
  --bs-btn-active-border-color: #0a53be;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #9c0308;
  --bs-btn-disabled-border-color: #9c0308;
}

a:link {
  text-decoration: none;
}

.card-img-top {
    width: 100%;
    height: 15vw;
    object-fit: cover;
}

.brand_img { max-width: 100px; max-height: 100px; }
.brands_container {    display: flex;    overflow-x: auto; }
.brands_container img { margin-right: 15px;   }

.alert-baby {
  --bs-alert-color: #0f5132;
  --bs-alert-bg: #cfbac7;
  --bs-alert-border-color: #cfbac7;
}

.alert-baby .alert-link {
  color: #0c4128;
}

/* Show it is fixed to the top */
body {
  min-height: 60rem;
  padding-top: 10rem;
}

.navbarspacing {
  padding-top: 3rem;
}

.mb-1{
  color: #000;
}

.mb-1, a{
  color: #000;
}

.text-primary{
  color: #cfbac7;
}
