.bg-blue,
.bg-primary {
	background-color: hsl(216, 8%, 6%) !important;
}

a {
	color: #5AADBD;
	transition: .3s color;
}

a:hover {
	color: #498D99;
}

.bg-blue-gradient,
.bg-primary-gradient {
	background-color: hsl(216, 8%, 6%) !important;
	background: linear-gradient(hsl(216, 8%, 6%) 7%, hsl(216, 8%, 14%)) !important;
}


.border-blue,
.border-primary {
	border-color: #5AADBD !important;
}

.btn-blue,
.btn-primary {
	background-color: hsl(222, 100%, 62%) !important;
	border: 0px solid transparent !important;
}

.bg-secondary {
	background-color: #EEEEEE !important;
}

.bg-secondary .text-muted {
	color: #333 !important;
}

.bg-white {
	background-color: #FFFFFF !important;
}

.border-white {
	border-color: #FFFFFF !important;
}
