
.paragraphTitle a {
    color: var(--TextColour);
}

/**umb_name:Paragraph Title*/
.paragraphTitle {
	font-weight: 600;
	margin-bottom: 0;
	padding-bottom: 0px;
	color: #000;
	display: block;
	font-size: 1.4rem;
}

/**umb_name:Paragraph Body*/
.bodyText {
	font-weight: normal;
	margin-bottom: 1rem;
	display: block;
	font-family: var(--MainFont) !important;
}

/**umb_name:Title Text*/
.titleText {
	font-size: 1.6rem;
	font-weight: 700;
	margin-bottom: 1rem;
	color: #000;
	display: block;
}

/**umb_name:Intro Text (h2)*/
.IntroxTextH2 {
	font-size: 3rem;
	line-height: 2rem !important;
	margin-bottom: 30px;
}

/**umb_name:Huge Small Title*/
.dropTitle {
	font-size: 3rem;
	line-height: 2.6rem !important;
	margin-bottom: 30px;
}

/**umb_name:Content Big Text (h2)*/
.ContentBigTextH2 {
	display: block;
	font-size: 2.5rem;
	line-height: 2.8rem !important;
	margin-bottom: 40px;
	margin-top: 40px;
}

/**umb_name:ghostCaption*/
.ghostText {
	opacity: 50%;
}
