.bienvenue{
    line-height: 1;
    font-family: 'Allura', cursive;
    font-weight: normal;
    color: #ddb150;
}
.home-heading{
    font-size: 5.5rem;
}
.full-height-header {
    height: 100vh;
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/img/background.jpg');
    background-size: cover;
    position: relative;
    color: white;
  }

  .navbar {
    background: transparent !important;
    position: absolute;
    top: 0;
    width: 100%;
  }

  .navbar-container {
    max-width: 1200px;
    margin: 0 auto;
  }

  .navbar-brand,
  .nav-link {
    color: #ffffff !important;
    /* Black text for navbar links */
  }
@media (max-width: 550px) {
    .bienvenue{
        font-size: 2.5rem;
    }
   .home-heading{
    font-size: 3.5rem;
   }
  }
  @media (max-width: 350px) {
    .home-heading{
     font-size: 2.5rem;
    }
   }
.notre-menu{
    background-image: url('/img/menu-background.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}
.menu-category {
    margin-bottom: 50px;
}
.menu-category h2 {
    border-bottom: 2px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 30px;
    text-transform: uppercase;
    font-weight: bold;
}
.menu-item {
    margin-bottom: 30px;
}
.menu-item h4 {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
}
.menu-item h4 span::before {
    content: " ";
    flex-grow: 1;
    border-bottom: 1px dotted #ccc;
    margin: 0 10px;
    align-self: center;
}
.menu-item p {
    margin: 0;
    color: #555;
}
.price {
    color: #ddb150;
    font-weight: bold;
    white-space: nowrap;
}
.parallax{
    background: url(/img/charcuterie.jpg) center center no-repeat fixed;
    background-size: cover;
    padding: 150px 0;
}
.contact-section {
    padding: 50px 0;
    background-color: #141414;
    color: #ffffff;
}
.contact-section h2 {
    margin-bottom: 30px;
    font-family: 'Allura', cursive;
    font-weight: bold;
    color: #ddb150;
}
.contact-info {
    margin-bottom: 20px;
}
.contact-info i, .contact-info svg{
    font-size: 24px;
    color: #ddb150;
    margin-right: 15px;
    margin-bottom: 10px;
}
.contact-info h5 {
    font-weight: bold;
    margin-bottom: 5px;
}
.contact-info p {
    margin: 0;
}
.footer{
    background-color: rgb(0, 0, 0);
    color: white;
}
.footer i, .footer svg, .footer img{
    font-size: 24px;
    color: white;
    margin-right: 10px;
    border: 1px solid;
    border-radius: 50%;
    padding: 10px;
}

#owl-demo .item{
    padding: 15px 0px;
    color: #FFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
  }
  .navbar{
    transition:700ms ease;
    background:transparent;
  }
.navbar.scrolled{
    background:#000000!important;
}
.change-bg{
    background-color: #000000!important;
}