body {
  font-family: 'Open Sans', sans-serif;
}

.hero {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("bannerImage2.jpg");
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;  
    padding: 75px 0px 75px 0px;
    margin-bottom:20px;
}

h1 {
  font-size: 75px;
  font-family: 'Courgette', cursive;
  text-align: center;
  color: #fff;
}
  
.input-group-rounded .input-group-field {
  border-radius: 5000px 0 0 5000px;
  padding-left: 1rem;
}

.input-group-rounded .input-group-button .button {
  border-radius: 0 5000px 5000px 0;
  font-size: 0.8rem;
}
  input[type=text] {
    width: 10%;
    padding: 5px;
    margin: 4px 0;    
  } 

  .feature {
    text-align: center; 
    margin-bottom: 5px;    
    display: flex;
  }

  .feature-image {
    margin-bottom: 2px;
    max-width: 250px;
    max-height: 250px;
  }
  
  .feature-text {
    margin-bottom: 5px;
  }
  .fieldset {
    display: flex;
    flex-direction: column;
  }  
li {
  text-align: left;
}

#footer{
  height: 80px;
  position: relative;
  bottom: 0px;
  left: 0px;
  padding-top: 10px;
  background-color: #d7ecfa;
  color: grey;
  text-align: center;
  width: 100%;
  font-size: 12px;
  line-height: normal;
}
.label {
  border-radius: 5px;
}
h2 {
  font-family: 'Courgette', cursive;
  text-align: center;
}
#snippet{
  border-style: solid;
  border-width: 1px;
  border-color: rgb(202, 202, 202);
  padding: 20px 20px 20px 20px;
  margin: 0px 0px 20px 0px;
}

#intro {
  text-align: left;
  line-height: 2;
  padding-left: 30px;
}
#ingredients {
  margin-top: 10px;
}

body{
  background-color: orange;
}

.mainBody{
  background-color: whitesmoke;
}.intro {
  margin-right: 10px;
}