.small-2.large-2.columns {
  width: 100%;
}

header .overlay .site-title {
  text-align: center;
  width: 100%;
  font-size: 3.75rem;
  text-shadow: -1px -1px 0 #000,
    1px -1px 0 #000,
    -1px 1px 0 #000,
    1px 1px 0 #000;
}

.single-row .category-title {
  font-size: 1.75rem;
  font-weight: bolder;
}

.nav-wrapper nav {
  margin-top: 2px;
}

header .overlay .site-description {
  margin-bottom: .5em;
  font-size: 2em;
  text-shadow: -1px -1px 0 #000,
    1px -1px 0 #000,
    -1px 1px 0 #000,
    1px 1px 0 #000;
}

.post-content-ftc {
  font-size: 80%;
}

.cooked-single-ingredient.cooked-heading {
  font-size: 100%;
  color: #f2961f;
  font-weight: 500;
  text-transform: capitalize;
}

.panel h6 {
  font-size: 105%;
  font-weight: normal;
}

.panel h5 {
  font-size: 110%;
}

.cooked-recipe-directions .cooked-direction-number {
  color: #ff6e26;
  text-decoration: none;
}

.post-content-prevnext {
  margin-top: 10px;
  padding-top: 10px;
  font-size: 90%;
  text-align: center;
}

.cooked-single-direction.cooked-heading {
  font-size: 100%;
  color: #f2961f;
  font-weight: 500;
  text-transform: capitalize;
}



.top-bar-section li:not(.has-form) a:not(.button) {
  font-size: 0.8em;
}