/** PAGE -- TOP
==============================================*/
.wrap {
  background-image: url(../img/back.png);
  background-position: 50%  0%;
}

.section-hero {
  overflow: hidden;
  position: relative;
  text-align: center;
  padding-bottom: 100px;
}

.section-hero .bgimg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background-image: url(../img/hero-img.jpg); */
  background-size: cover;
  background-position: 50% 20%;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 767px) {
  .section-hero .bgimg {
    /* background-image: url(../img/hero-img-m2x.jpg); */
    background-position: 50% -40px;
  }
}

.section-hero .section-content {
  position: relative;
}

.section-hero .content {
  position: relative;
  color: #fff;
}

.section-hero .page-title {
  max-width: 350px;
  margin: 0 auto;
  margin-top: 1em;
}

.section-hero .page-title img {
  width: 350px;
}

@media only screen and (max-width: 767px) {
  .section-hero .page-title {
    margin-top: 5vw;
    max-width: 400px;
    padding: 0 15%;
  }
  .section-hero .page-title img {
    width: auto;
  }
}

.section-hero .msg {
  font-size: 2.0rem;
  font-weight: bold;
  padding: 2em 0;
}

.section-hero .lead {
  position: absolute;
  bottom: 30px;
  font-size: 2rem;
  transition: opacity 2000ms cubic-bezier(0.215, 0.61, 0.355, 1) 400ms;
  text-align: center;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .section-hero .lead {
    bottom: 30px;
    font-size: 1.1rem;
    width: 100%;
    left: 0;
    font-size: 1.6rem;
    line-height: 2;
  }
}

.section-hero .lead .txt {
  opacity: 0;
}

.section-hero .lead .txt + .txt {
  margin-top: 1em;
}

@media only screen and (max-width: 767px) {
  .section-hero .lead .txt {
    font-size: 1.2rem;
  }
}

.section-hero .lead .marker {
  background: linear-gradient(transparent 0%, #fff 0%);
  padding: 0.3em 0.75em;
}

.section-hero .lead .strong {
  font-weight: bold;
  font-size: 2.0rem;
  margin-bottom: 0.5em;
}

@media only screen and (max-width: 767px) {
  .section-hero .lead .strong {
    font-size: 1.6rem;
  }
}
