/* general styles */
body{
  font-size: 17px;
  line-height: 1.5em;
}
div.centerContent,
header div.centerContent{
  width: 1000px;
  padding-left: 20px;
  padding-right: 20px;
}

/*      HEADER      */
header div.menuButton{
  right: 20px;
}

/*      CONTENT      */
article div.pageTitle h1,
article div.pageTitle h2{
  padding: 40px;
}

article h1.pinkGreyBg,
article .pageTitle h1,
article .pageTitle h2,
article .pinkGreyBg h2,
article .pinkBg h2{
  margin-bottom: 70px;
}

/*      HOME    */
div.homeBlocks{
  padding-top: 70px;
  padding-bottom: 70px;
}
span.dotLine{
  left: 25px;
}
div.homeBlocks div.sideBlock{
  display: none;
}
div.content.home div.mainContent,
div.content.team div.mainContent{
  padding-top: 70px;
  padding-bottom: 70px;
}
div.content.team div.mainContent{
  padding-top: 0px;
}
div.content.contact div.mainText{
  padding-bottom: 70px;
}
div.content.contact div.sideImage{
  padding-left: 40px;
}
div.content.home div.projectOverview,
div.teamOverview{
  padding-top: 60px;
  padding-bottom: 40px;
}

/*      TEAM      */
div.teamOverview h2{
  margin-bottom: 40px;
}

/*      PROJECTEN   */
div.content.projects div.projectOverview{
  margin-bottom: 30px;
}

article div.projectNav{
  padding: 40px;
  margin-bottom: 40px;
}
div.projectInfo{
  margin-bottom: 70px;
  margin-top: 30px;
}

/*      BLOGS   */
div.blogOverview{
  margin-bottom: 70px;
}

/*      FOOTER      */
div.footerBar{
  padding-top: 40px;
  padding-bottom: 40px;
}
div.footerBar div.dotLine{
  left: 40px;
  top: -90px;
  height: 115px;
}
div.footerBar a{
  margin-left: 40px;
}
div.footerCol{
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 40px;
}
div.footerCol:first-child{
  padding-left: 40px;
}
div.footerCol h3{
  margin-bottom: 10px;
  font-size: 0.65em;
}
div.copyright{
  padding-top: 30px;
  padding-bottom: 30px;
}