

.header-bg-img {
    background-image: url("../imgs/girlsApeCourse082023.jpg");
    background-size: cover;
    background-repeat: no-repeat;
}

.brand-logo {
    max-width: 300px;
}

a {
    color: green !important;
}

.bg-pink {
    background-color: hotpink;
    color: rgb(199, 198, 198);
}

.bg-purple {
    background-color: rgb(139, 0, 194);
    color: rgb(199, 198, 198);
}

.bg-lime {
    background-color: rgb(62, 161, 4);
    color: rgb(199, 198, 198);
}

.btn {
    color: white !important;
}

a .fc-content {
    color: white;
}

.adventurefuls-bg {
    background-color: rgb(213, 202, 159);
}

.lemonups-bg {
    background-color: rgb(253, 246, 82);
}

.trefoils-bg {
    background-color: rgb(66, 149, 212);
}

.dosidos-bg {
    background-color: rgb(237, 120, 47);
}

.samoas-bg {
    background-color: rgb(92, 24, 139);
    color: lightgray;
}

.tagalongs-bg {
    background-color: rgb(234, 51, 36);
}

.thinmints-bg {
    background-color: rgb(83, 182, 82);
}

.smores-bg {
    background-color: rgb(118, 58, 22);
    color: lightgray;
}

.toffeetastic-bg {
    background-color:  rgb(81, 179, 191);
}