
.bg-brightBlue{
	background: #3498db;
}
.bg-brightBlue:after{
	box-shadow: 3px 3px #3498db;
}


.bg-modBlue{
	background: #745ec5;
}
.bg-modBlue:after{
	box-shadow: 3px 3px #745ec5;
}


.bg-strongCyan{
	background: #1abc9c;
}
.bg-strongCyan:after{
	box-shadow: 3px 3px #1abc9c;
}


.bg-darkGray{
	background: #363636;
}
.bg-darkGray:after{
	box-shadow: 3px 3px #363636;
}


.bg-brown{
	background: #a67c52;
}
.bg-brown:after{
	box-shadow: 3px 3px #a67c52;
}


.bg-darkBlue{
	background: #3a6f81;
}
.bg-darkBlue:after{
	box-shadow: 3px 3px #3a6f81;
}


.bg-ornage{
	background: #e67e22;
}
.bg-ornage:after{
	box-shadow: 3px 3px #e67e22;
}


.bg-limeGreen{
	background: #8eb021;
}
.bg-limeGreen:after{
	box-shadow: 3px 3px #8eb021;
}


.bg-red{
	background: #e74c3c;
}
.bg-red:after{
	box-shadow: 3px 3px #e74c3c;
}


.bg-rose{
	background: #f47cc3;
}
.bg-rose:after{
	box-shadow: 3px 3px #f47cc3;
}

.color-blue{
	color: #3498DB;
}