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: #F17E93;
}

h2 {
  color: #F17E93;
}

h3 {
  color: #F17E93;
}

h4 {
  color: #F17E93;
}

h5 {
  color: #F17E93;
}

h6 {
  color: #F17E93;
}

img {
  width: 100%;
}

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

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

.ftco-intro {
  margin-bottom: 60px;
}
.ftco-intro .wrap .info {
  width: 100%;
  background: #FBDBE1;
}
.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-color: rgba(255, 249, 214, 0.5);
}

#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: #FBDBE1;
  padding: 20px;
}
#contact img {
  width: 20px;
}

footer {
  background: #FBDBE1;
}
footer p a {
  color: inherit;
}

.menu-wrap {
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.menu-wrap a {
  height: 100%;
  width: 100%;
}
.menu-wrap a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}/*# sourceMappingURL=hemusih.css.map */