.btn {
  background: #66452a;
  color: #fff;
}

@media (max-width: 768px) {
  #hero {
    padding-bottom: 0px;
  }
}

@media (max-width: 768px) {
  #about {
    padding-top: 0px;
  }
}

#service {
  background: url("../pic/free/1.jpg") no-repeat center/cover #ccc;
  background-blend-mode: overlay;
}

#service img {
  width: 80px;
  margin: 0 auto 20px auto;
}

#service h4 {
  color: #66452a;
}

#service hr {
  background: #66452a;
  height: 2px;
}

#service p, #service a {
  font-size: 20px;
}

#weddingFlower {
  background: url("../pic/free/2.png") repeat center/contain #eee;
  background-blend-mode: overlay;
}

#flowerLife {
  background: url("../pic/free/3.jpg") no-repeat center/cover;
  background-attachment: fixed;
}

@media (max-width: 768px) {
  #flowerLife {
    background-attachment: unset;
  }
}

#skinoffacecare {
  background: url("../pic/free/2.png") repeat center/contain #eee;
  background-blend-mode: overlay;
}

#praise {
  background: url("../pic/free/1.jpg") no-repeat center/cover #ccc;
  background-blend-mode: overlay;
}

#infos {
  background: url("../pic/free/3.jpg") no-repeat center/cover;
  background-attachment: fixed;
}

@media (max-width: 768px) {
  #infos {
    background-attachment: unset;
  }
}

#infos img {
  width: 40px;
}

#infos a {
  text-decoration: underline;
}

@media (max-width: 768px) {
  #infos a {
    font-size: 16px;
  }
}

#infos a:hover {
  text-decoration: none;
  color: inherit;
}
/*# sourceMappingURL=hemusis.css.map */