/* change the background color */
.navbar {
	background-color: #3182CE !important;
}
/* change the brand and text color */
.navbar .navbar-brand,
.navbar .navbar-text {
	color: #ffffff !important;
}
/* change the link color */
.navbar .navbar-nav .nav-link {
	color: #ffffff !important;
}
/* change the color of active or hovered links */
.navbar .nav-item.active .nav-link,
.navbar .nav-item:focus .nav-link,
.navbar .nav-item:hover .nav-link {
	color: #ffffff !important;
}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
    .unbox-sm {
        -webkit-box-shadow: none !important;
        -moz-box-shadow: none !important;
        box-shadow: none !important;
	}
}
@media (min-width: 768px) {
	.bg-light-md {
		background: #f8f9fa !important;
	}
}
