/*  MICROTHEMER STYLES  */


/*= Body ====================== */

/** Body >> Et link **/
.et_pb_text a {
	font-size: 35px !important;
}

/** Body >> Et link Copy 1 **/
.et_pb_text a {
	font-size: 35px !important;
}


/*( Large Desktop )*/
@media (min-width: 1200px) {

	/*= Body ====================== */

	/** Body >> Et link **/
	.et_pb_text a {
	font-size: 28px !important;
}

	/** Body >> Et link Copy 1 **/
	.et_pb_text a {
	font-size: 28px !important;
}

	/** Body >> Et heading 1 **/
	.et_pb_section_3 h1 {
	font-size: 40px !important;
}


}


/*( Tablet & Phone )*/
@media (max-width: 767px) {

	/*= Body ====================== */

	/** Body >> Et link **/
	.et_pb_text a {
	font-size: 26px !important;
}

	/** Body >> Et link Copy 1 **/
	.et_pb_text a {
	font-size: 26px !important;
}

	/** Body >> Et heading 1 **/
	.et_pb_section_3 h1 {
	font-size: 48px !important;
}


}

