


/*
    Font-Color
*/

.txt-white {
    color: #FFF;
}

.txt-grey-1 {
    color: #687277;
}

.txt-grey-2 {
    color: #E3E3E3;
}

.txt-grey-3 {
    color: #565656;
}

.txt-grey-4 {
    color: #9B9B9B;
}

.txt-blue-1 {
    color: #0C3F59;
}

.txt-blue-2 {
    color: #02A6AB;
}

.txt-blue-3 {
    color: #3060A9;
}

.txt-blue-4 {
    color: #3060A9;
}

/*
    Bg-Color
*/

.bg-white {
    background-color: #FFF;
}

.bg-grey-1 {
    background-color: #687277;
}

.bg-grey-2 {
    background-color: #E3E3E3;
}

.bg-grey-3 {
    background-color: #565656;
}

.bg-blue-1 {
    background-color: #0C3F59;
}

.bg-blue-2 {
    background-color: #02A6AB;
}

.bg-blue-3 {
    background-color: #3060A9;
}
.bg-blue-4 {
    background-color: #3060A9;
}