:root { font-size: 62.5%; }
    /**umb_name:Header 1*/
    h1 {
    font-size: 6rem;
    line-height: 7rem;
        font-weight: normal;
}

/**umb_name:Header 2*/
h2 {
    font-size: 4rem;
    line-height: 4.5rem;
    font-weight: normal;
}

/**umb_name:Header 3*/
h3 {
    font-size: 3rem;
    line-height: 4rem;
    font-weight: normal;
}

/**umb_name:Header 4*/
h4 {
    font-size: 2rem;
    line-height: 3rem;
    font-weight: normal;
}

/**umb_name:Paragraph*/
p {
    font-size: 1.6rem;
    font-weight: normal;
}

/**umb_name:CTA Primary*/
a.btn btn-primary{}

/**umb_name:CTA Secondary 1*/
a.btn btn-secondary-1{}

/**umb_name:CTA Secondary 2*/
a.btn btn-secondary-2{}

/**umb_name:CTA Secondary 3*/
a.btn btn-secondary-3{}

/**umb_name:CTA Secondary 4*/
a.btn btn-secondary-4{}

/**umb_name:Relation Font*/
.RelationFont{font-family: 'Relation';}

/**umb_name:Relation Two Font*/
.RelationTwoFont{font-family: 'Relation Two';}

/**umb_name:Relation Two Font Underline*/
.RelationTwoFontUnderline{font-family: 'Relation Two';
border-bottom: solid 4px;}