html,
body {
  color: #454546;
  font-family: "Happy Monkey", cursive;
}
h1 {
  font-size: 4rem;
  line-height: 4rem;
}
.jumbotron {
  padding: 0;
}
.social-media {
  font-size: 10rem;
}
#menu {
  display: none;
}
.menu img {
  height: auto;
  max-width: 100%;
}
@media only screen and (max-width: 600px) {
  #menu {
    display: block;
  }
  .menu {
    display: none;
  }
  /* iframe {
    height: 100vh;
  } */
}

ul li {
  list-style: none;
  line-height: 1.25rem;
}
ul.bullets li {
  list-style: disc;
}
a:hover {
  cursor: pointer;
}
.fixed {
  position: relative;

  width: 100%;
}
.fa-bars::before {
  background-color: #fff;
  border: 1px solid #a1a1a1;
  border-radius: 100px;
  box-shadow: 0 2px 15px -5px #454546;
  font-size: 3rem;
  padding: 1rem 1.1rem;
  height: 5rem;
  width: 5rem;
  position: fixed;
  bottom: 0%;
  left: 50%;
  z-index: 20;
  transform: translate(-50%, -50%);
  margin: auto;
}
#menu-nav {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  margin: auto;
  width: 84%;
}
@media only screen and (max-width: 600px) {
  .container {
    padding: 0;
  }
  #menu-nav {
    width: 100%;
  }
  #close-menu-nav {
    background-color: #fff;
    border: 1px solid #a1a1a1;
    border-radius: 100px;
    box-shadow: 0 2px 15px -5px #454546;
    cursor: pointer;
    font-size: 3rem;
    height: 2.5rem;
    width: 2.5rem;
    margin: auto;
    padding: 0 .55rem;
    position: fixed;
    bottom: 135px;
    right: 20px;
    z-index: 30;
    line-height: 2rem;
}
  }
  .row {
    margin: 0;
    width: 100%;
  }
}
.heading {
  font-size: 2rem;
  line-height: 2rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
  text-align: center;
}
.category {
  font-size: 1.35rem;
  font-weight: bold;
  margin: 0;
  padding: 10px 20px;
}
.item {
  font-weight: bold;
  margin-bottom: 0.25rem;
}
p {
  line-height: 1.25rem;
  margin: 0;
}
.price::before {
  content: "$";
}
p.price {
  font-style: oblique;
  font-weight: 600;
  margin-top: 0.5rem;
}
span.price {
  font-style: oblique;
  font-weight: 600;
}
.per::after {
  content: " per person";
}
.per-buffet::after {
  content: " per person buffet";
}
.callout {
  font-weight: bold;
}
.two-col-table li {
  list-style: none;
  display: table-row;
  margin-bottom: 0.3rem;
  width: 100%;
}
.two-col-table li span {
  line-height: 1rem;
}
.col-left {
  display: table-cell;
  width: 50%;
}
.col-right {
  display: table-cell;
  padding-left: 1rem;
  width: 50%;
}
.add {
  font-style: oblique;
  font-weight: 600;
}
