@import url("https://fonts.googleapis.com/css2?family=Yellowtail&display=swap");
section {
  overflow: hidden;
}

section h2 {
  position: relative;
  z-index: 1;
}

section h2 span {
  position: absolute;
  left: 0%;
  bottom: 0%;
  -webkit-transform: translate(0%, 8px);
          transform: translate(0%, 8px);
  font-family: 'Yellowtail';
  z-index: -1;
  font-size: 100px;
  font-style: italic;
  color: #ffffff70 !important;
  line-height: 1;
  text-transform: none;
}

h1 {
  color: #000;
}

h2 {
  color: #888888;
  font-weight: bold;
}

#banner .info h3 {
  color: #cdab52;
}

#about p {
  color: #1c1c1c;
}

#services {
  background: url("../pic/1.jpg") no-repeat center/cover;
}

#services .MB-100 {
  margin-bottom: 100px;
}

#services h2 {
  color: #efdf41;
  text-shadow: 3px 3px 0 #000;
}

#services .icon {
  width: 100px;
  height: 100px;
  margin: 0 auto;
  margin-bottom: 60px;
  background: #fff;
}

#services .icon img {
  padding: 8px;
  width: 100%;
}

#services h3 {
  color: #cdab52;
  position: relative;
  text-align: center;
  z-index: 1;
}

#services h3 span {
  position: absolute;
  left: 0%;
  bottom: 0%;
  -webkit-transform: translate(0%, 8px);
          transform: translate(0%, 8px);
  font-family: 'Yellowtail';
  z-index: -1;
  font-size: 100px;
  font-style: italic;
  color: #ffffff40;
  line-height: 1;
}

#services p {
  background: #333333ee;
  color: #cdab52;
  padding: 16px;
  -webkit-box-shadow: 6px 6px 0 #cdab52;
          box-shadow: 6px 6px 0 #cdab52;
}

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

#sale .text h3 {
  color: #000;
}

#price {
  background: #eee;
}

#price img {
  width: 100%;
}

#contact {
  background: url("../pic/4.jpg") no-repeat center/cover;
  padding: 6em 0;
}

@media (max-width: 1200px) and (min-width: 767px) {
  #contact .font-narrow {
    font-size: 20px;
  }
}

#contact .padding-10 {
  padding: 10px;
}

#contact .MB-100 {
  margin-bottom: 100px;
}

#contact .row-reverse {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

#contact h4 {
  color: #cdab52;
  text-shadow: 2px 2px 0 #888;
}

#contact h4 a {
  text-shadow: none;
}
/*# sourceMappingURL=hemusih.css.map */