/* BETA TESTING THEMES */
.bg-primary {
	/*background-color: hsl(210,40%,25%) !important;*/
    background-color: #223a5e;
    background: -moz-linear-gradient(top,#223a5e,#4474bb) !important;
    background: -webkit-gradient(linear,left top,left bottom,from(#223a5e),to(#4474bb));
    background: -ms-linear-gradient(top,#223a5e,#4474bb);
    background: -o-linear-gradient(top,#223a5e,#4474bb);
    background: linear-gradient(top,#223a5e,#4474bb);
}
.bg-dark {
	/*background-color: hsl(210,20%,15%) !important;*/
    background-color: #1b2e4b !important;
}
.bg-secondary {
	background-color: hsl(210,10%,80%) !important;
}



.btn-primary {
	border: 1px solid hsl(210,40%,25%);
	background-color: hsl(210,40%,25%) !important;
}
.btn-outline-primary {
	border: 1px solid hsl(210,40%,25%);
	color: hsl(210,40%,25%);
}
.btn-outline-primary:hover, .btn-outline-primary:focus {
	border: 1px solid hsl(210,40%,25%);
	background-color: hsl(210,40%,25%) !important;
}
