body {
  background: url("../pic/free/2.jpg") repeat center/contain;
}

h2 {
  display: inline-block;
  margin: auto;
  color: #41a579;
  text-shadow: 2px 2px 0 #111;
  position: relative;
}

h2::after {
  content: '';
  z-index: 100;
  top: 50%;
  left: 0;
  -webkit-transform: translate(calc(-100% - 12px), -50%);
          transform: translate(calc(-100% - 12px), -50%);
  width: 40px;
  height: 40px;
  position: absolute;
  background: url("../pic/free/a.png") no-repeat center/cover;
}

h2::before {
  content: '';
  z-index: 100;
  top: 50%;
  right: 0;
  -webkit-transform: translate(calc(100% + 12px), -50%);
          transform: translate(calc(100% + 12px), -50%);
  width: 40px;
  height: 40px;
  position: absolute;
  background: url("../pic/free/a.png") no-repeat center/cover;
}

h3 {
  margin-top: 0;
  margin-bottom: 2rem;
}

#tm-icons .media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#tm-icons .media .media-body {
  width: unset;
  display: inline-block;
}

#about h1 {
  text-shadow: 2px 2px 0 #111;
}

#team .team-title {
  background-attachment: fixed;
}

@media (max-width: 768px) {
  #team .team-title {
    background-attachment: unset;
  }
}

@media (max-width: 768px) {
  #contact {
    background: url(../pic/free/3.jpg) no-repeat;
    background-position: center;
    background-size: cover;
  }
}

#contact .address {
  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;
}

#contact .address hr {
  width: 80%;
  height: 1px;
  background: #41a579;
  margin-left: 0px;
}

#contact .address a {
  color: #41a579;
  font-size: 20px;
}

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