#navbar-primary {
	z-index: 500;
}

.sticky {
	position: fixed;
	top: 0;
	width: 100%;
}

.sticky + .container-fluid {
	padding-top: 60px;
}
