/* Dette vil overstyre Bootstrap sin bg-primary */
.bg-primary {
    background-color: #9CDBA6 !important;
}

.bg-secondary {
    background-color: #50B498 !important;
}

h1, h2, h3, h4, h5, h6 {
    color: #468585;
}

i {
    color: #9CDBA6 !important;
}

.btn-primary {
    background-color: #468585 !important;
    color: #DEF9C4 !important;
}

.list-group-item {
    color: white !important;
    background-color: transparent !important;
}

/* text-bg-primary */
.card.text-bg-primary {
    background-color: #9CDBA6 !important;
    color: #468585 !important;
}

.text-bg-primary .card-header {
    background-color: #468585 !important;
    color: #DEF9C4 !important;
}

.text-bg-primary .card-body {
    background-color: White !important;
}

.text-bg-primary h1, h2, h3, h4, h5, h6 {
    color: #DEF9C4;
}

/* text-bg-secondary */
.card.text-bg-secondary {
    background-color: #9CDBA6 !important;
    color: #468585 !important;
}

.text-bg-secondary .card-header {
    background-color: #DEF9C4 !important;
    color: #468585 !important;
}

.text-bg-secondary .card-body {
    background-color: White !important;
}

.text-bg-secondary h1, h2, h3, h4, h5, h6 {
    color: #468585;
}

/*
colors
DEF9C4
9CDBA6
50B498
468585
*/