/* Colors */

/* GREYS */
 .ajmint-grey1 {
 	color: #3f4245 !important;
 }

 .ajmint-grey2 {
 	color: #484C50 !important;
 }

.ajmint-grey3 {
 	color: #797F85 !important;
 }

.ajmint-grey4 {
 	color: #A1A5A9 !important;
 }

 .ajmint-grey5 {
 	color: #D6D8DA !important;
 }

.ajmint-grey6 {
 	color: #F1F2F3 !important;
 }



/* REDS*/

.ajmint-red1{
	color:#44160F !important;
}

.ajmint-red2{
	color:#872C1D !important;
}
.ajmint-red3{
	color:#B43B27 !important;
}
.ajmint-red4{
	color:#E14A31 !important;
}
.ajmint-red5{
	color:#ED9283 !important;
}
.ajmint-red6{
	color:#F9DBD6 !important;
}


/* ORANGES */

.ajmint-orange1{
	color:#573E12!important;
}

.ajmint-orange2{
	color:#986D1F!important;
}
.ajmint-orange3{
	color:#D99C2C!important;
}
.ajmint-orange4{
	color:#E4BA6B!important;
}
.ajmint-orange5{
	color:#ECCE96!important;
}
.ajmint-orange6{
	color:#F7EBD5!important;
}

/* YELLOWS */

.ajmint-yellow1{
	color:#997A00!important;
}

.ajmint-yellow2{
	color:#CCA300!important;
}
.ajmint-yellow3{
	color:#FFCC00!important;
}
.ajmint-yellow4{
	color:#FFDE5C!important;
}
.ajmint-yellow5{
	color:#FFEB99!important;
}
.ajmint-yellow6{
	color:#FFF5CC!important;
}

/* Greens */

.ajmint-green1{
	color:#10272F!important;
}

.ajmint-green2{
	color:#265B6F!important;
}
.ajmint-green3{
	color:#36829E!important;
}
.ajmint-green4{
	color:#5E9BB1!important;
}
.ajmint-green5{
	color:#9AC0CE!important;
}
.ajmint-green6{
	color:#EBF2F5!important;
}

/* BLUES */

.ajmint-blue1{
	color:#0A2238!important;
}

.ajmint-blue2{
	color:#185083!important;
}
.ajmint-blue3{
	color:#2272BB!important;
}
.ajmint-blue4{
	color:#649CCF!important;
}
.ajmint-blue5{
	color:#A7C7E4!important;
}
.ajmint-blue6{
	color:#E9F1F8!important;
}

/* PURPLES */

.ajmint-purple1{
	color:#261F5E!important;
}

.ajmint-purple2{
	color:#514C7E!important;
}
.ajmint-purple3{
	color:#747098!important;
}
.ajmint-purple4{
	color:#9E9BB7!important;
}
.ajmint-purple5{
	color:#BAB8CC!important;
}
.ajmint-purple6{
	color:#E3E2EA!important;
}




