.order-button {
  border: none;
  /* color: white; */
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 30px;
  margin: 8px;
  cursor: pointer;
}

.order-button:hover {
  background-color: #B7C0AF;
}

.chevron {
  position: absolute;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  bottom: 0;
  right: 0;
  padding-bottom: 30px;
}

.chevron-down {
  fill: #FFF;
  margin: auto;
  width: 3em;
  height: 3em;
  animation: hover-me 1.0s infinite ease-in-out alternate;
  opacity: 50%;
}

@keyframes hover-me {
  100% { transform: translate3d(0px, 15px, 0px); }
}

.pizza-img-1 {
  background-image: url("/static/pizza6.jpeg");
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%
}

.pizza-img-2 {
  background-image: url("/static/oven.jpg");
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%
}

#ooni-top {
  width: 70%
}

#food-rating {
  width: 100%
}

#logo {
  width: 100%;
}

/* About us */
#about-us-container .row {
  min-height: 600px;
}

.body-text {
  font-size: 1.2em;
}

@media (max-width: 1200px) {
  .body-text {
    font-size: 1.0em;
  }
}

/* Menu */
.menu {
  font-family: "Just Breathe";
}

.menu-title {
  text-align: center;
}

.menu-section-header {
  font-family: "Impact-Label";
  text-align: left;
  padding-top: 32px;
}

.menu-item-name {
  font-weight: bold;
  font-size: 1.2em;
}

.menu-item-desc {
  font-size: 0.9em;
}

.menu-item-info {
  font-size: 0.9em;
  color: #898c8f;
}

.menu-item-price {
  text-align: right;
  font-size: 1.0em;
}

.large-social {
  width: 80%;
}
