a {
  color: #fff;
  text-decoration: underline;
}

.body {
  background-image: url('../images/Mercarent.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.section {
  height: 100vh;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, .2);
  padding-top: 0;
  font-family: Montserrat, sans-serif;
}

.container {
  height: 100vh;
  padding: 15px;
}

.heading {
  color: #fff;
  text-shadow: 2px 2px 7px rgba(0, 0, 0, .2);
  margin-top: 10px;
  font-size: 80px;
  font-weight: 700;
  line-height: 90px;
  display: inline-block;
}

.heading.light {
  font-weight: 300;
}

.heading-2 {
  color: #fff;
  margin-bottom: 50px;
  font-weight: 400;
  position: -webkit-sticky;
  position: sticky;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.wrapper {
  padding-top: 50px;
}

@media screen and (max-width: 767px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading {
    font-size: 60px;
  }

  .heading-2 {
    font-size: 20px;
  }
}

@media screen and (max-width: 479px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .heading {
    font-size: 37px;
    line-height: 0;
  }

  .heading-2 {
    font-size: 16px;
  }
}
