.container-header {
	background-image: none;
	background-color: white;
    text-align: center;
}
.brand-logo {
	text-decoration: none;
    text-align: center;
}

/* Center the logo in the header */
.container-header .navbar-brand {
    margin-left: auto;
    margin-right: auto;
    display: table;
    float: none;
}

/* Optional: Ensure the logo image itself is centered if it doesn't fill the space */
.container-header .navbar-brand img {
    margin: 0 auto;
}

.custom {
    text-align: center;
}

.story-script-regular {
  font-family: "Story Script", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.bbh-bogle-regular {
  font-family: "BBH Bogle", sans-serif;
  font-weight: 400;
  font-style: normal;
}
