html {
	--bs-orange: #4BB4E6;
	--bs-primary: #4BB4E6;
	--bs-primary-text-emphasis: #4BB4E6;
	--bs-primary-bg-subtle: #4BB4E6;
	--bs-primary-border-subtle: #4BB4E6;
	--bs-link-hover-color: #4BB4E6;
	}
html .navbar-brand:hover .title , html  a:hover{
	--bs-navbar-brand-hover-color: #4BB4E6;
	--bs-link-hover-color-rgb: #4BB4E6;
}

 .nav-link:hover {
 color: #4BB4E6;
 }

html .btn-primary {
	--bs-btn-bg: #4BB4E6;
	--bs-btn-border-color: #4BB4E6;
}
}