h1 {
    font-weight: bold;
}

h2 {
  font-size: 32px;
  line-height: 44px;
  margin-bottom: 48px;
}

h5 {
  color: gray;
//  align: right;
//  margin-left: 300;
}

.text-white {
  color: #fff;
}

.text-gray {
  color: #222222;
}

span.text-gray a {
  font-weight: 600;
  color: #222222;
}


.feature-box .background-image-holder.overlay:before {
  position: absolute;
  width: 100%;
  height: 10%;
  top: 0px;
  content: '';
//  opacity: 0.3;
  z-index: 2;
//  background-color: #333333;
  z-index: -1;
}

.background-image-holder,
.foreground-image-holder {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-size: cover !important;
  z-index: 0;
  background-position: 50% 50% !important;
}
.background-image-holder.parallax-background {
  height: 120%;
  top: -10%;
}
.hover-background .background-image-holder,
.hover-background .foreground-image-holder {
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
}
