


.cards-list {
  z-index: 0;
  width: 100%;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.card {
  margin: 30px auto;
  width: 300px;
  height: 420px;
  border-radius: 40px;
box-shadow: 5px 5px 30px 7px rgba(0,0,0,0.25), -5px -5px 30px 7px rgba(0,0,0,0.22);
  cursor: pointer;
  transition: 0.4s;
  margin-top:0px;
}

.card .card_image {
  width: inherit;
  height: inherit;
  border-radius: 40px;
}

.card .card_image img {
  width: inherit;
  height: inherit;
  border-radius: 40px;
  object-fit: cover;
}

.card .card_title {
  text-align: center;
  border-radius: 0px 0px 40px 40px;
  font-family: sans-serif;
  font-weight: bold;
  font-size: 30px;
  margin-top: -80px;
  height: 40px;
  position: absolute !important;
  width: inherit !important;
}

.card:hover {
  transform: scale(0.9, 0.9);
  box-shadow: 5px 5px 30px 15px rgba(0,0,0,0.25),
    -5px -5px 30px 15px rgba(0,0,0,0.22);
}

.title-white {
  color: white;
}

.title-black {
  color: black;
}

@media all and (max-width: 500px) {
  .card-list {
    /* On small screens, we are no longer using row direction but column */
    flex-direction: column;
  }
}


/*
.card {
  margin: 30px auto;
  width: 300px;
  height: 300px;
  border-radius: 40px;
  background-image: url('https://i.redd.it/b3esnz5ra34y.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-repeat: no-repeat;
box-shadow: 5px 5px 30px 7px rgba(0,0,0,0.25), -5px -5px 30px 7px rgba(0,0,0,0.22);
  transition: 0.4s;
}
*/
.card_title.title-white.top-image-row {
    margin-top: -16px;
    width: 100%;
    text-align: center;
    max-width: 300px;
}


.card_title.title-white.top-image-row {
    margin-top: -16px;
    width: 100%;
    text-align: center;
    max-width: 300px;
    position: fixed;
}

img.featured-image-menu {
  max-width: 51px;
  float: left;
  border-radius: 34px;
  max-width: 73px;
  max-height: 70px;
  min-height: 71px;
  margin-top: 28px;
  margin-left: 15px;
}

.Menu-item-name {
    float: left;
}

.Menu-item-name {
    margin-left: 16px;
    font-size: 22px;
    margin-top: -8px;
    font-weight: 200;
    max-width: 61%;
    text-align: left;
}

.card_title.title-white.top-image-row {
  /* z-index: 999; */
    z-index: 1;
    text-align: center;
    max-width: 300px;
    width: 71px !important;
    margin-top: 11px;
    margin-left: 19px;
    min-height: 50px;
}

.card_title.title-white.top-image-row img {
    border-radius: 35px;
    min-height: 54px;
    min-width: 54px;
    max-width: 54px;
    border: 1px solid black;
}
