* {
  margin: 0px;
  padding: 0px;
  font-family: 'proxima-nova','Helvetica Neue',Arial,Helvetica,sans-serif; }

body {
  display: block;
  background: #fafafa; }

header {
  display: block;
  text-align: center;
  background: #fff;
  border-bottom: solid 1px #dbdbdb;
  color: #444;
  height: 50px;
  margin-bottom: 50px; }
  header:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%; }
  header h1 {
    display: inline-block;
    vertical-align: middle; }
    header h1 img {
      height: 80%; }

.wrapper {
  display: block;
  text-align: center; }
  .wrapper .container {
    display: block;
    width: 840px;
    margin: 0px auto; }
    .wrapper .container:after {
      content: "";
      display: block;
      width: 100%;
      height: 1px;
      clear: both; }
    .wrapper .container .photo {
      display: block;
      width: 260px;
      height: 260px;
      background-color: #fff;
      float: left;
      margin-right: 30px;
      margin-bottom: 30px; }
      .wrapper .container .photo:nth-child(3n) {
        margin-right: 0px; }
      .wrapper .container .photo a {
        display: inline-block;
        width: 100%;
        height: 100%;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: contain; }

footer {
  box-sizing: border-box;
  padding: 30px 0px 50px 0px;
  display: block;
  font-size: 14px;
  text-align: center; }
