/*project gallery reconfigure*/
.project .img {
  width: 15% !important;
  display: none;
  float: right !important;
}

.project .descr {
  width: 85% !important;
  float: left !important;
}

.project dt {
  display: none;
}

.img-border {
   margin-right: 20px;
}

p {
  color: #1a1a1a;
}

.page-id-70 .root {
  background: url('http://customprojects.com.au/wp-content/uploads/2015/08/bobcat.jpg') no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

header p.title {
    color: #1a1a1a;
  font-size: 28px;
}

.content {
    background: rgba(255, 255, 255, 0.8);
}