/* Custom CSS overrides */

/* social buttons */
a.btn-white.btn-facebook {
	background-color: rgb(53, 78, 145)!important;
	border-color: white!important;
	color: white!important;
}

a.btn-white.btn-facebook:hover {
	background-color: white!important;
	color: rgb(53, 78, 145)!important;
	border-color: rgb(53, 78, 145)!important;
}