/*SSW custom css */

.front .uw-hero-image {
  height: 170px; 
  padding: 60px 0 0 0;
}

.front .uw-hero-image h1 {
  font-family: "Encode Sans Compressed", sans-serif;
  font-weight: 900;
  line-height: 1;
  font-size: 60px;
  text-transform: uppercase;
  top: -150px;
  color: #fff;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
}
.front .uw-hero-image p {
  color: #fff;
  line-height: 1.55;
  -webkit-font-smoothing: auto;
  margin-bottom: 30px;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.8);
}
/*sub page title
.uw-body div.uw-site-title {
  margin-top: 29px;
  margin-bottom: 14.5px;
} */

/*gray overlay
.uw-hero-image:before,
.no-uw-hero-image:before {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 80px;
  width: 100%;
  content: "";
  opacity: .4;
  background: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.8))) 0 0 no-repeat;
} */

/* Style for front page title
<h1 style="color:#ffffff;text-shadow:2px 2px 2px rgba(0, 0, 0, 0.5);">SSW Boundless template</h1> */