

@media only screen and (min-width: 993px) {


.headroom {
    will-change: transform;
     transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
	-webkit-transition: all 0.4s linear;
	
}

.headroom--pinned, .headroom--bottom  {
    transform: translateY(0%)!important;
	box-shadow:var(--shadow);
	
 
}
.headroom--unpinned {
    transform: translateY(-100%);
	
}


.headroom--top {
	
	background-color:var(--base);
	box-shadow:none;
}

	
 .headroom--top #_nav_menu-920-11 a{
	color:white!important;
}


.headroom--not-top {
	
	background-color:var(--base);
}




}


@media only screen and (max-width: 992px) {
	
	.headroom {
		background-color:#f0f0f0;
		height:75px!important;
		box-shadow:var(--shadow);
	}
	
	.logo--img {
		height:60px!important;
	}
	

}