body{
    font-family: "Poppins", sans-serif;
}
:root {
    --primary: #ff5d20;
    --secodary: #FED102;
    --light: #F1F8FF;
    --dark: #0F172B;
}
h1{
	font-family: "Roboto Slab", serif;
}
.menu-logo{
    height: 220px;
}
.footer-icon{
    justify-content: center;
}
.footer-icon a{
    margin-right: 5px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary);
    border: 1px solid var(--primary);
    background: var(--primary);
    border-radius: 35px;
    color: white;
    transition: .3s;

  }
  
  .menu-card {
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }
  
  .menu-section {
    margin-bottom: 20px;
  }
  
  .menu-section h3 {
    color: #83B055;
    padding: 5px;
    border-bottom: 1px solid #83B055;
    text-transform: uppercase;
    
    font-size: 22px;
  }
 .menu-section div{
    color:  #1a2017;
    font-weight: 600 !important;
 }

  .uk-image-section img{
    height: 165px;
  }
  .uk-momo-section{
    background-color:#d8ebcd;

  }
  .uk-menu-header h1{
    font-size: 60px;
    text-transform: uppercase;
    padding-top: 10px;
  }
  .spacer {
    content: '';
    width: 100%;
    height: .75em;
    margin: 0 .5rem;
    border-bottom: 2px dotted #999;
    flex: 1;
  }
  
  .sticky {
  position: fixed;
  bottom: 10px;
  right: 23px;
  background: var(--primary);
  padding: 10px 23px;
  border-radius: 38px;
  text-transform: uppercase;
  color: white;
  font-weight: 600;
}
.sticky:hover {
  background: white;
  color: var(--primary);
}
