.divMenuFloat{
position:absolute;
top:0px;
background-color:unset;
width: 100%;
z-index:999;
transition: all 0.4s ease-in-out;
}/*Reset back default styling*/

.divMenuFloat.scrolled{
position:fixed!important;
top:0px!important;
background-color:#fff;
opacity:1;
width: 100%;
margin-top: -110px;
}/*Set fixed position*/