@font-face {
  font-family: 'Brilon';
  src:
    url('../fonts/Brilon-Regular.woff2') format('woff2'),
    url('../fonts/Brilon-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.menuBack {
  background-color: #fffafc;
  transition: background-color 2s cubic-bezier(1, 1, 1, 1);
  transition-delay: 0.5s;
}


body {
  background-color: #fffafc;
  transition: background-color 2s cubic-bezier(1, 1, 1, 1);
  transition-delay: 0.5s;
}

.divTable {
  display: table;
  width: 100%;
}

.divTableRow {
  display: table-row;
  height: 40px;
  vertical-align: bottom;
}

.divTableHeading {
  display: table-header-group;
  font-family: 'Brilon', cursive;
  font-size: 25px;
  font-weight: bold;
  margin: 20px 0;
}

.divTableCell,
.divTableHead {
  display: table-cell;
  border-bottom: 2px dotted rgb(213, 213, 213);
}

.divTableVolume {
  text-align: center;
  background-color: #efefef;
}

.footIt {
  width: 100%;
  margin: 0 auto;
}

.divTableBody {
  display: table-row-group;
}

.divTablePrice {
  width: 12%;
  font-family: 'Brilon', cursive;
  font-weight: bold;
  margin-top: -22px;
  text-align: center;
}

.divTableProduct {
  width: 50%;
  font-family: 'Brilon', cursive;
  font-size: 18px;
  font-weight: bold;
  margin: 20px 0;
}

/* container */
.responsive-two-column-grid {
  display: block;
}

/* columns */
.responsive-two-column-grid > * {
  padding: 1rem;
}

/* tablet breakpoint */
@media (min-width:1000px) {
  .responsive-two-column-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}

/* MENU font size */
@media screen and (min-width:1000px) {
  div.logo {
    font-size: 48px;
  }
}

.menu-body {
  max-width: 680px;
  margin: 0 auto;
  display: block;
  color: rgb(92, 92, 92);
}

.menu-section {
  margin-bottom: 80px;
}

.menu-section-title {
  font-family: 'Brilon', cursive;
  font-size: 25px;
  display: block;
  font-weight: normal;
  margin: 20px 0;
  background-color: rgba(238, 238, 238, 0.5);
  text-align: center;
  text-shadow: 0.5px 0.5px 0px #000, -0.5px -0.5px 0px #000, 0.5px -0.5px 0px #000, -0.5px 0.5px 0px #000;
}

.menu-item {
  margin: 20px 0;
  font-size: 18px;
}

.menu-item-name {
  font-family: 'Brilon', cursive;
  font-weight: bold;
  width: 96%;
  border-bottom: 2px dotted rgb(213, 213, 213);
}

.menu-item-double {
  font-family: 'Brilon', cursive;
  font-weight: bold;
  width: 84%;
  border-bottom: 2px dotted rgb(213, 213, 213);
}

.menu-item-1stLine {
  font-family: 'Brilon', cursive;
  font-weight: bold;
  font-size: 18px;
}

.menu-item-description {
  font-style: italic;
  font-size: 0.9em;
  line-height: 1.5em;
}

.menu-item-description-explanation {
  font-style: italic;
  font-size: 0.9em;
  line-height: 1.5em;
  text-align: center;
}

.menu-item-size {
  padding-left: 80%;
  margin: 5px;
  font-size: 15px;
}

.menu-item-price {
  font-family: 'Brilon', cursive;
  float: right;
  font-weight: bold;
  margin-top: -22px;
}

sup {
  font-size: 10px;
}

.logo {
  display: inline-block;
  font-family: 'Brilon', cursive;
  text-shadow: 1px 1px 0px #000, -1px -1px 0px #000, 1px -1px 0px #000, -1px 1px 0px #000;
  font-size: 48px;
  color: rgb(92, 92, 92);
}

.logo-center {
  text-align: center;
}

.button-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.pre-order-button {
  font-family: 'Brilon', cursive;
  font-weight: bold;
  border: 2px groove #af002a;
  border-radius: 5px;
  color: #af002a;
  box-shadow: 2px 1px 2px gray;
  margin: 4px 10px 4px 10px;
  background-color: #ffe4e1;
  height: 30px;
  animation: pulse 12s infinite;
}

.pre-order-button:active {
  box-shadow: 0 0 0 white;
  margin: 6px 10px 2px 10px;
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  1.04% {
    transform: scale(1.2);
  }
  10.08% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }

#pre-order {
  font-family: 'Brilon', cursive;
  font-weight: bold;
  border: 2px groove #af002a;
  border-radius: 5px;
  color: #af002a;
  box-shadow: 2px 1px 2px gray;
  margin: 4px 10px 4px 10px;
  background-color: #ffe4e1;
  height: 40px;
}

#pre-order:active {
  box-shadow: 0 0 0 white;
  margin: 6px 10px 2px 10px;
}

.tm-btn-hide {
  display: none;
}

.private {
  background-image: radial-gradient(#fdf5e6, #ffe4e1);
}

.card-title {
  font-family: 'Brilon', cursive;
  font-weight: bold;
}


.jalepeno:after {
    content: '\00F1';
}
.sauteed:after {
    content: '\00E9';
}

