/* RTE Mods */
body#tinymce, .mce-menu {
    background-color: #eee !important;
}

/**umb_name: Font Size 16 */
.txt-fs-16 {
    font-size: 16px;
}
/**umb_name: Font Size 18 */
.txt-fs-18 {
    font-size: 18px;
}
/**umb_name: Font Size 24 */
.txt-fs-24 {
    font-size: 24px;
}
/**umb_name: Font Size 32 */
.txt-fs-32 {
    font-size: 32px;
}
/**umb_name: Font Size 40 */
.txt-fs-40 {
    font-size: 40px;
}

/**umb_name: Font Weight 800 */
.txt-fw-800 {
    font-weight: 800;
}
/**umb_name: Font Weight 600 */
.txt-fw-600 {
    font-weight: 600;
}
/**umb_name: Font Weight 500 */
.txt-fw-500 {
    font-weight: 500;
}
/**umb_name: Font Weight 400 */
.txt-fw-400 {
    font-weight: 400;
}
/**umb_name: Font Weight 300 */
.txt-fw-300 {
    font-weight: 300;
}


@media screen and (max-width: 995px){
    .txt-fs-16 {
        font-size: 14px;
    }
    .txt-fs-18 {
        font-size: 16px;
    }
    .txt-fs-24 {
        font-size: 20px;
    }
    .txt-fs-32 {
        font-size: 24px;
    }
    .txt-fs-40 {
        font-size: 30px;
    }
}