/*========================================================
                        Parallax
=========================================================*/
.parallax {
  line-height: 27px;
  font-size: 15px;
  color: #fff;
}
.parallax > div {
  position: relative;
  padding: 8.6% 0 7.8%;
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
}
.parallax > div.link {
  cursor: pointer;
}
.parallax > div h2 {
  font-size: 130px;
  line-height: 130px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
}
.parallax > div h2 span {
  display: block;
  color: #f15f43;
  text-transform: capitalize;
  font-size: 50px;
  line-height: 50px;
}
.parallax > div a.link {
  position: absolute;
  right: 15px;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #f15f43;
  font-size: 27px;
  line-height: 27px;
  padding: 30px 32px;
}
.parallax > div a.link:hover {
  background-color: #272c32;
}
.parallax p {
  position: relative;
  display: block;
}

/*==============   Responsive Layout&Styles   ===============*/
@media (max-width: 767px) {
  .parallax > div h2 {
    font-size: 91px;
    line-height: 91px;
  }
  .parallax > div h2 span {
    font-size: 35px;
    line-height: 35px;
  }
  .parallax > div a.link {
    right: 15px;
  }
}
@media (max-width: 540px) {
  .parallax > div h2 {
    font-size: 45px;
    line-height: 45px;
  }
  .parallax > div h2 span {
    font-size: 17px;
    line-height: 17px;
  }
}
