/*strong, b {*/
/*	font-weight: 600;*/
/*}*/

/*@media (max-width: 767px) {*/
/*	.herotext {*/
/*		font-size: 15px;*/
/*		line-height: 14px;*/
/*	}*/

/*	.herotext-orange {*/
/*		font-size: 15px;*/
/*		line-height: 14px;*/
/*	}*/

/*	.herotext-blue {*/
/*		font-size: 15px;*/
/*		line-height: 14px;*/
/*	}*/

/*	.titletext {*/
/*		font-size: 9px;*/
/*	}*/

/*	.titletext-orange {*/
/*		font-size: 9px;*/
/*	}*/

/*	.titletext-blue {*/
/*		font-size: 9px;*/
/*	}*/

/*	.subtitle {*/
/*		font-size: 9px;*/
/*	}*/

/*	.subtitle-orange {*/
/*		font-size: 9px;*/
/*	}*/

/*	.subtitle-blue {*/
/*		font-size: 9px;*/
/*	}*/

/*	.herotext-no-shadow {*/
/*		font-size: 15px;*/
/*		line-height: 14px;*/
/*	}*/

/*	.herotext-orange-no-shadow {*/
/*		font-size: 15px;*/
/*		line-height: 14px;*/
/*	}*/

/*	.herotext-blue-no-shadow {*/
/*		font-size: 15px;*/
/*		line-height: 14px;*/
/*	}*/

/*	.titletext-no-shadow {*/
/*		font-size: 9px;*/
/*	}*/

/*	.titletext-orange-no-shadow {*/
/*		font-size: 9px;*/
/*	}*/

/*	.titletext-blue-no-shadow {*/
/*		font-size: 9px;*/
/*	}*/

/*	.subtitle-no-shadow {*/
/*		font-size: 9px;*/
/*	}*/

/*	.subtitle-orange-no-shadow {*/
/*		font-size: 9px;*/
/*	}*/

/*	.subtitle-blue-no-shadow {*/
/*		font-size: 9px;*/
/*	}*/
/*}*/

/*@media (min-width: 768px) and (max-width: 991px) {*/
/*	.herotext {*/
/*		font-size: 2.5em;*/
/*		line-height: 14px;*/
/*	}*/

/*	.herotext-orange {*/
/*		font-size: 2.5em;*/
/*		line-height: 14px;*/
/*	}*/

/*	.herotext-blue {*/
/*		font-size: 2.5em;*/
/*		line-height: 14px;*/
/*	}*/

/*	.herotext-no-shadow {*/
/*		font-size: 2.5em;*/
/*		line-height: 14px;*/
/*	}*/

/*	.herotext-orange-no-shadow {*/
/*		font-size: 2.5em; */
/*		line-height: 14px;*/
/*	}*/

/*	.herotext-blue-no-shadow {*/
/*		font-size: 2.5em;*/
/*		line-height: 14px;*/
/*	}*/

/*	.titletext-no-shadow {*/
/*		font-size: 1.5em;*/
/*	}*/

/*	.titletext-orange-no-shadow {*/
/*		font-size: 1.5em;*/
/*	}*/

/*	.titletext-blue-no-shadow {*/
/*		font-size: 1.5em;*/
/*	}*/

/*	.titletext {*/
/*		font-size: 1.5em;*/
/*	}*/

/*	.titletext-orange {*/
/*		font-size: 1.5em;*/
/*	}*/

/*	.titletext-blue {*/
/*		font-size: 1.5em;*/
/*	}*/

/*	.subtitle {*/
/*		font-size: .75em;*/
/*	}*/

/*	.subtitle-orange {*/
/*		font-size: .75em;*/
/*	}*/

/*	.subtitle-blue {*/
/*		font-size: .75em ;*/
/*	}*/

/*	.subtitle-no-shadow {*/
/*		font-size: .75em; */
/*	}*/

/*	.subtitle-orange-no-shadow {*/
/*		font-size: .75em;*/
/*	}*/

/*	.subtitle-blue-no-shadow {*/
/*		font-size: .75em;*/
/*	}*/
/*}*/

/**umb_name:Hero Text*/
.herotext {
	font-size: 3.5em;
	font-weight: 200;
	font-family: poppins,sans-serif;
	text-shadow: 0px 0px 12px #000000;
}

/**umb_name:Hero Text (Orange)*/
.herotext-orange {
	font-size: 3.5em;
	font-weight: 200;
	color: #fbb034;
	font-family: poppins,sans-serif;
	text-shadow: 0px 0px 12px #000000;
}

/**umb_name:Hero Text (Blue)*/
.herotext-blue {
	font-size: 3.5em;
	font-weight: 200;
	color: #06A0D3;
	font-family: poppins,sans-serif;
	text-shadow: 0px 0px 12px #000000;
}

/**umb_name:Title Text*/
.titletext {
	font-size: 2em;
	font-weight: 200;
	font-family: poppins,sans-serif;
	text-shadow: 0px 0px 10px #000000;
}

/**umb_name:Title Text (Orange)*/
.titletext-orange {
	font-size: 2em;
	font-weight: 200;
	color: #fbb034;
	font-family: poppins,sans-serif;
	text-shadow: 0px 0px 10px #000000;
}

