.main-header-menu a {
	color: black !important;
}
.main-header-menu a:hover {
	color: #160dbe !important;
}

 .main-header-bar {
    background: FFFFFF;
}

/*Make Header Sticky*/
.main-header-bar {
    position: fixed;
    top: 0;
    width: 100%;
}

/*Adjust Content Padding*/
.site-content {
    padding-top: 75px;
}

/*Adjust Content Padding for Mobile*/
@media (max-width: 800px) {
    .site-content {
        padding-top: 175px;
    }
}

/*Adjust Content Padding for Mobile*/
@media (max-width: 650px) {
    .site-content {
        padding-top: 200px;
    }

@media(max-width:768px){
	header#masthead.site-header { 
		height: auto; 
	}
	.site-content {
		margin: auto;
	}

}

.entry-title{
    color: white;
}

.add-remove-bottom-space {    margin-bottom: 0;   }