/* Global definitions */
html {
  font-family: 'PT Serif', serif;
  font-size:    14px;
}

/* Links */
a {
  color: #808080;
  text-decoration: none;
}

  a:visited {
    color: #808080;
  }
  
  a:hover {
    color: #000000;
  }



/* Structure */
.container {
  margin:    40px auto;
  max-width: 680px;
  width:     100%;
}

  .section {
    margin-left:  20px;
    margin-right: 20px;
  }



/* Testimonial */
.testimonial {
  margin-bottom: 40px;
}

  .testimonial__picture {
    border-radius: 164px;
    zoom: 50%;
    max-width: 322px;
  }

  .testimonial__text {
    border-left: 2px solid #D8D8D8;
    color: #4D4D4D;
    font-size:   17px;
    line-height: 24px;
    margin:       20px auto;
    padding-left: 20px;
  }

    .testimonial__block {
      padding: 10px 0px;
    }

  .testimonial__author {
    color: #808080;
    font-size: 11px;
  }



/* Work */
.work {
  color: #000;
  font-size:   24px;
  font-weight: 400;
  margin-bottom: 40px;
  margin-top: 30px;
}

  .work__block {
    line-height: 32px;
  }

  .work__block.detail, .previous {
    line-height: 14px;
    color: #808080;
    font-size: 11px;
    margin-top: 10px;
  }
  
  .work__block.detail {
    margin-top: 30px;
  }
  
  .work__block.detail a, .previous a {
    line-height: 14px;
    color: #aaa;
  }

  .work__block.detail a:hover, .previous a:hover {
    color: #333;
  }


/* Social */
.social-icon {
  margin-right: 10px;
}