.primary-color {
    color: #002494;
}

.secondary-color {
    color: #D44787;
}

.primary-background-color {
    background-color: #002494;
    border-color: #002494;
}

.secondary-background-color {
    background-color: #D44787;
    border-color: #D44787;
}

.light-blue-color {
    background-color: #5C6AB320 !important;
}

.light-gray {
    color: #00000029;
}

.light-gray-background {
    background-color: #00000029 !important;
}

.transparent {
    background-color: transparent !important;
}

.dark-gray {
    color: #6E6E6E;
}

.white-color {
    color: white;
}

.white-background {
    background-color: white;
    transition: 1s background-color;
}

.black-color {
    color: black;
}

.facebook-color {
    color: 	#3b5998;
}

.twitter-color {
    color: #1DA1F2;
}

.linkedin-color {
    color: #2867B2;
}

.gmail-color {
    color: #4285F4;
}

.red-color {
    color: #CC0000;
}






