@import url('menu/main-menu.css');
@import url('buttons/button.css');
@import url('typography/headers.css');
@import url('sections/hero-banner.css');
@import url('sections/hero-banner-center.css');
@import url('sections/map-location-banner.css');
@import url('cards/card.css');
@import url('sections/testimonial-section.css');


.text-bg-primary {
    background-color: #2a3e50 !important;
    border-color: #2a3e50 !important;
}

.accordion-header {
    background-color: #fabd16;
}

.accordion-button {
    background-color: #fabd16;
    font-weight: bold;
}

.accordion-button:not(.collapsed) {
    background-color: #fabd16;
}

.accordion-body {
    background-color: #eeedeb;
}

.sponsor-card-title {
    text-align: left;
    letter-spacing: 0;
    color: #2a3e50;
    font-weight: bold;
    line-height: 1.25;
    margin-bottom: 12px;
    text-transform: capitalize;
}

.transparent_btn {
    border: 2px solid #2a3e50;
    color: #2a3e50;
    transition: .5s all;
    font-weight: bold;
    background-color: transparent;
}

a.btn.btn-primary.px-2.active {
    background-color: #fabd16 !important;
    border-color: #fabd16 !important;
}



.child-button-container {
    background-color: #dee6f1;
}


.family-child-entry {
    padding: 1rem;
    border-bottom-style: solid;
    border-color: #2a3e50;
    border-width: 1px;
}

.child-story > h3 {
    border-bottom-style: dashed;
    border-color: #2a3e50;
    border-width: 2px;
}

.child-wishlist > h3 {
    border-bottom-style: dashed;
    border-color: #2a3e50;
    border-width: 2px;
}


.sponsor-meta-information {
    padding: 1rem;
    background-color: #f5f5f5;
    border-color: #2a3e50;
    border-width: 2px;
    border-style: solid;
    border-radius: 1rem;
}

.cart-summary-information {
    padding: 1rem;
    background-color: #f5f5f5;
    border-color: #2a3e50;
    border-width: 2px;
    border-style: solid;
    border-radius: 1rem;
    height: fit-content;
}
