* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  color: #3f3f3f;
  font-family: "Inter", serif;
  font-weight: 300;
}
.hide
{
display:none;
}

header {
  /*background-color: #56a49f;*/
  background-color: #317974;
  padding: 10px 90px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  z-index: 10;
  /* position: fixed;
width: 100%; */
}

#hero {
  height: 80vh;
  overflow: hidden;

}

#hero img {

  background-size: cover;
  max-height: 100vh;
  min-width: 100%;
  background-position: center center;
  /* vertical-align: bottom;
position:relative;
top:50%;
transform:translateY(-20%); */
  object-fit: cover;
}

nav {
  align-self: center;
  padding: 10px;
}

nav a {
  color: white;
  text-decoration: none;
  font-family: "Inter", serif;
  padding: 3px 9px;
  font-weight:bold;
}

nav a:hover {
  color: #f9e7dc;
}

h1 {
  font-family: "Lilita One", serif;
  color: #b02e64;
  font-weight: 100;
  font-size: 42px;
  text-align: center;
}

h2 {
  font-family: "Lilita One", serif;
  font-size: 48px;
  color: #317974;
  padding-bottom: 20px;
  padding-top: 32px;
}

h3 {
  font-family: "Lilita One", serif;
  font-weight: 100;
  color: #cb644a;
  font-size: 28px;
  margin: 10px;
}

#pamper h2 {
  font-family: "Inter", serif;
  font-weight: 600;
  font-style: italic;
  color: black;
  font-size: 30px;
  margin: 10px;
  text-align: center;
}

#pamper {
  /*TROUBLE (TRBL)top right bottom left*/
  border-top: 3px white solid;
  border-bottom: 3px white solid;
  display: flex;
}

#pamper div {
  flex: 1 1 330px;
  padding: 50px;
  flex-wrap: wrap;
  justify-content: left;
}

hr {
  border-top: #56a49f 1px solid;
  margin-top: 0;
  margin-bottom: 50px;
  width: 80%;
  margin: auto;
  text-align: center;
}

#pamper p {
  line-height: 120%;
  font-size: 20px;
  font-weight: 300;
  padding-top: 10px;
  text-align: left;
}

.intro {
  flex: 100%;
  text-align: center;
}

#why {
  text-align: center;
  padding: 40px;
}

#why p {
  width: 80%;
  margin: auto;
  font-size: 20px;
  line-height: 120%;
  text-align: left;
}

#why div {
  display: flex;
  column-gap: 5px;
  row-gap: 5px;
  justify-content: center;
  flex-wrap: wrap;
}

#why article {
  width: 230px;
  text-align: center;
  flex-direction: column;
  display: flex;
  flex-direction: column;
}

#why article img {
  width: 220px;
  padding-bottom: 10px;
}

#why article p {
  font-size: 20px;
  font-family: "Inter", serif;
  line-height: 120%;
  padding-top: 10px;
}

#why div {
  background-color: rgb(155, 216, 217, 0.4);
  padding: 30px;
  border-radius: 12px;
}

#Services {
  background-image: url(../images/services.png);
  background-size: cover;
  padding: 40px 100px 300px 100px;
  background-position: center center;
}

#Services div {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 20px;
  margin-top: 50px;
  text-align: center;
  border: 1px solid white;
  border-radius: 12px;
  background-color: rgba(62, 62, 62, 0.3);
}

#Services h2 {
  color: #3f3f3f;
  margin: 0;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 100px;
}

#Services article {
  width: 300px;
  padding: 10px;
  margin: 10px;
}

#Services h3 {
  color: white;
  padding-bottom: 10px;
}

#Services p {
  color: white;
}

#About {
  padding: 60px;
  display: flex;
}

#About div {
  justify-content: center;
  width: 50%;
}

#About p {
  font-size: 20px;
  line-height: 120%;
  text-align: left;
  padding: 20px;
  padding-bottom: 40px;
}

#About img {
  width: 400px;
  margin: 60px;
  margin-top: 20px;
}

#About a {
  background-color: #b02e64;
  color: white;
  text-decoration: none;
  border-radius: 5px;
  padding: 10px;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 0;
  font-size: 20px;
}

#About a:hover {
  background-color: #56a49f;
}

#About h2 {
  /*color: #b02e64;*/
  color: #39948E;
}

#Testimonials {
  background-image: url(../images/Testimonial.png);
  background-size: cover;
  padding: 100px;
}

#Testimonials div {
  display: flex;
  flex-wrap: wrap;
  column-gap: 10px;
  grid-row-gap: 20px;
  justify-content: center;
}

#Testimonials article {
  flex: 1 1 330px;
  padding: 20px;
  margin: 20px;
  background-color: white;
  border: 1px solid #3f3f3f;
  border-radius: 12px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}

#Testimonials p {
  text-align: left;
  font-style: italic;
  padding-left: 0.5em;
  text-indent: -0.5em;
  padding-bottom: 20px;
}

#Testimonials h2 {
  color:#3F3F3F;
}

.photo div {
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  padding: 0px;
  padding-right: 10px;
}

