@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;
}



.navbarspacing {
  padding-top: 3rem;
}

.mb-1{
  color: #000;
}

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

.text-primary{
  color: #cfbac7;
}

/*
 * Globals
 */


/* Custom default button */
.btn-secondary,
.btn-secondary:hover,
.btn-secondary:focus {
  color: #333;
  text-shadow: none; /* Prevent inheritance from `body` */
}


/*
 * Base structure
 */

body {
  text-shadow: 0 .05rem .1rem rgba(0, 0, 0, .5);
  box-shadow: inset 0 0 5rem rgba(0, 0, 0, .5);
}

.cover-container {
  max-width: 42em;
}


/*
 * Header
 */

.nav-masthead .nav-link {
  padding: .25rem 0;
  font-weight: 700;
  color: rgba(255, 255, 255, .5);
  background-color: transparent;
  border-bottom: .25rem solid transparent;
}

.nav-masthead .nav-link:hover,
.nav-masthead .nav-link:focus {
  border-bottom-color: rgba(255, 255, 255, .25);
}

.nav-masthead .nav-link + .nav-link {
  margin-left: 1rem;
}

.nav-masthead .active {
  color: #fff;
  border-bottom-color: #fff;
}
