body {
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  font-family: "Helvetica Neue", Helvetica, Arial, Helvetica, sans-serif;
  font-size: 15px;
  line-height: 1.4285714;
  color: #35373c;
}

#recipes-banner {
  background-image: url(../assets/food-safety/slate-tile.jpg);
  background-size: cover;
}
#recipes-banner-content {
  padding-top: 2.5375rem;
  padding-bottom: 3.2rem;
  /* max-width: 1170px; */
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.container-width {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
#recipes-banner-content h1 {
  color: #fff;
  font-size: 4.5rem;
  text-align: center;
  margin-bottom: 1rem;
  font-weight: bold;
}

.form-recipes-fields {
  margin-right: 3.5%;
  text-align: left;
}
.form-recipes-fields label {
  font-weight: bold;
  padding: 0.5rem 0.5625rem;
  color: white;
  text-align: left;
}

#types-header {
  display: flex;
  margin-bottom: 0.625rem;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.type-header-items {
  margin: 0 0.625rem 0.625rem;
  display: flex;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 15px;
  line-height: 1.4285714;
  color: #35373c;
  font-weight: bold;
}
.feature-image {
  position: relative;
}
.featured {
  position: absolute;
  top: 1.875rem;
  right: -1.25rem;
  z-index: 1;
  width: 9.375rem;
  height: 5.4375rem;
}

.card-items {
  text-align: left;
  width: min-content;
  height: min-content;
  background-color: white;
  margin-bottom: 2.375rem;

  box-shadow: 0 0 5px rgb(188, 190, 190);
}
.card-items a {
  color: #35373c;
  text-decoration: none;
}
.card-items-img {
  width: 240px;
  height: 210px;
  overflow: hidden;
}
.card-items-body {
  padding: 1.25rem;
  font-size: 1.5rem;
  font-weight: bold;
}
.card-items-img1 {
  width: 500px;
  height: 210px;
  overflow: hidden;
  top: 50px;
}
.card-items-img1 img:first-child {
  width: 700px;
  height: 300px;
  margin: -85px 0 0 -100px;
}
.card-items-img img {
  width: 400px;
  height: 300px;
  margin: -65px 0 0 -70px;
}

#card-section {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
.main-section {
  padding-top: 3.4375rem;
  padding-bottom: 1.125rem;
  text-align: left;
  font-family: "Helvetica Neue", Helvetica, Arial, Helvetica, sans-serif;
}
.main-section h1 {
  font-weight: bold;
  font-size: 4.5rem;
  color: #35373c;
}
.notfound{
  display:none;
}
.row-items {
  display: flex;
}

.row-items img:first-child {
  box-shadow: 0 0 20px 0 rgb(0 0 0 / 30%);
  /* margin-right: 3.75rem; */
  flex-shrink: 0;
  margin-bottom: 3rem;
}
.row-items p {
  margin-bottom: 12.5px;
}
.item-ingredients {
  margin-left: 3.75rem;
}
.item-ingredients h2 {
  font-weight: bold;
  margin-top: 15px;
}
.item-ingredients a {
  color: #ca4c02;
  text-decoration: none;
  font-weight: bold;
}
.item-ingredients a:hover{
  color: #6d3213;
  text-decoration:underline
 
}
ol li::marker {
  color: #ca4c02;
  font-weight: bold;
}

#form-fields-button {
  align-self: flex-end;
}

#form-fields-button button {
  line-height: 1.4285714;
  border: 2px solid white;
  color: white;
  background-color: transparent;
  font-weight: bold;

  padding: 0.4375rem 1.6875rem;
  font-size: 15px;
  margin-top: 2.2rem;
}
#form-fields-button button:hover {
  color: #ca4c02;
  background-color: #fff;
}
.custom-select {
  position: relative;
  font-family: "Helvetica Neue", Helvetica, Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: bold;
  color: #54565a;
  width: 250px;
}

.custom-select select {
  display: none;
}

.select-selected {
  background-color: white;
  color: #ca4c02;
}


.select-selected:after {
  position: absolute;
  content: "";
  top: 15px;
  right: 10px;
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-color: #ca4c02 transparent transparent transparent;
}


.select-selected.select-arrow-active:after {
  border-color: transparent transparent #ca4c02 transparent;
  top: 6px;
}


.select-items div,
.select-selected {
  padding: 5px 16px;
  border: 1px solid transparent;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
}


.select-items {
  position: absolute;
  background-color: white;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
  max-height: 167px;
  overflow-y: auto;
  width: 100%;
}


.select-hide {
  display: none;
}

.select-items div:hover,
.same-as-selected {
  background-color: #ca4c02;
  color: white;
}
@media print {
  #printer-icon1,#printer-icon2,#printer-icon3,#printer-icon4,#printer-icon5,
  #printer-icon6,#printer-icon7,#printer-icon8,#header-element,#footer-element,#featured,#footer-element,#header-element{
    display: none;
  }
  .main-section h1{
    font-size:2.5rem;
  }
  .row-items{
    flex-direction: column;
  }

}

@media only screen and (min-width: 992px) {
  #form-recipes form {
    display: flex;
    justify-content: center;
    z-index: 0;
  }
 
}
@media only screen and (max-width: 991px) {
  #form-fields-button {
    text-align: left;
  }
  .form-recipes-fields select {
    width: 100%;
  }

  .form-recipes-fields {
    margin-right: 0%;
  }
  .row-items {
    flex-direction: column;
  }
  .row-items img:first-child {
    width: 100%;
  }
  .item-ingredients {
    margin-left: 0;
  }
  .main-section h1 {
    font-size: 2.5rem;
  }
  #recipes-banner-content h1 {
    font-size: 2.25rem;
  }

  #card-section {
    display: block;
  }
  .card-items {
    width: 100%;
    height: auto;
  }
  .card-items-img {
    width: 100%;
    height: auto;
  }

  .card-items-img1 {
    width: 100%;
    height: auto;
  }
  .card-items-img1 img:first-child {
    width: 100%;
    height: auto;
    margin: 0;
  }
  .card-items-img img {
    width: 100%;
    height: auto;
    margin: 0;
  }
}
@media only screen and (max-width: 991px) {
  .custom-select {
    width: 100%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .container-width {
    max-width: 970px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .container-width {
    max-width: 750px;
  }
}
