.d-none {
	display: none!important;
}

.d-inline {
	display: inline;
}

.d-block {
	display: block;
}

.d-inline-block {
	display: inline-block;
}

.d-flex {
	display:flex;
}

.mix-blend-normal,
.mix-blend-normal * {
	mix-blend-mode: normal!important;
}

.text-white,
text-white * {
	color: #ffffff!important;
}

.text-black,
.text-black * {
	color: #000000!important;
}

.text-center {
	text-align: center!important;
}

.text-start {
	text-align: left!important;
}

.text-end {
	text-align: right!important;
}
/*
.site-content a {
	color: #E65100!important;
}
*/

.site-footer * {
	color: #ffffff!important;
}

.wa-button {
	background: #25D366!important;
	padding: 0.25rem 0.8rem!important;
	color: #ffffff!important;
	font-size: 1.5rem!important;
	font-weight: normal;
	border-radius: 2rem!important;
	border: solid 3px #ffffff!important;
}

.wa-button:hover {
	background: #76FF03!important;
}

