h1.display-1, 
.modal-body h1,
#user-box .dropdown-intro h1, 
#lang-nav li a:hover,
#credits-nav p a:hover, 
#info-nav p a:hover,
#questions-nav p a:hover,
#sidebar ul li.active > a, a[aria-expanded="true"],
#sidebar .main-nav li a:hover,
#sidebar .main-nav li.girl a, 
#sidebar .main-nav li.boy a,
#sidebar ul li a:hover,
#footer-nav ul li.active a,
#footer-nav ul li a:hover,
.table-row-col h5 a,
.banner-list span:first-child,
.text-color-primary,
#user-box .media-body a h5,
.current .checkout-step-name,
.current .checkout-step {
	color: rgb(153, 79, 64) !important;
}

#sidebar #lang-nav ul li.active > a {
	color: white !important;
}

#baby-search-banner,
#call-to-action, 
.nav-tabs .nav-link,
.progress-bar,
#intro_container,
#navtabs,
#inshop_uitleg {
    background-color: rgb(153, 79, 64);
}

.btn-color {
    background-color: rgb(153, 79, 64) !important;
    color:white !important;
}
 
#info-nav p a:hover,
#questions-nav p a:hover,
.table-row-col h5 a,
.table-row-col h5 a:hover,
#footer-nav ul li.active a {
	border-bottom: 1px solid rgb(153, 79, 64);
}
#sidebar .main-nav li.active a {
	border-bottom: 2px solid rgb(153, 79, 64);
}
#socialmedia-nav a:hover,
.current .checkout-step,
.message-parents {
	border: solid 2px rgb(153, 79, 64);
}
.badge-custom {
	background-color: rgb(153, 79, 64);
	border: solid 0.13rem rgb(153, 79, 64);
	color: white;
}
.modal-messages,
.message-parents {
	background-color: rgba(153, 79, 64, 0.1);
}
#sidebar .admin-nav {
	background-color: rgba(153, 79, 64, 0.2);
}
.search-card {
	border: solid 8px rgba(153, 79, 64, 0.3);
	animation: foundanimation 1s infinite alternate linear;
}
@keyframes foundanimation {
  from {border-color: rgba(153, 79, 64, 0.3);}
  to {border-color: rgba(153, 79, 64, 1);}
}
.search-card:hover {
	background-color: rgba(153, 79, 64, 0.3);
}
.search-card h4 {
	color: rgb(153, 79, 64);
}

#call-to-action2 {
	background-color: rgba(153, 79, 64, 0.4);
}

#banner04, #banner02 {
	background-size : auto;
	background-color: rgb(143, 128, 67);
	background-image: url("data:image/svg+xml,%3Csvg width='100' height='20' viewBox='0 0 100 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.184 20c.357-.13.72-.264 1.088-.402l1.768-.661C33.64 15.347 39.647 14 50 14c10.271 0 15.362 1.222 24.629 4.928.955.383 1.869.74 2.75 1.072h6.225c-2.51-.73-5.139-1.691-8.233-2.928C65.888 13.278 60.562 12 50 12c-10.626 0-16.855 1.397-26.66 5.063l-1.767.662c-2.475.923-4.66 1.674-6.724 2.275h6.335zm0-20C13.258 2.892 8.077 4 0 4V2c5.744 0 9.951-.574 14.85-2h6.334zM77.38 0C85.239 2.966 90.502 4 100 4V2c-6.842 0-11.386-.542-16.396-2h-6.225zM0 14c8.44 0 13.718-1.21 22.272-4.402l1.768-.661C33.64 5.347 39.647 4 50 4c10.271 0 15.362 1.222 24.629 4.928C84.112 12.722 89.438 14 100 14v-2c-10.271 0-15.362-1.222-24.629-4.928C65.888 3.278 60.562 2 50 2 39.374 2 33.145 3.397 23.34 7.063l-1.767.662C13.223 10.84 8.163 12 0 12v2z' fill='%23CCCCCC' fill-opacity='0.4' fill-rule='evenodd'/%3E%3C/svg%3E");
}

/*footer {
	background-color: rgb(143, 128, 67);
}*/

@font-face{font-family:calluna;font-style:normal;font-weight:400;src:local('Calluna'),url(https://fonts.cdnfonts.com/s/24888/Shancalluna_regular.woff) format('woff')}
@font-face{font-family:poppins;font-style:normal;font-weight:400;src:local('Poppins'),url(https://fonts.cdnfonts.com/s/16009/Poppins-Regular.woff) format('woff')}

h1.display-1 {
	font-family: 'Calluna', sans-serif;
	font-weight: 400;
	font-size: 2em;
	color:#000000 !important;
	font-style:normal;
	text-transform: uppercase;
}

#baby-search-banner h1 {
	font-family: 'Calluna', sans-serif;
	font-weight: 400;
	text-transform: uppercase;
}

#store-link:not(.gbl-link) a {
	font-family: 'Calluna', sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	font-style:normal;
}

.modal-body h1 {
	font-family: 'Calluna', sans-serif;
	font-weight: 400;
	text-transform: uppercase;
}
p, .nav-tabs .nav-link, h3.display-3, footer h5, #credits-nav p, #info-nav p, #questions-nav p {
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
}