/* style.css */
.text-teal-custom{
	color: #00BCB4;
}
.text-olive-custom{
	color: #91976C;
}
.text-grey-custom{
	color: #7B7877;
}
.bg-teal-custom{
	background-color: #00BCB4; 
}
.hover-teal-custom{
	background-color: #00BCB4; 
}
.hover-teal-custom:hover{
	background-color: #00938A;
	color: #fff;
}
a:visited{
	color:#fff !important;
}