

/**umb_name:Heading*/
.heading {
	font-size: 90px;
	font-family: "Canela Web";
	font-weight: 200;
	line-height: 1;
	/*margin-bottom: 140px;*/
	display: block;
}

/**umb_name:Sub-Heading*/
.subHeading {
	font-size: 60px;
	font-family: "Canela Web";
	font-weight: 200;
	line-height: 1;
}

/**umb_name:Small Title*/
.smallTitle {
	font-size:18px;
	text-transform:uppercase;
	font-family: 'SuisseIntl';
	margin-bottom: 25px;
}

/**umb_name:Paragraph Title*/
.paragraphTitle {
	font-family: "Canela Web";
	font-weight: 300;
	font-style: normal;
	line-height: 1;
	font-size: 40px;
}

/**umb_name:Rounded Button*/
.roundButton {
	color: #0B0B0B;
	border: #0B0B0B 1px solid;
	border-radius: 50px;
	padding: 20px 60px;
	text-decoration: none;
	display: inline-block;
}

/**umb_name:Smaller Rounded Button*/
.smallerRoundButton {
	color: #0B0B0B;
	border: #0B0B0B 1px solid;
	border-radius: 50px;
	padding: 10px 30px;
	text-decoration: none;
	display: inline-block;
}

/**umb_name:Large Link*/
a.largeLink {
	font-size: 60px;
	font-family: "Canela Web";
	font-weight: 300;
	font-style: normal;
	line-height: 1;
	border-bottom: 1px var(--black) solid;
	opacity: 0.5;
}

/**umb_name:Line Link*/
.line-link {
}
.line-link:before {
    content: ' - ';
}