body {
  background: #444;
}

p {
  color: #fff;
}

hr {
  background: #d4a74d;
  height: 2px;
  width: 100%;
  margin: 0;
  margin-bottom: 16px;
}

#index .overlay {
  background-color: #ffffff;
  opacity: .8;
  width: 100%;
  height: 100%;
}

#index .logo {
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 700px;
  padding: 20px;
  width: 100%;
}

.ftco-intro p {
  color: #fff;
  font-size: 20px;
}

#about p {
  color: #fff;
}

#about .overlap h2 {
  margin-bottom: 0;
}

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

#services .ftco-animate h2 {
  margin-bottom: 0;
}

#sale .ftco-animate h2 {
  margin-bottom: 0;
}

#contact .links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#contact .links .btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

#contact .links .btns .btn-link {
  background: #444;
  color: #fff;
  font-size: 20px;
  padding: 4px 16px;
  border-radius: 8px;
  text-align: center;
}

#contact h4 {
  margin-bottom: 0;
  color: #999;
  font-size: 18px;
}

#contact a {
  display: block;
  color: #444;
  font-weight: bolder;
  font-size: 20px;
}

#links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  right: 12px;
  bottom: 12px;
  z-index: 1000;
}

#links a img {
  display: block;
  width: 40px;
  margin: 0 auto;
}

#links a p {
  color: #d4a74d;
  font-weight: bolder;
}
/*# sourceMappingURL=hemusih.css.map */