/* bigger text */

.bigfont-toggle {
    background: #FC0;
}

@media screen and (min-width: 900px) {
	html, body, body.elementor-kit-85 {
		font-size: 130% !important;
	}
}

@media screen and (max-width: 899px) {
	html, body, body.elementor-kit-85 {
		font-size: 110% !important;
	}
}


.small {
	font-size: 0.8em;
}