.fit-image{
	object-fit: cover;
	width: 100%;
	height: 250px;
}

.cursor-pointer{
	cursor: pointer !important;
}

@media only screen and (min-width:991px){
	header li a {
		color: #fff !important;
	}

	header.nav-fixed li a, .dropdown li a{
		color: #000 !important;
	}
}

.navbar-toggler{
	color: #fff !important;
}