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

@media screen and (max-width: 768px) {
  body {
    background-attachment: unset;
    background: #111;
  }
}

.color-notice {
  color: #832222;
}

.heading-section h2 {
  color: #d2ab5c;
}

.heading-section h2::after {
  background: #d2ab5c;
}

#loading {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #111;
  z-index: 10;
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
}

#loading .circle {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: #ffe1a4;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#loading .circle h1 {
  line-height: 1;
}

#loading .circle p {
  line-height: 1;
}

.fadout {
  opacity: 0 !important;
}

.clean {
  display: none !important;
}

nav.navbar {
  background: #111 !important;
}

nav.navbar .navbar-brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 24px;
  color: #b6b4bf;
}

@media screen and (max-width: 768px) {
  nav.navbar .navbar-brand {
    font-size: 16px;
  }
}

nav.navbar .navbar-brand span {
  font-size: 40px;
}

@media screen and (max-width: 768px) {
  nav.navbar .navbar-brand span {
    font-size: 24px;
  }
}

#index {
  padding-top: 40px;
}

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

#index img {
  height: 100%;
  width: 100%;
  max-height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

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

.ftco-intro .wrap .info .text h3 {
  margin-bottom: 0;
  color: #d2ab5c;
}

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

.ftco-intro .wrap .info .text a p {
  padding-left: 20px;
  font-size: 20px;
}

.ftco-intro h3, .ftco-intro p, .ftco-intro a.p {
  color: #ffe1a4;
}

.ftco-intro a img {
  width: 24px;
  margin-right: 4px;
}

#about {
  padding-top: 6em;
}

#about h6 {
  color: #ffe1a4;
}

#about .overlap {
  background: #111;
  padding: 3em;
}

@media screen and (max-width: 768px) {
  #about .overlap {
    text-align: center;
  }
}

#about .overlap p {
  color: #ffe1a4;
}

#services {
  background: #111;
  padding-top: 6em;
}

@media screen and (max-width: 768px) {
  #services {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

#services .heading {
  color: #d2ab5c;
}

#services p {
  margin-bottom: 0px;
  color: #ffe1a4;
}

@media screen and (max-width: 768px) {
  #services h4 {
    font-size: 16px;
  }
}

#services .overlap {
  background: #ffe1a4;
  padding: 20px 30px;
}

@media screen and (max-width: 768px) {
  #services .overlap {
    text-align: center;
  }
}

#services .overlap .row div {
  text-align: center;
}

#services .overlap .row div .icon {
  background: #fff;
  margin: 0 auto;
  width: 60px;
  height: 60px;
  padding: 12px;
  border-radius: 50%;
}

#services .overlap .row div h4 {
  color: #333;
  font-size: 20px;
}

@media screen and (max-width: 768px) {
  #services .overlap .row div h4 {
    font-size: 16px;
  }
}

#portfolio {
  padding-top: 6em;
}

#portfolio .text {
  background: #111;
  padding-top: 8px;
}

#portfolio .text h3 {
  color: #ffe1a4;
}

@media screen and (max-width: 768px) {
  #portfolio .text h3 {
    font-size: 16px;
    padding-bottom: 8px;
  }
}

#portfolio .text p {
  color: #d2ab5c;
}

@media screen and (max-width: 768px) {
  #portfolio .text p {
    font-size: 12px;
    padding-bottom: 8px;
  }
}

#contact {
  background: #111;
}

@media screen and (max-width: 768px) {
  #contact {
    text-align: center;
  }
}

#contact h4 {
  color: #d2ab5c;
  font-size: 20px;
}

#contact h4 img {
  width: 20px;
}

#contact h4 a {
  color: #ffe1a4;
  font-size: 28px;
}

@media screen and (max-width: 768px) {
  #contact h4 a {
    font-size: 24px;
  }
}

.ftco-footer {
  background: #111;
}

.ftco-footer p {
  color: #d2ab5c;
}
/*# sourceMappingURL=hemusih.css.map */