.primary_color_bg{
    background-color: #f1cee4 !important;
}
.secondary_color_bg{
    background-color: #006b7a !important;
}
.primary_color_text{
    color: #000 !important
}
.secondary_color_text{
    color: #fff !important
}
.nav-clrs{
    background-color: #f1cee4 !important;
    color: #000 !important;
}
.footer-clrs{
    background-color: #eaeaea !important;
    color: #000 !important;
}