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

/**umb_name:Colour White*/
.col-white {
    color: #ffffff;
}

/**umb_name:Colour Black*/
.col-black {
    color: #000000;
}

/**umb_name:Colour Dark*/
.col-dark {
    color: #645753;
}

/**umb_name:Colour Darker*/
.col-darker {
    color: #332E2C;
}

/**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;
}

/**umb_name: CTA Dark */
.btn--enquire.btn--dark{

}

/**umb_name: CTA Light */
.btn--enquire.btn--light{

}

@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;
    }

}