/* Font Size */

/* H1 */
.header1 {
    font-family: 'Open Sans', sans-serif;
    font-size: 2.986rem;
    font-style: normal;
    line-height: normal;
}

/* H2 */
.header2 {
    font-family: 'Open Sans', sans-serif;
    font-size: 2.488rem;
    font-style: normal;
    line-height: normal;

}

/* H3 */
.header3 {
    font-family: 'Open Sans', sans-serif;
    font-size: 2.074rem;
    font-style: normal;
    line-height: normal;
}

/* H4 */
.header4 {
    font-family: 'Open Sans', sans-serif;
    font-size: 1.728rem;
    font-style: normal;
    line-height: normal;

}

/* H5 */
.header5 {
    font-family: 'Open Sans', sans-serif;
    font-size: 1.44rem;
    font-style: normal;
    line-height: normal;
}

/* H6 */
.header6 {
    font-family: 'Open Sans', sans-serif;
    font-size: 1.2rem;
    font-style: normal;
    line-height: normal;

}

/* P */
.body1 {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 1rem;
    line-height: 150%;
    font-style: normal;
}

/* Small */
.body2 {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 0.8331rem;
    line-height: 150%;
    font-style: normal;
}

/* Small */
.small {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 0.6944rem;
    line-height: 150%;
    font-style: normal;
}

@media only screen and (max-width: 767.98px) {
    .header1 {
        font-size: 1.8019rem;
    }

    .header2 {
        font-size: 1.6019rem;
    }

    .header3 {
        font-size: 1.4238rem;
    }

    .header4 {
        font-size: 1.2656rem;
    }

    .header5 {
        font-size: 1.125rem;
    }

    .body1 {
        font-size: 1rem;
    }

    .body2 {
        font-size: 0.889rem;
    }

    .small {
        font-size: 0.79rem;
    }
}
