
.container {
    max-width: 700px;
    margin: 0 auto;
    padding: 1.5em;
  }
  
  .menu {
    font-family: "Inter", sans-serif;
    font-size: 14px;
  }
  
  .menu-group-heading, h1 {
    margin: 0;
    margin-top: 30px;
    padding-bottom: 0.2em;
    color: #ffe5c2;

    font-size: 2.5em;
    font-family: 'Oswald';
    text-transform: uppercase;
  }

  .menu-group-heading{

    border-bottom: 3px solid #ccc;

  }

  h1{
    font-size: 5em;
  }

  div.logo{
    text-align: center;
    margin-bottom: 30px;
  }
  
  .menu-group {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5em;
    padding: 1.5em 0;
    
  }
  
  .menu-item {
    display: flex;
    border-bottom: 0.1px solid #caa065;
    padding-bottom: 3px;
  }
  
  .menu-item-image {
    width: auto;
    height: 80px;
    flex-shrink: 0;
    object-fit: cover;
    margin-right: 1.5em;
  }
  
  .menu-item-text {
    flex-grow: 1;
  }
  
  .menu-item-heading {
    display: flex;
    justify-content: space-between;
    margin: 0;
  }
  
  .menu-item-name, .crama{
    margin-right: 1.5em;
    color: #caa065;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    font-size: 1.3em;

    
  }

  .crama{
    font-size: 2em;
    color: #ccc;
    margin-top: 0;
  }
  
  .menu-item-description {
    line-height: 1.3;
    margin-right: 5em;
    color: #ccc;
  
   font-weight: 200;
   font-size: 1.2em;
  }

  .menu-item-price{
    font-size: 1.5em;
    color: #caa065;
    font-family: 'Oswald', sans-serif;

  }
  
  .menu-item-bauturi {
    line-height: 1.6;
	display: flex;
    justify-content: space-between;
    margin: 0;
	flex-grow: 1;
  }
  
  /**
  @media screen and (min-width: 992px) {
    .menu {
      font-size: 16px;
    }
  
    .menu-group {
      grid-template-columns: repeat(2, 1fr);
    }
  
    .menu-item-image {
      width: 125px;
      height: 125px;
    }
  }
  **/

.hidden{
  display: none;
}

body{
  background-color: #2c353f;

  
}

.logorestaurant{
  display: flex;
  justify-content: center;
  width: 250px;
  margin: auto;
}


.menu-filters{
  text-align: center;

}

a.filter{
  color: #caa065;
  text-transform: uppercase;
}

ul li{
  text-decoration: none;
  letter-spacing: 1px;
  list-style: none;
  line-height: 2em;

}

a.active{
  color: #ccc;
  font-weight: 600;
}

ul li a.hover{
  color: #ccc;
  cursor: pointer;
}

ul{
  margin: 0;
  padding: 0;
}