/*

ABOUT PAGE

*/
.about .page-splash{
 background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../../images/splash/about.jpg');
}

.about-slj{
  background: #fff;
  color: #444;
  padding-bottom: 100px;
}
.about-slj img{
  padding-bottom: 40px;
}
.about-slj h2{
  font-family: "trajan-sans-pro",sans-serif;
}
.about-slj  p{
  font-size: 16px;
  line-height: 25px;
}