/*
Theme Name: Ubuntu Child Theme
Template: betheme
Version: 2.0
*/

:root {
	--green:#84c739;
	--yellow:#f8ab13;
	--blue:#024270;
}

@media screen and (max-width:767px) {
	body.button-custom .button {
		width:100%;
		text-align:center;
	}
}