@charset "UTF-8";
/* CSS Document */

.bg-dark {
	background-image: url("images/sps_logo.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-color: #fff !important;
}
.navbar-brand {
	color: black !important;
	min-height: 50px !important;
}
.navbar {
	border-bottom: 2px solid #000;
	
}
.sps-logo {
	text-align: center;
}