

/**umb_name:Subheading*/
.subheadingFormat {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 22px;
	color: #47BCC6;
	text-align: center;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	margin-top: 1rem;
	font-family: var(--font-gotham);
}

/**umb_name:Subheading 2*/
.subheadingFormat2 {
	color: #22406d;
	font-weight: bold;
	text-transform: uppercase;
	text-align: left;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: flex-start;
	font-family: var(--font-gotham);
}

/**umb_name:Blue text*/
.text-info {
	color: #0dcaf0;
}

/**umb_name:Underline*/
.underlineSeperator {
	text-decoration: underline;
}

/**umb_name:Heading 1*/
h1 {
	font-size: 3.125rem;
}

/**umb_name:Heading 2*/
h2 {
}

/**umb_name:Heading 3*/
h3 {
}

/**umb_name:Heading 4*/
h4 {
}

/**umb_name:Heading 5*/
h5 {
}
