/* on click nav button background */
a.bg-cyan-dark {
    background-color: #0d2440!important;
    color: #fff;
}

/* mobile nav button */
button.bg-lime-light, button.mobilenav__open.h-12.w-12.flex.items-center.justify-center.bg-lime-light.ml-4 {
    background-color: #0d2440;
}

/* mobile view - nav borders on the buttons */
.border-lime-light {
border-color: #0d2440 !important;
}


.rearea__elements__content__featureelement .bg-cyan-shade {
background-color: #fbd2c9!important;
color: #0d2440!important;
}
