body {
  background: url("../pic/back.jpg") repeat center/cover;
  background-attachment: fixed;
}

@media screen and (max-width: 768px) {
  body {
    background: url("../pic/back.jpg") repeat center/contain;
    background-attachment: none;
  }
}

h1 {
  color: #0c6d6b;
}

h2 {
  color: #0c6d6b;
}

h3 {
  color: #0c6d6b;
}

h4 {
  color: #0c6d6b;
}

h5 {
  color: #0c6d6b;
}

h6 {
  color: #0c6d6b;
}

img {
  width: 100%;
}

#ftco-navbar .navbar-brand span {
  color: #3dcdca;
}

#index img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.ftco-intro .wrap .info {
  background: #e0fffb;
}

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

.ftco-intro .wrap .info a {
  margin-right: 12px;
}

.ftco-intro .wrap .info a img {
  width: 24px;
}

#about .one-half .overlap {
  background: url("../pic/2.jpg") no-repeat left/contain;
}

#services {
  background: none;
}

#services .heading-section {
  background: url("../pic/3.png") no-repeat center/contain;
}

#services p {
  margin-bottom: 8px;
}

#sale .heading-section {
  background: url("../pic/3.png") no-repeat center/contain;
}

#praise {
  padding: 3em 0;
}

#praise .heading-section {
  background: url("../pic/3.png") no-repeat center/contain;
}

#contact {
  background: #e0fffb;
}

#contact img {
  width: 20px;
}

footer {
  background: #e0fffb;
}

footer p a {
  color: inherit;
}
/*# sourceMappingURL=hemusih.css.map */