﻿

/**umb_name:Heading 1*/
h1.rteheading1 {
    font-size: 5.2rem;
    font-family: "Bitter", Arial, Tahoma, sans-serif;
    font-weight: 500;
    line-height: 1.2;
}

/**umb_name:Heading 2*/
h2.rteheading2 {
    font-size: 4.8rem;
    font-family: "Bitter", Arial, Tahoma, sans-serif;
    font-weight: 500;
    line-height: 1.2;
}

/**umb_name:Heading 3*/
h3.rteheading3 {
    font-size: 3.6rem;
    font-family: "Bitter", Arial, Tahoma, sans-serif;
    font-weight: 500;
    line-height: 1.2;
}

/**umb_name:Paragraph - normal*/
.rtenormal {
    font-size: 2.1rem !important;
    font-weight: 300;
}

/**umb_name:Paragraph - small*/
.rtesmall {
    font-size: 1.8rem !important;
    font-weight: 300;
}

/**umb_name:Paragraph - small 2*/
.rtesmall2 {
    font-size: 1.6rem !important;
}

/**umb_name:Paragraph - grid link*/
.gridlink {
    font-size: 2.1rem;
    line-height: 2.9rem;
    font-weight: 300;
}

/**umb_name:Span - small text*/
span.rtesmalltext {
    font-size: 1.8rem !important;
    font-weight: 300;
}

/**umb_name:Link - underline*/
.underlinedlink a {
    text-decoration: none;
    border-bottom: 2px solid #333;
    color: #333;
    font-weight: 600;
}

@media(max-width: 992px) {
    .rtenormal {
        font-size: 1.6rem !important;
    }

    .rtesmall {
        font-size: 1.6rem !important;
    }

    .gridlink {
        font-size: 1.6rem;
        line-height: 2rem;
    }

    span.rtesmalltext {
        font-size: 1.6rem !important;
    }
}
