/* general styles */
body{
  font-size: 14px;
}
div.centerContent,
header div.centerContent{
  width: 728px;
  padding-left: 20px;
  padding-right: 20px;
}

a.orangeButton.bigButton{
  letter-spacing: 2px;
}

/*      HEADER      */
header a.logoHolder{
  width: 165px;
  height: 78px;
}
header.fixed a.logoHolder,
header.forceFixed a.logoHolder{
  width: 150px;
  height: 55px;  
}
header a.logoHolder img{
  top: 20px;
  bottom: 20px;
}
header.fixed a.logoHolder img,
header.forceFixed a.logoHolder img{
  top: 15px;
}
header div.menuButton{
  top: 20px;
  padding-left: 40px;
}
div.menuCloseButton{
  right: 25px;
  top: 25px;
  width: 20px;
  height: 20px;
}
div.menuHolder nav{
  padding-left: 30px;
  padding-top: 60px;
}
div.menuHolder nav ul li ul li{
  padding-left: 20px;
}
div.menuInfo a.phoneLink{
  margin-top: 5px;
}

/*      CONTENT      */
div.content{
  padding-top: 60px;
}
article div.pageTitle h1,
article div.pageTitle h2{
  padding: 25px;
}
article div.pageTitle img{
  width: 50px;
}

article h1.pinkGreyBg,
article .pageTitle h1,
article .pageTitle h2,
article .pinkGreyBg h2,
article .pinkBg h2{
  letter-spacing: 6px;
  margin-bottom: 50px;
}
div.textHolder div.textCol{
  margin-bottom: 50px;
}

/*      HOME    */
div.content.home div.pageHeader{
  padding-top: 0px;
}
div.homeQuote{
  padding-top: 30px;
  padding-bottom: 30px;
}
div.homeBlocks{
  padding-top: 50px;
  padding-bottom: 50px;
}
span.dotLine{
  left: 20px;
  height: 60px;
}
div.homeBlocks div.sideBlock{
  display: none;
}
div.content.home div.mainContent,
div.content.team div.mainContent{
  padding-top: 50px;
  padding-bottom: 60px;
}
div.content.team div.mainContent{
  padding-top: 0px;
}
div.content.contact div.mainText{
  padding-bottom: 50px;
}
div.content.home article div.mainTextCol h1,
div.content.team article div.mainTextCol h2,
div.content.contact article div.mainTextCol h2{
  font-size: 2.5em;
  margin-bottom: 30px;
  margin-top: 30px;
}
div.content.team article div.mainTextCol h2{
  margin-top: 25px;
  margin-bottom: 30px;
}
div.content.contact article div.mainTextCol h2{
  margin-top: 0px;
}
div.content.home div.mainTextCol div.textHolder{
  padding-right: 10%;
  padding-bottom: 30px;
}
div.content.contact div.sideImage{
  padding-left: 0px;
  box-sizing: border-box;
}
div.content div.sideImage img{
  width: 80%;
}

div.content div.sideBg img{
  width: 70px;
  position: absolute;
  left: 50px;
  bottom: -45px;
}
div.content.home div.projectOverview,
div.teamOverview{
  padding-top: 50px;
  padding-bottom: 50px;
}
div.content.home div.projectOverview h2{
  margin-bottom: 30px;
}

/*      TEAM      */
div.teamOverview h2{
  letter-spacing: 6px;
  margin-bottom: 30px;
}
div.teamOverview div.employee div.info{
  padding: 15px;
  padding-left: 40px;
}
div.teamOverview div.employee h3{
  letter-spacing: 2px;
}
div.teamOverview div.employee p{
  letter-spacing: 1px;
  font-size: 0.85em;
}

/*      PROJECTEN   */
div.content.projects div.projectOverview{
  margin-bottom: 50px;
}
article div.projectNav{
  padding: 25px;
  margin-bottom: 40px;
}
div.projectInfo{
  letter-spacing: 2px;
  margin-bottom: 50px;
  margin-top: 20px;
}


/*      BLOGS   */
div.blogOverview{
  margin-bottom: 50px;
}
div.blogHolder a{
  width: 48%;
  margin-right: 4%;
}
div.blogHolder a:nth-child(3n){
  margin-right: 4%;
}
div.blogHolder a:nth-child(2n){
  margin-right: 0px;
}
div.blogHolder a span.blogInfo{
  padding: 15px;
  padding-left: 40px;
  padding-right: 20px;
  margin-bottom: 20px;
  min-height: 92px;
}
div.blogHolder a span.intro{
  min-height: 147px;
}
div.content.blog div.author{
  margin-top: 20px;
  padding-top: 20px;
}

/*      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: 0px;
}

div.footerCol:first-child{
  padding-left: 40px;
}
div.footerCol h3{
  margin-bottom: 10px;
  font-size: 0.65em;
  letter-spacing: 1px;
}
div.copyright div.centerContent{padding: 0px;}
div.copyright{
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 0.65em;
}