.human div {
  text-align: left;
  margin: 0px;
}

.person div {
  text-align: left;
  padding: 0px;
  margin: 0px;
  padding-left: 10px;
}

.red {
  color: #b02e64;
  font-size: 16px;
  font-weight: 600;
}

ul {
  list-style: none;
}

.fa-star {
  color: #56a49f;
  padding: 2px;
}

#Contact {
  padding: 0px 50px 100px 50px;
  text-align: center;
}

#Contact div {
  background-color: #b02e64;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 50px 0px 50px 0px;
  margin-top: 50px;
  text-align: center;
  border-radius: 12px;
}

#Contact article {
  width: 270px;
  margin: 5px;
  text-align: center;
  color: white;
  font-size: 20px;
}

#Contact h5 {
  color: white;
  font-size: 20px;
  font-weight: 600;
}

#Contact a {
  color: white;
  font-size: 20px;

}

#Contact a:hover {
  color: #d5e8e7;
}

#Contact .fa-envelope {
  font-size: 40px;
  color: #d5e8e7;
  padding: 10px;
}

#Contact .fa-location-dot {
  font-size: 40px;
  color: #d5e8e7;
  padding: 10px;
}

#Contact .fa-phone {
  font-size: 40px;
  color: #d5e8e7;
  padding: 10px;
}

#Contact h2 {
  color: #b02e64;
}

#Contact h3 {
  color: #3f3f3f;
  font-family: "Inter", serif;
  font-weight: 400;
  font-style: italic;
  font-size: 38px;
}

.red2 {
  color: #b02e64;
  font-size: 38px;
  font-weight: 600;
}

.icons {
  align-self: center;
}

.toggle {
  display: none;
}

.active {
  display: flex;
}

/* the following rule will style the bars */
i.fa-bars {
  color: white;
  font-size: 30px;
  align-self: center;
}

/* +++++++++++++++++++++++ tablet +++++++++++++++++++++++ */
@media (max-width: 825px) {
  nav {
      flex-direction: column;
  }

  header {
      padding: 10px 30px;
  }

  h1 {
      font-size: 50px;
      justify-content: center;
      text-align: center;
  }

  h4 {
      font-size: 24px;
      justify-content: center;
      text-align: center;
  }

  .intro {
      margin: 10px;
      text-align: left;
      width: auto;
  }

  #pamper {
      justify-content: center;
  }

  #features {
      padding: 0 40px;
  }

  footer {
      flex: 100%;
      justify-content: center;
  }

  h4 {
      flex: 100%;
      text-align: center;
  }

  #why article {
      width: 330px;
      text-align: center;
      flex-direction: column;
      display: flex;
      flex-direction: column;
      flex: 0 0 330px;
  }

  #why article img {
      width: 320px;
      padding-bottom: 10px;
  }

  #pamper div {
      display: flex;
      flex-wrap: wrap;
      padding: 10px;
  }

  #pamper {
      /*TROUBLE (TRBL)top right bottom left*/
      border-top: 3px white solid;
      border-bottom: 3px white solid;
      display: flex;
      padding: 10px;
      flex-wrap: wrap;
      justify-content: center;
  }

  #Services article {
      width: auto;
  }

  #About {
      padding: 20px;
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
  }

  #About {
      padding: 10px;
      display: flex;
  }

  #About div {
      width: 100%;
      text-align: center;
  }

  #About .info {
      text-align: center;
      margin-left: 0;
  }

  #About img {
      width: 90%;
      margin: 10px;
      text-align: center;
  }

  #About p {
      font-size: 20px;
      line-height: 120%;
      text-align: left;
      padding: 20px;
      padding-bottom: 40px;
  }

  #About div {
      text-align: center;
  }

  #Testimonials {
      background-image: url(../images/Testimonial.png);
      background-size: cover;
      padding: 20px;
  }

  #Testimonials div {
      display: flex;
      flex-wrap: wrap;
      column-gap: 10px;
      grid-row-gap: 20px;
      justify-content: center;
  }

  #Testimonials article {
      flex: 1 1 330px;
      padding: 20px;
      margin: 20px;
      background-color: white;
      border: 1px solid #3f3f3f;
      border-radius: 12px;
      display: flex;
      flex-wrap: wrap;
      flex-direction: column;
  }

  #Testimonials p {
      text-align: left;
      font-style: italic;
      padding-left: 0.5em;
      text-indent: -0.5em;
      padding-bottom: 20px;
  }

  #Testimonials h2 {
      color: white;
  }

  #Contact h3 {
      font-size: 52px;
      font-weight: 600;
  }

  .red2 {
      color: #b02e64;
      font-size: 52px;
      font-weight: 600;
  }

  #Contact article {
      width: 220px;
      margin: 5px;
      text-align: center;
      color: white;
      font-size: 14px;
  }

  #Contact {
      padding: 0px 5px 50px 5px;
      text-align: center;
  }

  #Contact div {
      background-color: #b02e64;
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      padding: 60px;
      margin-top: 20px;
      text-align: center;
  }
  #Contact a {
    font-size:14px;
  }
  #Contact a:hover{
    color: #d5e8e7;
  }

}

