h1 {
  color: #000;
  font-size: 2rem;
  text-transform: uppercase;
}
h2 {
  color: #000;
  font-size: 1.25rem;
  font-weight: 600;
  text-transform: uppercase;
  padding-bottom: 0.5rem;
  margin: 0;
}
h3 {
  color: #000;
  font-weight: 600;
  font-size: 1rem;
}
@media (min-width: 576px) {
  h3 {
    color: #000;
    font-size: 1.25rem;
    font-weight: 600;
    text-transform: uppercase;
    padding-bottom: 0.5rem;
    margin: 0;
  }
}
.warning {
  color: #f7ba21;
}
.warning--important {
  font-weight: 600;
}
.detail--vertical {
  padding-bottom: 1.5rem;
}
.detail--vertical .icon {
  display: block;
  width: 66%;
  margin: auto;
}
.detail--vertical .label {
  display: block;
  margin: auto;
  text-align: center;
  color: #000;
  font-size: 1.25rem;
  font-weight: 600;
  text-transform: uppercase;
  padding-bottom: 0.5rem;
  margin: 0;
}
.detail--horizontal .icon {
  display: block;
  width: 50%;
  margin: auto;
}
.detail--horizontal .label {
  display: block;
  margin: auto;
  text-align: center;
  color: #000;
  font-size: 1.25rem;
  font-weight: 600;
  text-transform: uppercase;
  padding-bottom: 0.5rem;
  margin: 0;
  letter-spacing: -1px;
}
@media (max-width: 767px) {
  .detail--horizontal .label {
    font-size: 0.9rem;
  }
}
.ingredient-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  padding-bottom: 1.5rem;
}
@media (max-width: 575px) {
  .ingredient-list {
    padding-left: 1em;
  }
  .ingredient-list > li:before {
    display: inline-block;
    content: '-';
    width: 1em;
    margin-left: -1em;
  }
}
.ingredient-list--last {
  padding-bottom: 0;
}
.ingredient-list .list-item {
  padding-bottom: 0.75rem;
  font-size: 0.8rem;
  line-height: 1rem;
}
.description {
  padding-bottom: 1.5rem;
  font-style: italic;
}
.description .source {
  padding-right: 0.5rem;
  color: #000;
  font-weight: 600;
}
main {
  padding-bottom: 4rem;
}
.logo {
  width: 32px;
  height: 32px;
}
input[type="password"] {
  border-style: none;
  border-bottom: 1px solid #f7ba21;
  margin: 0;
  text-align: center;
  outline: none;
}
input[type="submit"] {
  background-color: #68c9ba;
  border-style: none;
  color: #fcfcfc;
  border-radius: 6px;
  padding: 0.25rem 0.75rem;
  margin-left: 1.5rem;
  display: block;
  margin: 0.75rem auto;
}
@media (min-width: 768px) {
  input[type="submit"] {
    display: inline-block;
    margin-top: 0;
    margin-left: 0.5rem;
  }
}
.details {
  display: flex;
}
.details--vertical {
  display: none;
  flex-direction: column;
  justify-content: flex-start;
}
@media (min-width: 768px) {
  .details--vertical {
    display: flex;
  }
}
.details--horizontal {
  flex-direction: row;
  justify-content: center;
  display: flex;
  padding-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .details--horizontal {
    display: none;
  }
}
.notes {
  padding-top: 1.5rem;
}
.notes p {
  font-style: italic;
}
.instructions__label {
  color: #000;
  display: block;
  padding-bottom: 0.75rem;
}
@media (min-width: 576px) {
  .instructions__label {
    display: none;
  }
}
.instructions .step__number {
  color: #000;
  font-weight: 900;
}
.ingredients__label {
  color: #000;
  display: block;
  padding-bottom: 0.75rem;
}
@media (min-width: 576px) {
  .ingredients__label {
    display: none;
  }
}
.search-form {
  margin-top: 0.75rem;
  margin-bottom: 1.5rem;
}
@media (min-width: 576px) {
  .search-form {
    margin-bottom: 4rem;
  }
}
.search-form--no-matches {
  margin-top: 4rem;
  margin-bottom: 4rem;
}
.search-form__match-count {
  font-size: 0.75rem;
  color: #666;
  margin-top: 0.5rem;
  margin-left: 0.5rem;
}
.search-form .btn-primary {
  margin-top: 0.75rem;
}
@media (min-width: 576px) {
  .search-form .btn-primary {
    margin-top: 0;
  }
}
.book-index-search-note {
  font-style: italic;
  text-align: center;
}
.btn-group {
  width: 100%;
}
.btn-primary:not(.dropdown-toggle) {
  width: 100%;
}
.btn-primary {
  background-color: #68c9ba !important;
  border-color: #68c9ba !important;
}
.btn-primary:hover,
.show > .dropdown-toggle.btn-primary {
  background-color: #52c1b0 !important;
  border-color: #52c1b0 !important;
  box-shadow: none !important;
}
.btn-primary:active,
.btn-primary.active {
  background-color: #52c1b0 !important;
  border-color: #52c1b0 !important;
  box-shadow: none !important;
}
.btn-primary:focus,
.btn-primary:active:focus,
.btn-primary.active:focus {
  background-color: #52c1b0 !important;
  border-color: #52c1b0 !important;
  box-shadow: none !important;
}
.matches {
  margin-bottom: 0.75rem;
}
.matches .match {
  margin-bottom: 0.75rem;
  font-size: 0.8rem;
}
@media (min-width: 576px) {
  .matches .match {
    margin-bottom: 1.5rem;
  }
}
.matches .match h3 {
  color: #000;
  font-size: 1.25rem;
  font-weight: 600;
  text-transform: uppercase;
  padding-bottom: 0.5rem;
  margin: 0;
}
html {
  font-size: 14pt;
}
body {
  background: #fff;
  color: #333;
  font-weight: 400;
}
