/*==============================
CUSTOM NAV BAR SETTINGS
==============================*/
.customTopBar {
	background-color: #222222 !important;
	position: fixed;
	width: 100%;
	min-width: 100%;
	top: 87px;
	overflow-x: hidden;
	z-index: 100;
	font-color: #FFFFFF;
	margin-top: auto;
	margin-bottom: auto;	
}

.barFont {
	vertical-align: middle;
	font-size: 0.65em;
	color: white !important;
	font-family: Montserrat;
}

.smart-scroll {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1030;
}
.scrolled-down {
	transform:translateY(-800px); transition: all 0.3s ease-in-out;
}
.scrolled-up {
	transform:translateY(0); transition: all 0.3s ease-in-out;
}