body {
  background: #fff;
}

h1 {
  color: #f088b1;
}

h2 {
  color: #f088b1;
}

h3 {
  color: #f088b1;
}

h4 {
  color: #f088b1;
}

h5 {
  color: #f088b1;
}

h6 {
  color: #f088b1;
}

@media screen and (max-width: 992px) {
  #index {
    padding-top: 0px;
  }
}

#index h1 img {
  display: inline;
  max-width: 400px;
}

@media screen and (max-width: 576px) {
  #index h1 img {
    max-width: 200px;
  }
}

.ftco-intro .wrap .info {
  background: #ffefef;
  padding: 0;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .ftco-intro .wrap .info {
    width: 80%;
  }
}

@media screen and (max-width: 768px) {
  .ftco-intro .wrap .info {
    padding: 0;
  }
}

.ftco-intro .wrap .info .row {
  padding: 20px 20px;
}

@media screen and (max-width: 768px) {
  .ftco-intro .wrap .info .row {
    padding: 50px 20px;
  }
}

.ftco-intro .wrap .info .row h3 {
  color: #f088b1;
}

.ftco-intro .wrap .info .row img {
  width: 16px;
}

.ftco-intro .wrap .info .row .links-icon img {
  width: 24px;
  margin-right: 8px;
}

@media screen and (max-width: 768px) {
  #about .img {
    height: 50vh;
  }
}

#about .overlap {
  background: #fbe5eada;
}

@media screen and (max-width: 768px) {
  #about .overlap {
    padding: 12px;
  }
}

#services {
  background: #fbe5ea;
}

#services h3 {
  background: #fff;
  font-size: 16px;
  line-height: 16px;
  display: inline-block;
  padding: 6px 40px 4px 40px;
  border: 1px solid #f088b1;
  border-radius: 24px;
}

@media screen and (max-width: 768px) {
  #services h3 {
    padding: 4px 0 2px 0;
    width: 100%;
  }
}

#services p {
  margin-bottom: 0;
}

#sale {
  background: #fbe5ea;
}

#contact {
  background: #fbe5ea;
}

#contact .links a {
  background: #fff;
  border-radius: 50%;
}

#contact .links a:hover {
  background: #f088b1;
}

#contact .links a img {
  width: 80px;
  padding: 20px;
}

@media screen and (max-width: 768px) {
  #contact .links a img {
    width: 60px;
    padding: 16px;
  }
}

#contact h5 {
  color: #777;
}

footer {
  background: #fbe5ea;
}

.position-fixed {
  bottom: 12px;
  right: 12px;
  z-index: 3;
}

.position-fixed a img {
  width: 40px;
}

.img-back {
  background: url("../pic/0928/1.jpg");
  height: 100px;
  width: 100%;
}
/*# sourceMappingURL=hemusih.css.map */