/*
 * Homepage
 */

/*
 ** Masthead
 */

.homepage .masthead {
  margin-top: 80px;
  margin-left: 40px;
  margin-right: 40px;
  font-size: 16.714em; /* 234/14 */
  letter-spacing: -10px;
}

/*
 ** Introduction
 */

.homepage .introduction {
  margin-bottom: 140px;
}


/*
 ** Services Summary
 */

.homepage .services-summary {
  margin-bottom: 80px;
}

.homepage .services-summary:after {
  content: "";
  display: table;
  clear: both;
}

.homepage .services-summary .service {
  width: 45%;
  margin-right: 4%;
}

.homepage .services-summary .service .heading {
  padding-left: 40px;
  font-size: 2em; /* 28/14 */
}

.homepage .services-summary .service .heading:before {
  top: 15px;
}


/*
 ** Recent Work
 */

.homepage .recent-work  {
  margin-bottom: 100px;
}

/*
 ** Articles
 */

.homepage .articles .headline {
  margin-bottom: 30px;
}

