.main-content {
  width: 800px;
  margin: 60px auto;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 100%;
}

ul.menu-section {
  margin-bottom: 50px;
  list-style-type: none;
}
ul.menu-section.mb100 {
  margin-bottom: 100px;
}
ul.menu-section li {
  margin-bottom: 20px;
}
ul.menu-section li > div {
  display: flex;
  justify-content: space-between;
}
ul.menu-section li a {
  display: inline-block;
}
ul.menu-section li .address {
  font-style: italic;
}
ul.menu-section#farmers-markets {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
ul.menu-section#farmers-markets li {
  min-width: 240px;
  margin-bottom: 40px;
}
ul.menu-section#farmers-markets li div {
  flex-direction: column;
  align-items: flex-start;
}

nav.farmers-markets p.description {
  margin-bottom: 40px;
}
nav.farmers-markets h3 {
  font-weight: 600;
  margin-bottom: 5px;
  font-size: 26px;
}
nav.farmers-markets p.address {
  margin: 5px 0;
}
nav.farmers-markets a {
  font-size: 18px;
}

h2 {
  font-family: "Playfair Display", serif;
  margin-bottom: 45px;
  font-size: 40px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #3b3b3b;
  display: block;
  text-align: center;
}

h2 > span {
  display: block;
  height: 5px;
  width: 225px;
  margin: 0 auto 10px;
}
h2 > span span {
  display: inline-block;
  width: 33.3333333333%;
  height: 100%;
  vertical-align: top;
  margin-top: 10px;
}
h2 > span span.blue {
  background-color: #2b2f76;
}
h2 > span span.white {
  background-color: #f5f3ec;
}
h2 > span span.red {
  background-color: #aa2633;
}

h3 {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  letter-spacing: 1px;
  color: #3b3b3b;
}

p.description {
  margin-bottom: 20px;
  font-size: 1.4rem;
  font-weight: 300;
}

p.ingredients,
p.price {
  font-style: italic;
  font-weight: 300;
  color: #606060;
  max-width: 75%;
}

p.price {
  padding-left: 10px;
  margin-left: auto;
}

.menu picture img {
  width: 100%;
  height: 410px;
  object-fit: cover;
  object-position: 0 70%;
  margin-bottom: 20px;
}

.farmers-markets picture img {
  max-width: 100%;
  height: auto;
}

.callout {
  font-size: 25px;
  padding: 20px 30px;
  background: #f5f3ec;
  color: #2b2f7c;
  min-height: 140px;
  margin: 20px 0 10px;
  display: block;
  font-family: "Playfair Display", serif;
}
@media (max-width: 730px) {
  .callout {
    font-size: 22px;
    padding: 17px 22px;
  }
}
.callout a {
  font-size: inherit;
}

.menu ul.selections {
  margin-left: 50px;
}
.menu ul.selections li {
  margin-bottom: 0;
  font-style: italic;
  font-weight: 300;
  color: #606060;
}

/*# sourceMappingURL=menu.css.map */
