.divMenuFloat{position: relative; top: 0; background-color: #222; z-index: 999;}/*Reset back default styling*/
.divMenuFloat.scrolled{position: fixed !important; top: 0px !important;background-color: #222; opacity: 1; width: 100%;box-shadow: 0 8px 6px -6px rgb(0 0 0 / 40%); transition: all 0.4s ease-in-out;}/*Set fixed position*/


.bodyPage1 .divTopMastheadContainer.scrolled{position:relative;margin-top:140px;}
.bodyPage1 .divTopMastheadContainer.scrolled .divMastheadBackgroundContainer{margin-top:unset;}



@media only screen and (max-width:1190px){
.bodyPage1 .divTopMastheadContainer.scrolled{position:relative;margin-top:97px;}
.bodyPage .divTopMastheadContainer.scrolled{margin-top:66px;}
}
@media only screen and (min-width:960px){
    .divMenuFloat.scrolled .divTopMenu{height:100px;}/*Set fixed position*/
    .divMenuFloat.scrolled .imgLogo {width: 80px !important;transition: all 0.4s ease-in-out;}
}

@media only screen and (max-width:900px){
.divMenuFloat.scrolled .imgLogo {width: 70px !important;transition: all 0.4s ease-in-out;}
.divMenuFloat.scrolled{display:block;}/*Set fixed position*/
}
