/* =================================
	Background-Colors
=================================== */
.bg-dark-blue {
	background-color: #153C68;
}

.txt-dark-blue {
	color: #153C68;
}

.bg-blue {
	background-color: #85BACC;
}

.txt-blue {
	color: #85BACC;
}

.bg-light-blue {
	background-color: #DAEAF0;
}

.txt-light-blue {
	color: #DAEAF0;
}

.bg-mint-green {
	background-color: #98CCA7;
}

.txt-mint-green {
	color: #98CCA7;
}

.bg-green {
	background-color: #B0C10D;
}

.txt-green {
	color: #B0C10D;
}

.bg-orange {
	background-color: #DF8F00;
}

.txt-orange {
	color: #DF8F00;
}

.bg-purple {
	background-color: #B60F73;
}

.txt-purple {
	color: #B60F73;
}

.bg-red {
	background-color: #AC1818;
}

.txt-red {
	color: #AC1818;
}

.bg-darker-gray {
	background-color: #2F2F31;
}

.txt-darker-gray {
	color: #2F2F31;
}

.bg-dark-gray {
	background-color: #575756;
}

.txt-dark-gray {
	color: #575756;
}

.bg-gray {
	background-color: #CECECE;
}

.txt-gray {
	color: #CECECE;
}

.bg-light-gray {
	background-color: #EEEEEE;
}

.txt-light-gray {
	color: #EEEEEE;
}

.bg-white {
	background-color: #ffffff;
}

.txt-white {
	color: #ffffff;
}

.bg-black {
	background-color: #000000;
}

.txt-black {
	color: #000000;
}