.navbar{
     position: fixed;
     top: 0;
     left: 0;
     width: 100%;
     z-index: 50;
 }

.nav-reservation{
    background-color: #c39d63;
    color: white !important;
    border-radius: 3px;
}