body.vanconversions {
  background-image: url("/images/conversions/site_bg.png");
  background-position: bottom center;
  background-color: black;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}

@media only screen and (max-width: 992px) and (min-width: 480px) {
  body.vanconversions {
    background-attachment: scroll;
    background-size: auto;
    background-position: top;
  }
}
@media only screen and (max-width: 480px) {
  body.vanconversions {
    background-attachment: scroll;
    background-size: auto;
    background-position: top;
  }
}
#Top_bar .menu > li > a {
  color: #fff;
}

#Top_bar.is-sticky {
  position: fixed !important;
}

.copyright + .copyright {
  font-size: small;
  line-height: 1.6;
}

.slider-title {
  z-index: 6;
  white-space: nowrap;
  font-size: 60px;
  line-height: 70px;
  color: #fff;
  letter-spacing: 0px;
  font-family: "Raleway", sans-serif;
  font-weight: 100;
}
.slider-title .slider-title-heading {
  font-size: 4rem !important;
  position: absolute;
  transform: translate(10px, -10rem);
}
.slider-title .slider-title-subheading {
  font-size: 2rem !important;
  position: absolute;
  transform: translate(10px, -8.5rem);
}

.column_how_it_works {
  margin: 0 !important;
  padding: 0 1rem;
  width: 47% !important;
  margin-top: 8rem !important;
}
.column_how_it_works .icon {
  font-size: 8rem;
}

.gallery-grayscale .gallery-item img {
  filter: grayscale(1);
}
.gallery-grayscale .gallery-item img:hover {
  filter: grayscale(0);
}

.gallery-sepia .gallery-item img {
  filter: sepia(1);
}
.gallery-sepia .gallery-item img:hover {
  filter: sepia(0);
}

#Top_bar .menu > li:hover {
  background: rgba(86, 86, 86, 0.4);
}