/**umb_name:Title Text (Blue)*/
.titletext-blue {
	font-size: 2em;
	font-weight: 200;
	color: #06A0D3;
	font-family: poppins,sans-serif;
	text-shadow: 0px 0px 10px #000000;
}

/**umb_name:Subtitle*/
.subtitle {
	font-size: 1em;
	font-family: poppins,sans-serif;
	text-shadow: 0px 0px 7px #000000;
}

/**umb_name:Subtitle (Orange)*/
.subtitle-orange {
	font-size: 1em;
	color: #fbb034;
	font-family: poppins,sans-serif;
	text-shadow: 0px 0px 7px #000000;
}

/**umb_name:Subtitle (Blue)*/
.subtitle-blue {
	font-size: 1em;
	color: #06A0D3;
	font-family: poppins,sans-serif;
	text-shadow: 0px 0px 7px #000000;
}

/**umb_name:Hero Text (No Shadow)*/
.herotext-no-shadow {
	font-size: 3.5em;
	font-weight: 200;
	font-family: poppins,sans-serif;
}

/**umb_name:Hero Text (Orange No Shadow)*/
.herotext-orange-no-shadow {
	font-size: 3.5em;
	font-weight: 200;
	color: #fbb034;
	font-family: poppins,sans-serif;
}

/**umb_name:Hero Text (Blue No Shadow)*/
.herotext-blue-no-shadow {
	font-size: 3.5em;
	font-weight: 200;
	color: #06A0D3;
	font-family: poppins,sans-serif;
}

/**umb_name:Title Text (No Shadow)*/
.titletext-no-shadow {
	font-size: 2em;
	font-weight: 200;
	font-family: poppins,sans-serif;
}

/**umb_name:Title Text (Orange No Shadow)*/
.titletext-orange-no-shadow {
	font-size: 2em;
	font-weight: 200;
	color: #fbb034;
	font-family: poppins,sans-serif;
}

/**umb_name:Title Text (Blue No Shadow)*/
.titletext-blue-no-shadow {
	font-size: 2em;
	font-weight: 200;
	color: #06A0D3;
	font-family: poppins,sans-serif;
}

/**umb_name:Subtitle (No Shadow)*/
.subtitle-no-shadow {
	font-size: 1em;
	font-family: poppins,sans-serif;
}

/**umb_name:Subtitle (Orange No Shadow)*/
.subtitle-orange-no-shadow {
	font-size: 1em;
	color: #fbb034;
	font-family: poppins,sans-serif;
}

/**umb_name:Subtitle (Blue No Shadow)*/
.subtitle-blue-no-shadow {
	font-size: 1em;
	color: #06A0D3;
	font-family: poppins,sans-serif;
}

strong, b {
	font-weight: 600;
}

@media (max-width: 767px) {
	.herotext {
		font-size: 15px;
		line-height: 14px;
	}

	.herotext-orange {
		font-size: 15px;
		line-height: 14px;
	}

	.herotext-blue {
		font-size: 15px;
		line-height: 14px;
	}

	.titletext {
		font-size: 9px;
	}

	.titletext-orange {
		font-size: 9px;
	}

	.titletext-blue {
		font-size: 9px;
	}

	.subtitle {
		font-size: 9px;
	}

	.subtitle-orange {
		font-size: 9px;
	}

	.subtitle-blue {
		font-size: 9px;
	}

	.herotext-no-shadow {
		font-size: 15px;
		line-height: 14px;
	}

	.herotext-orange-no-shadow {
		font-size: 15px;
		line-height: 14px;
	}

	.herotext-blue-no-shadow {
		font-size: 15px;
		line-height: 14px;
	}

	.titletext-no-shadow {
		font-size: 9px;
	}

	.titletext-orange-no-shadow {
		font-size: 9px;
	}

	.titletext-blue-no-shadow {
		font-size: 9px;
	}

	.subtitle-no-shadow {
		font-size: 9px;
	}

	.subtitle-orange-no-shadow {
		font-size: 9px;
	}

	.subtitle-blue-no-shadow {
		font-size: 9px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.herotext {
		font-size: 2.5em;
		line-height: 14px;
	}

	.herotext-orange {
		font-size: 2.5em;
		line-height: 14px;
	}

	.herotext-blue {
		font-size: 2.5em;
		line-height: 14px;
	}

	.herotext-no-shadow {
		font-size: 2.5em;
		line-height: 14px;
	}

	.herotext-orange-no-shadow {
		font-size: 2.5em; 
		line-height: 14px;
	}

	.herotext-blue-no-shadow {
		font-size: 2.5em;
		line-height: 14px;
	}

	.titletext-no-shadow {
		font-size: 1.5em;
	}

	.titletext-orange-no-shadow {
		font-size: 1.5em;
	}

	.titletext-blue-no-shadow {
		font-size: 1.5em;
	}

	.titletext {
		font-size: 1.5em;
	}

	.titletext-orange {
		font-size: 1.5em;
	}

	.titletext-blue {
		font-size: 1.5em;
	}

	.subtitle {
		font-size: .75em;
	}

	.subtitle-orange {
		font-size: .75em;
	}

	.subtitle-blue {
		font-size: .75em ;
	}

	.subtitle-no-shadow {
		font-size: .75em; 
	}

	.subtitle-orange-no-shadow {
		font-size: .75em;
	}

	.subtitle-blue-no-shadow {
		font-size: .75em;
	}
}
