.header{background:none;color:#f1f1f1;z-index:1000;width:calc(100vw - 76px - 76px);transition-property:background-color;transition-duration:1s;left:0;display:flex;justify-content:space-between;text-shadow:1px 1px 5px rgba(0,0,0,.3490196078)}.header .entries{font-family:"Quicksand SemiBold";line-height:100px;margin-right:50px}.header .entries .entry{margin-left:30px}.header #hamburger{display:none}.header.sticky{position:fixed;top:0;left:0;background-color:rgba(0,0,0,.65)}.menu{font-family:"Baloo 2";font-weight:600;font-size:60px;display:inline-block;padding:0px 30px}.menu i{color:#fff}@media screen and (min-width: 888px){.header{position:absolute;padding:10px 76px}}@media screen and (max-width: 1400px){.header .entries{display:none;opacity:0;background-color:rgba(0,0,0,0)}.header .entries.showResponsiveMenu{display:flex;flex-direction:column;justify-content:center;position:fixed;top:0;left:0;width:100vw;height:100vh;opacity:1;text-align:center;background-color:rgba(0,0,0,.65);-webkit-transition:all .4s;transition:all .4s;z-index:5000}.header .entries.showResponsiveMenu .entry{display:block;line-height:40px}.header #hamburger{display:inline-block}}