/** Agency Homehero Style **/

.agency-homehero-wrap {
  padding: 18vh 0 10vh 0;
  height: 100vh;
  text-align: center;
  color: #ffffff;
  background-image: url('/wp-content/themes/201803-monetassocies/components/agency-homehero/img/background.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}

.agency-homehero-wrap h1 {
  font-family: "Josefin Sans";
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 8px;
  font-size: 5.5vh !important;
  margin-bottom: 4vh !important;
}

.agency-homehero-wrap img {
  width: 6vh;
}

.agency-homehero-wrap p.number {
  font-family: "Josefin Sans";
  font-size: 4vh;
  letter-spacing: 3px;
  margin-top: 1vh;
  margin-bottom: 0;
}

.agency-homehero-wrap .social {
  margin-bottom: 3vh;
}

.agency-homehero-wrap .social:not(:last-child) {
  border-right-style: dotted;
  border-image-source: url('/wp-content/themes/201803-monetassocies/components/agency-homehero/img/dots.svg');
  border-image-slice: 33% 33%;
  border-image-repeat: round;
  border-right-width: 5px;
}

.agency-homehero-wrap p.title {
  font-family: "Barlow";
  font-weight: 300;
  margin-bottom: 0;
  letter-spacing: 1px;
}

.agency-homehero-wrap hr {
  border-style: dotted;
  border-image-source: url('/wp-content/themes/201803-monetassocies/components/agency-homehero/img/dots.svg');
  border-image-slice: 33% 33%;
  border-image-repeat: round;
  background: none;
  border-top-width: 0;
  border-bottom-width: 5px;
  margin-top: 0;
  margin-bottom: 3vh;
}

@media screen and (max-width: 992px) {
  .agency-homehero-wrap h1 {
    font-size: 4.5vh !important;
  }

  .agency-homehero-wrap p.number {
    font-size: 3.5vh;
  }

  .agency-homehero-wrap p.title {
    font-size: 0.9rem;
  }
}

@media screen and (max-width: 500px) {
  .agency-homehero-wrap h1 {
    font-size: 23px !important;
  }

  .agency-homehero-wrap p.number {
    font-size: 19px;
  }

  .agency-homehero-wrap p.title {
    font-size: 0.8rem;
  }
}
