/* general styles */
div.centerContent{
  width: 1000px;
}
header h4{
  height: 60px;
  line-height: 60px;
}

a.logoHolder{
  padding-top: 45px;
}

div.tagHolder{
  margin-top: 30px;
}
/*      CONTENT      */
div.mainContent{
  margin-top: 60px;
  margin-bottom: 30px;
}

div.staffMember:nth-child(1),
div.staffMember:nth-child(2){
  width: 40%;
}

/*      BLOG      */
div.mainContent.blog article{
  width: 660px;
}
div.mainContent.blog aside{
  width: 300px;
}


/*      FOOTER      */
div.footerInfo{
  padding-bottom: 80px;
}
div.instagramHolder{
  font-size: 0px;
  line-height: 0px;
  position: relative;
}
div.instagramHolder div{
  top: -50px;
}
div.instagramHolder a{
  width: 120px;
  height: 120px;
}

div.copyright{
  padding-top: 90px;
}