html, body {
  margin: 0;
  padding: 0;
}

body {
  font-family: "ff-amman-sans-pro", sans-serif;
  font-variant-numeric: lining-nums;
  color: #373230;
  background: #F2EEBD;
  background: linear-gradient(90deg, rgba(242, 238, 189, 1) 0%, rgba(255, 255, 238, 1) 25%, rgba(255, 254, 238, 1) 50%, rgba(255, 254, 238, 1) 75%, rgba(242, 238, 189, 1) 100%);
}


h1 {
  font-family: "ff-amman-sans-pro", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2rem;
  color: #3D2100;
  letter-spacing: .05rem;
  line-height: 2rem;
  text-align: left;
  padding: 20px 0px 0px 0px;
}

h2 {
  color: #373230;
  font-family: "ff-amman-sans-pro", sans-serif;
  font-style: normal;
  font-weight: 410;
  font-size: 1.25rem;
  line-height: 1.25rem;
  text-align: left;
  padding-bottom: 10px;
}

h3 {
  color: #ca7a29;
  font-family: "ff-amman-sans-pro", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.5rem;
  background-color: #ca7a29;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 35px;
  text-align: left;
}

button {
  background-color: #fffeee;
  display: block;
  margin: 0 auto;
  padding: 10px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

p {
  font-family: "ff-amman-sans-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.25rem;
  margin: 0px 20px 0px 20px;
  padding: 0px 0px 0px 0px;
  line-height: 1.75rem;
  text-align: left;
}

ul {
  font-family:  "ff-amman-sans-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.75rem;
  text-align: left;
  list-style: none;
}

footer {
  font-family: "ff-amman-sans-pro", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 1rem;
  margin: 0px 0px 20px 0px;
  padding: 20px 0px 0px 0px;
  line-height: 1.25rem;
  text-align: center;
}

.justified {
  text-align: justify;
}

.logo-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  flex-wrap: wrap;
}

.rotate {
  display: inline-block;
  transform: rotate(-3deg);
}

.line-behind-wrapper {
  position: relative;
  text-align: center;
  margin: 2.5rem 0;
}

.line-behind-wrapper::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #ca7a29;
  transform: translateY(-50%);
  z-index: 0;
}

.line-behind-wrapper h3 {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0 1rem;
  background-color: #fffeee;
  z-index: 1;
}

.line-behind-text {
  font-weight: 600;
  letter-spacing: 0.15em;
}

.line-behind-text {
  position: relative;
  text-align: center;
  margin: 10px 0px 10px 0px;
  z-index: 0;
  isolation: isolate;
}

.line-behind-text::before {
  content: "";
  position: absolute;
  top: 0%;
  left: -10px;
  right: 0px;
  width: 114%;
  height: 1.8rem;
  background: #fffeee;
  z-index: -1;
}

.line-behind-text > span {
  position: relative;
  z-index: 1;
  background: #ca7a29;
  padding: 0px 0px 0px 0px;
  font-weight: 600;
  letter-spacing: 20px;
}

.ingredient {
  color: #3D2100;
  font-family: "ff-amman-sans-pro", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 1.25rem;
}

.listBox {
  border: 3px solid #d4ed00;
  background-color: #ffffff;
  padding: 10px 20px 10px 20px;
  width: fit-content;
}

.bullet {
  display: inline-block;
  width: 1rem;
  text-align: center;
  color: #d4ed00;
  font-size: 1rem;
  margin: 0 0.05em;
}

.recipe-dropdown {
  background-color: #8DCEC7;
  color: #373230;
  font-family: "ff-amman-sans-pro", sans-serif;
  font-weight: 600;
  letter-spacing: 0.08rem;
  text-transform: uppercase;
  border-radius: 0;
  border: 0px solid #fffeee;
  margin: 0px 0px 40px 0px;
  padding: .5rem 1rem;
}

.recipe-dropdown:focus {
  box-shadow: none;
  outline: none;
}

.dropdown-menu {
  background-color: #ffffff;
  border: 2px solid #8DCEC7;
  border-radius: 0;
  padding: 0;
  min-width: 220px;
}

.dropdown-item {
  font-family: "ff-amman-sans-pro", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.05rem;
  text-transform: uppercase;
  padding: 5px 10px 5px 10px;
  color: #3D2100;
}

.dropdown-item:hover,
.dropdown-item:focus {
  background-color: #d4ed00;
  color: #3D2100;
}

.step-content {
  display: none;
}

.step-text {
  display: none;
  text-align: justify;
}

.step-btn:focus,
.step-btn:active {
  outline: none;
  box-shadow: none;
}

.recipe-dropdown {
  font-size: 1.25rem;
  background-color: #8DCEC7;
  border-color: #fffeee;
}

.recipe-dropdown:hover,
.recipe-dropdown:focus {
  background-color: #d4ed00;
  border-color: #fffeee;
  color: #3D2100;
}
