

/**umb_name:Title*/
.image-content-item--title {
	color: green;
	font-size: 45px;
	line-height: 64px;
}

/**umb_name:Subtitle*/
.image-content-item--subtitle {
	font-size: 17px;
	font-weight: bold;
	line-height: 22px;
}

/**umb_name:Description*/
.image-content-item--description {
	font-size: 24px;
	line-height: 36px;
}

/**umb_name:Text Primary*/
.text-primary {
	color: #89c766;
}

/**umb_name:Text Secondary*/
.text-secondary {
	color: white;
}

/**umb_name:Text Danger*/
.text-danger {
	color: #d52229;
}

/**umb_name:Text Warning*/
.text-warning {
	color: #ffc107;
}

/**umb_name:Text Light*/
.text-light {
	color: #f7f7f7;
}

/**umb_name:Text Dark*/
.text-dark {
	color: #252525;
}

/**umb_name:Text Muted*/
.text-muted {
	color: #6c757d;
}

/**umb_name:Font Weight Semi Bold*/
.font-weight-semi-bold {
	font-weight: 600;
}

/**umb_name:Font Weight Bold*/
.font-weight-bold {
	font-weight: 700;
}

/**umb_name:Font Weight Normal*/
.font-weight-normal {
	font-weight: 400;
}

/**umb_name:Font Weight Light*/
.font-weight-light {
	font-weight: 300;
}

/**umb_name:Text Lowercase*/
.text-lowercase {
	text-transform: lowercase;
}

/**umb_name:Text Uppercase*/
.text-uppercase {
	text-transform: uppercase;
}

/**umb_name:Text Capitalize*/
.text-capitalize {
	text-transform: capitalize;
}

/**umb_name:Font Size Large*/
.font-size-lg {
	font-size:1.25rem;
}

/**umb_name:Font Size Medium*/
.font-size-mid {
	font-size: 1.125rem;
}

/**umb_name:Font Size Small*/
.font-size-sm {
	font-size: 0.875rem;
}

/**umb_name:Font Size Title*/
.font-size-title {
	font-size: 2.75rem;
}

/**umb_name:Font Size Header*/
.h1-font-size {
	font-size: 2.5rem;
}

/**umb_name:Font Size Header Medium*/
.h2-font-size {
	font-size: 1.9375rem;
}

/**umb_name:Font Size Header Small*/
.h3-font-size {
	font-size: 1.75rem;
}
