.bg-white{
			background-color: white !important;
			border-bottom: 1px solid #f2f2f2;
		}
		.pageMainNavigation.navbar-nav .nav-link{
			color: black !important;
		}
		.pageMainNavigation.navbar-nav .nav-item.active .nav-link{
			color: black !important;
		}
		@media (max-width: 576px){
.container {
    padding-right: 15px !important;
}}

@media (min-width: 992px){
	.pageMainNavigation.navbar-nav .nav-link:hover {
    color: #6e6e6e !important;
}
}

.headerFixer {
    position: fixed !important;
    width: 100%;
    }

 .contentBlock {
    padding-top: 160px;
}

@media (min-width: 768px){
	.contentBlock {
    padding-top: 120px;
}
}

html {
  scroll-padding-top: 70px !important; /* height of sticky header */
  
}

