ul.nav-pills {
	position: fixed;
}

.nav-pills .nav-link {
	color: red !important;
	background-color: white;
}

.nav-pills .nav-link.active {
	color: white !important;
	background-color: red;
}

@media only screen and (max-width:1024px) {
	ul.nav-pills {
		position: inherit;
	}
}