/* general styles */
div.centerContent{
  width: 728px;
}


/*      HEADER      */
header h4{
  height: 60px;
  line-height: 60px;
  font-size: 2.2em;
}

div.menuHolder{
  height: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 1.3em;
}

a.logoHolder{
  width: 400px;
  padding-top: 45px;
}
div.tagHolder{
  margin-top: 30px;
}


/*      CONTENT      */
div.mainContent{
  margin-top: 50px;
  margin-bottom: 40px;
}


div.staff{
  margin-top: 50px;
  padding-top: 50px;
}
div.staffMember,
div.staffMember:nth-child(1),
div.staffMember:nth-child(2){
  width: 40%;
  margin-left: 20px;
  margin-right: 25px;
  margin-bottom: 30px;
}
div.staffMember:nth-child(1) div.imageHolder,
div.staffMember:nth-child(2) div.imageHolder{
  width: 250px;
  height: 250px;
  border-radius: 125px;
}

/*      BLOG      */
div.blogHolder a{
  width: 48%;
  margin-right: 4%;
  margin-bottom: 4%;
}
div.blogHolder a:nth-child(3n){
  margin-right: 4%;
}
div.blogHolder a:nth-child(2n){
  margin-right: 0px;
}
div.blogHolder a:nth-child(3n+1){
  clear: none;
}
div.blogHolder a:nth-child(2n+1){
  clear: both;
}
div.mainContent.blog article{
  width: 100%;
  float: none;
}

div.mainContent.blog aside{
  width: 347px;
  float: none;
  margin-left: auto;
  margin-right: auto;
}

div.mainContent.blog aside div.sideBlock.instagram{
  display: none;
}


/*      FOOTER      */
div.footerInfo{
  padding-bottom: 60px;
}
div.instagramHolder{
  font-size: 0px;
  line-height: 0px;
  position: relative;
}
div.instagramHolder div{
  top: -35px;
}
div.instagramHolder a{
  width: 85px;
  height: 85px;
}

div.copyright{
  padding-top: 70px;
}