.fixed-header-style{position:fixed;top:0;width:100%;z-index:1000;background-color:#fff;box-shadow:0 2px 5px rgba(0,0,0,.1);transition:all .3s ease-in-out}body.header-is-fixed{padding-top:var(--fixed-header-height,100px)}