/**:root, [data-bs-theme=light] {
	--bs-dark-rgb: 193, 232, 219 !important;
}**/

/**
:root {
    --ci-primary: red;
    --ci-secondary: pink;
    --ci-1st-80: green;
    --ci-2nd-80: grey;
}
**/



/*** Navbar link text colour and hover backgrouond for nav and sidebar ***/
/**
.navbar-nav {
  --ci-primary: red !important;
  --bs-nav-link-hover-color: green !important;
}
**/


/*** footer text colour  ***/
/**	
body footer p, body .lower_footer p, 
	body footer a, body .lower_footer a {
  color: red !important;
}
**/



/** link colour and footer background (secondary-bg) **/
/**
body {
	--bs-link-color: red; 
  --bs-secondary-bg: red; 
}
**/