/*text color*/
.text-white, .text-white a {
    color: #fff;
}

.text-light, .text-light a {
    color: #edf0f5;
}
.text-light, .text-lightgray a {
    color: #bcc2cc;
}

.text-gray, .text-gray a {
    color: #9ba0a8;
}

.text-darkgray, .text-darkgray a {
    color: #3d3d40;
}

.text-red, .text-red a {
    color: #b81c22;
}

/*text size*/
.text-small {
    font-size: .9em;
}

.text-big {
    font-size: 1.2em;
}

.text-large {
    font-size: 1.5em;
}

.text-huge {
    font-size: 2em;
}