footer {
	color: white;
}
	footer a {
		color: white;
	}

/* Orange branding */
.text-orange {
	color: #e07a42;
}

.bg-orange {
	background-color: #fa751b;
}

.btn-orange {
	color: white;
	background-color: #e07a42 !important;
	border-color: #e07a42 !important;
}
	.btn-orange:hover {
		color: white;
		background-color: #e0681c !important;
		border-color: #e06110 !important;
	}

.btn-outline-orange {
	color: #FF6C00 !important;
	background-color: white !important;
	border-color: #FF6C00 !important;
}
	.btn-outline-orange:hover {
	    color: white !important;
		background-color: #FF6C00 !important;
	}
