.container-fluid.header{padding:0}.header-container{align-content:space-around;align-items:center;background:#68813c;background:linear-gradient(290deg,#68813c,#68813c 50%,#222 0,#222);box-sizing:border-box;display:flex;flex-direction:row;flex-wrap:nowrap;padding:10px;transition:all .5s ease;width:100%;z-index:99}.sticked{animation:smoothScroll 1s forwards;box-shadow:0 0 20px -6px rgba(104,129,60,.82);padding:5px;position:fixed;top:0}@keyframes smoothScroll{0%{opacity:.5;transform:translateY(-40px)}to{opacity:1;transform:translateY(0)}}.header-container .col50{text-align:center;width:50%}.header-btn a,.header-logo img{display:flex;margin:0 auto}.header-btn a{align-content:center;box-sizing:border-box;flex-wrap:wrap;justify-content:center;max-width:300px;text-decoration:none;transition:.4s}@media screen and (max-width:768px){.header-container{background:#68813c;background:linear-gradient(290deg,#68813c,#68813c 55%,#222 0,#222)}}@media screen and (max-width:600px){.header-container{background:#68813c;background:linear-gradient(290deg,#68813c,#68813c 50%,#222 0,#222);padding:5px 0}.header-logo img{width:80%}.header-btn a{width:90%}}@media screen and (max-width:485px){.header-logo img{width:80%}.header-btn a{font-size:1em}}@media screen and (max-width:340px){.header-btn a{width:95%}}