/* +++++++++++++++++++++++  mobile +++++++++++++++++++++++ */
@media (max-width: 450px) {
  nav {
      flex-direction: column;
      display: flex;
  }

  /* h3 {
  font-family: "Allison", cursive;
  font-size: 50px;
  color: orange;
  text-align: center;
  margin-top: 40px;
} */
  h4 {
      text-align: center;
      flex: 100%;
  }

  #features {
      padding: 0 32px;
  }

  article {
      flex: 100%;
  }

  #gallery {
      padding: 40px 40px;
  }

  footer span:last-of-type {
      flex: 100%;
  }

  footer {
      justify-content: center;
      flex: 100%;
  }

  footer span {
      text-align: center;
  }

  #why article {
      flex: 0 0 250px;
      margin-bottom: 20px;
      height: auto;
      padding: 15px;
      margin: 10px;
      display: flex;
      flex-wrap: wrap;
      flex-direction: column;
  }

  #why article img {
      width: 80%;
      height: auto;
      padding-bottom: 10px;
  }

  #why {
      text-align: center;
      padding: 0px;
  }

  #why div {
      background-color: rgb(155, 216, 217, 0.4);
      padding: 0px;
      border-radius: 12px;
      margin-bottom: 20px;
      padding: 15px;
  }

  #pamper {
      /*TROUBLE (TRBL)top right bottom left*/
      padding: 10px;
      border-top: 3px white solid;
      border-bottom: 3px white solid;
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
  }

  h1 {
      font-size: 48px;
      justify-content: center;
      text-align: center;
  }

  h4 {
      font-size: 32px;
  }

  #About .intro {
      margin-left: 0;

  }

  #Services article {
      flex: 1 1 430px;
      padding: 10px;
      margin: 10px;
  }

  #Services {
      background-image: url(../images/services.png);
      background-size: cover;
      padding: 40px;
      background-position: center center;
  }

  #Services h2 {
      padding-bottom: 10px;
  }

  #About .intro {
      margin: 10px;
      text-align: center;
      width: auto;
  }

  #About img {
      width: 100%;
      margin: 10px;
      text-align: center;
  }

  #About div {
      width: 100%;
      text-align: center;
  }

  #Testimonials h2 {
      text-align: center;
  }

  #Contact h3 {
      font-size: 30px;
  }

  .red2 {
      color: #b02e64;
      font-size: 30px;
      font-weight: 600;
  }

  #Contact article {
      width: 210px;
  }

  #Contact h4 {
      color: white;
      font-size: 17px;
      font-weight: 600;
  }

  #Contact a {
      color: white;
      font-size: 13px;
  }

}

/* +++++++++++++++++++++++  700 max +++++++++++++++++++++++ */
@media (max-width: 700px) {
  .toggle {
      display: block;
      align-self: center;
  }

  nav {
      flex: 100%;
      display: none;
      text-align: center;
      row-gap: 8px;
  }

  h4 {
      text-align: center;
      font-size: 40px;
      flex: 100%;
  }

  footer {
      justify-content: center;
  }

  footer span:last-of-type {
      flex: 100%;
  }

  #why article {
      flex: 0 0 450px;
      margin-bottom: 20px;
      height: auto;
      padding: 0px;
      display: flex;
      flex-direction: column;
  }

  #why article img {
      width: 90%;
      padding-bottom: 10px;
  }

  #pamper div {
      display: flex;
      flex-wrap: wrap;
  }

  #pamper {
      /*TROUBLE (TRBL)top right bottom left*/
      border-top: 3px white solid;
      border-bottom: 3px white solid;
      display: flex;
      padding: 20px;
      flex-wrap: wrap;
      justify-content: center;
  }

  #Services h2 {
      padding-bottom: 10px;
  }

  #Services article {
      width: auto;
  }

  #About .intro {
      flex: 100%;
      margin: 10px;
      text-align: center;
      width: auto;
  }

  #About img {
      width: 90%;
      margin: 10px;
  }

  #About div {
      width: 100%;
      text-align: center;
  }

  #why article {
      width: 100%;
      text-align: center;
      flex-direction: column;
      display: flex;
      flex-direction: column;
  }

  #why article img {
      width: 90%;
      padding-bottom: 10px;
  }

  #Testimonials h2 {
      text-align: center;
  }

  #Contact h3 {
      font-size: 40px;
      font-weight: 600;
  }

  .red2 {
      color: #b02e64;
      font-size: 40px;
      font-weight: 600;
  }

  #Contact {
      padding: 0px 5px;
      text-align: center;
  }

  #Contact div {
      background-color: #b02e64;
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      margin-top: 50px;
      margin-bottom: 10px;
      text-align: center;
  }

  #Contact h4 {
      color: white;
      font-size: 17px;
      font-weight: 600;
  }

  #Contact a {
      color: white;
      font-size: 17px;

  }

  #Contact article {
      width: 180px;
  }
  #Contact a {
    font-size:14px;
  }
  #Contact a:hover{
    color: #d5e8e7;
  }
}
