@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;700&display=swap');


body{
  font-family: 'Poppins', sans-serif;
      background-color: #F7F7F7;
    margin: 0;
    padding: 0;
    color: #444444;
    font-size: .9rem;
}

h1{
  text-transform: uppercase;
  color: #231F20;
}
#navbar {
    /* overflow: hidden; */
    display: block;
    margin: auto;
    background-color: white;
    /* padding: 2%; */
    /* padding: 90px 100px;  */
    /* Large padding which will shrink on scroll (using JS) */
    transition: 0.4s; /* Adds a transition effect when the padding is decreased */
    /* position: fixed; Sticky/fixed navbar */
    width: 100%;
    /* max-height: 320px; */
    top: 0; /* At the top */
    z-index: 99; 
  }

  #navbar a {
    /* float: left; */
    color: black;
    text-align: center;
    padding: 12px;
    text-decoration: none;
    font-size: 18px; 
    line-height: 25px;
    border-radius: 4px;
  }
  

  #navbar a:hover {
    background-color: #ddd;
    color: black;
  }
  
  #navbar a.active {
    background-color: dodgerblue;
    color: white;
  }
  #navbar-right {
      width: 100%;
    /* float: none; */
    /* margin: auto !important; */
    transition: 0.4s; /* Adds a transition effect when the padding is decreased */

  }
  
      
  #logo{
    width: 100%;
    height: auto;
    margin: 1rem;
    transition: 0.4s; /* Adds a transition effect when the padding is decreased */

}
#logo img{
    width: 40% !important;
    transition: 0.4s; /* Adds a transition effect when the padding is decreased */

}

#biog{
    padding-top: 4rem;
    padding-bottom: 4rem;
    font-size: 1.4rem;
    color: black;
    text-align: center;
    display: block;
    transition: 0.4s; /* Adds a transition effect when the padding is decreased */

}



/* STYLED BY DARE 2 DIGITAL */
.food-menu{
  margin: 5%;
  margin-right: 0;
}
.menu-copy{
  width: 90%;
}
.food-category{
  /* width: 96%; */
  height: 50px;
  text-decoration: left;
  font-size: .7rem;
}
.food-category ul{
  width: 100%;
  height: 100%;
  margin: 0;
}
.food-category li{
  float: left;
  padding: .5rem;
  list-style: none;
  color: black !important;

}
.food-category li a{ 
  /* text-decoration: underline; */
  color: grey !important;
  
}
.active{ 
  text-decoration: underline !important;
  color: purple !important;
  font-weight: bold;
}
.active a{
  color: purple !important;
}


.menu-items{
  margin-left: -1rem;
  width: 110%;
  /* overflow-x: scroll; */
  /* white-space: nowrap; */
  /* overflow-y: auto; */
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;

  /* text-align:justify; */

  /* white-space: normal; */

}

.menu-item{
  display: inline-block;
  position: relative;

}
.menu-card{
  width: 204px;
  height: 376px;
  background-color: #AECF5C;
  border-radius: 1.2rem;
  padding: .8rem;
  color: white;
  /* display: inline-block;
  position: relative; */
  flex: 0 0 auto;

  overflow: hidden;
  margin-left: 1rem;
  


}
.menu-card h1{
font-size: 1.4rem;
font-weight: bold;
/* white-space: unset; */

}
.menu-card h2{
  font-size: 2.2rem;
  font-weight:100;
  }
  .menu-card p{
    font-size: .8rem;
  }
  .menu-card img{
    text-align: center;
    width: 100%;
    margin-bottom: 1rem;
   }

   .offers{
     margin-top: 3rem;
     padding-bottom: 3rem;
     border-bottom: 1px solid #eeeeee;
   }
   .offerimage{
     width: 100%;
    height: auto;
    background-color: rebeccapurple;
     border-radius: 1.6rem;
     overflow: hidden;
     /* box-shadow: 0px 0px 8px 3px #aaaaaa; */

   }
   .offerimage img{
    width: 100%;
   height: auto;
  }
  h3{
    margin-top: 2.5rem;
    margin-bottom: 1.5rem;
    font-size: 1.3rem;
    font-weight: bold;
    /* text-transform: uppercase; */
    color: #a2cb45;
    line-height: 1.5rem;
  }

  .yt{
    background-color: #cc232a;
    border-radius: 1.6rem;
    padding: 2rem;
    color: white;
    text-align: center;
    margin-bottom: 3rem;
  }
  .yt h2{
    color: white;
  }
  .yt .btn-secondary{
    background-color: white;
    color: #cc232a !important;
  }

  .btn-secondary{
    background-color: #aecf5c;
    padding: 1rem;
    border-radius: 1.6rem;
    color: white;
    font-weight: bold;
    border: 0;
  }

  .offersec{
    margin-top: 2rem;
  }


/* Top menu styles */
.offmenu{
  background-color: #aecf5c;
  color: white !important;
  font-size: 1.4rem !important;
  text-transform: uppercase;
  border-radius: 5rem !important;
  
}
.menumenu{
  background-color: #90549e;
  color: white !important;
  font-size: 1.4rem !important;
  text-transform: uppercase;
  border-radius: 5rem !important;

  
}
.expmenu{
  background-color: #e6a531;
  color: white !important;
  font-size: 1.4rem !important;
  text-transform: uppercase;
  border-radius: 5rem !important;
}

/* beansong colors */
.baqua{
  color: #00cafc;
}
.bblue{
  color: #213a7a;
}
.bpurple{
  color: #90549e;
}
.byellow{
  color: #e6a531;
}
.bgreen{
  color: #aecf5c;
}
.bred{
  color: #cc232a;
}