@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Armenian:wght@100;200&display=swap');
.menu{
    /* background: url("../img/menu_page/menu_background.jpg") center center no-repeat; */
    background-size: cover;
    background-blend-mode: lighten;
    position: relative;
    margin-top: 75px !important;
}
.logo-image{
    height: 7vh !important;
}
.menu-font{
    font-size: 25px !important;
    font-family: 'Noto Sans Armenian', sans-serif !important;
    color:#C7B493 !important;
}
.menu-img{
    height: 250px;
    width: 250px;
    border-radius: 50%;
    object-fit: cover;
}
.menu-item{
    padding: 20.4px;
}
.menu-style{
    font-family: 'Noto Sans Armenian', sans-serif !important;
    color:#C7B493 !important;
}
.menu-container{
    background-color: #f8fdcd;
}


@media only screen and (max-width: 530px) {
    #topbar > div{
        display: flex !important;
        grid-gap: 8px;
        flex-direction: column !important;
    }
  }