html, body{
    overflow-x: hidden;
   
  }


div#home-banner {
    background-image: url(https://tfpdev.lbh.one/wp-content/uploads/2019/10/image-16.png) !important;
    background-repeat: no-repeat;
    background-position: top right;
    height: 100vh;
    
}

ul#menu-sticky-menu {
    list-style: none;
    color: #498224 !important;
    font-size: 20px;
    text-align:right;
}





@media only screen and (max-width: 600px) {
    
    
   .page #header>nav>:not(a) {
    right: -9em;
    margin-top: -81px !important;
}

.navbar {
    position: relative;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: #eee;
}
  
}