.container {
  max-width: 960px;
}

article.container {
  /*         margin-top: 3em;
        margin-bottom: 5em; */
  padding-top: 3em;
  padding-bottom: 5em;
}
article > .container {
  padding-top: 1em;
}
article figure {
  margin-top: 2.5em;
}
article .author-info {
  margin: 0;
  font-size: 0.85em;
  /* margin-bottom: 0.65em; */
  display: flex;
  align-items: center;
  margin-top: auto;
}
article .author-info img {
  border-radius: 20px;
  width: 25px;
  height: 25px;
  margin-right: 0.5em;
}
article .author-info span {
  margin-right: 0.5em;
}
article .author-info .blog-date {
  color: #6b6b6b;
}

.main-img {
  width: 100%;
  height: auto;
  border-radius: 0.5em;
}

h1.main-title {
  font-weight: 800;
  /*         margin-top: 1em; */
  font-size: 2.5em;
}

h2.description-title {
  color: #414141;
  font-weight: 400;
  font-size: 1.5em;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

section h2 {
  font-size: 1.5em;
  /* margin-bottom: -1em; */
  margin-top: 2em;
}

section h3 {
  font-size: 1.25em;
}

section p {
  font-size: 1.2em;
  margin-top: 2.14em;
}

p.recipe-info {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  background: #ffefe6;
  text-align: center;
  padding: 1em;
  border-radius: 7px;
  font-size: 1em;
}

.blog-category-pill {
  background: transparent;
  padding: 0.125em 0.75em;
  border: none;
  border-radius: 5px;
  margin: 0 0.25em;
  margin-left: 0;
  cursor: pointer;
  box-shadow: 2px 2px 3px 1px #cccccc;
}

.BlogCategory {
  margin-top: 3em;
}

article.recipe ol {
  margin-bottom: 1.5em;
  margin-top: 0.75em;
}
article.recipe ol li {
  margin-bottom: 0.25em;
}
article.recipe .row {
  background: #fafafa;
  border-radius: 7px;
  margin: auto;
}
article.recipe .ingredients-section .col-md-6 {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  padding: 0.5em 1em;
}
article.recipe .ingredients-section ul.ingredients {
  font-size: 0.95em;
}

.directions-section > ol {
  padding-top: 1em;
}

figure img {
  width: 700px;
  height: auto;
}

@media (max-width: 767px) {
  figure img {
    width: 100%;
  }
}/*# sourceMappingURL=blog-article.css.map */