@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&family=Petit+Formal+Script&display=swap');
.office-wrapper{
    margin-left: 0 !important;
    width: 100% !important;
    /* border: 2px solid red; */
    display: flex !important;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    height: 400px;
}
.storeinfo{
    /* border: 2px solid red; */
    display: flex !important; 
    align-items: center !important;
    flex-direction: column;
    justify-content: center;
    height: fit-content;
    position: absolute; 
    /* bottom: 0x; */
}
#bs-navbar{
    display: flex !important;
    flex-direction: column;
    align-items: center;
    
}
.logo{
    display: none !important;
}
.desk-top-title {
    font-size: 60px !important;
    font-family: "Cinzel", serif;
    color: #DDAA33; 
    
    text-shadow: 
        1.5px 1.5px 0 #A54000, 
        -1.5px -1.5px 0 #A54000, 
        1.5px -1.5px 0 #A54000, 
        -1.5px 1.5px 0 #A54000;
}
#menu-ul{
    text-align: center;
    li a{
         font-family: "Cinzel", serif !important;
        font-weight: bolder !important;
    }
}
 #menu-nav{
  display:block !important;
  
  span:before{
    content:'';
    width:60px;
    height: 50px;
    top:5px;
    left: 17px;
    position:absolute;
    background: url("https://d2ova09jg8x3xk.cloudfront.net/localserves.co.nz/chefudithscuisine/images/logo.png");
    background-repeat:no-repeat;
    background-size: cover;
    background-position-y:-3px;
    border-radius: 30%;
    transition: all 0.3s ease;
  }

  span{
    color: #8b321c;
    text-outline: #8b321c !important;
  }

  &:hover{
    background-color:transparent !important;
    cursor:default;
  }
}
#menu-nav{
span{
    background-color: #8b321c;
    padding-block: 20px;
    border-radius: 10px;
}
}
.item-title{
     font-family: "Cinzel", serif !important;
}