html {
  box-shadow: inset 0 62px 196px -20px #d4c9d2; }

body {
  margin: 0;
  padding: 0;
  background-color: #dddbe9;
  font-family: 'Source Sans Pro', sans-serif; }
  body .logo {
    margin-top: 25px;
    text-align: center; }
    body .logo img {
      width: 31px;
      vertical-align: middle;
      margin-bottom: 6px; }
    body .logo h1 {
      display: inline;
      font-weight: 300;
      font-size: 2em;
      vertical-align: middle;
      padding-left: 0.5em;
      color: #000000; }
  body .desc {
    margin: 22px auto;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 19px;
    max-width: 900px;
    line-height: 30px;
    text-align: center; }
  body .projects {
    padding-left: 110px;
    padding-right: 110px;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1400px; }
    body .projects .project {
      display: inline-block;
      -moz-transition: all 0.3s linear;
      -o-transition: all 0.3s linear;
      -webkit-transition: all 0.3s linear;
      transition: all 0.3s linear; }
      @media (min-width: 1000px) {
        body .projects .project.left {
          width: 100%; } }
      body .projects .project.left:hover {
        margin-left: 10px; }
      body .projects .project.left .info {
        margin-left: 22px; }
        body .projects .project.left .info h2 {
          margin-left: 24px; }
        body .projects .project.left .info p {
          margin-left: 35px; }
          body .projects .project.left .info p.btns {
            margin-left: 24px; }
      body .projects .project.right {
        float: right; }
        body .projects .project.right * {
          text-align: right; }
        body .projects .project.right:hover {
          margin-right: 10px; }
        body .projects .project.right .img-wrap-mobile {
          display: none;
          margin-top: 25px; }
        body .projects .project.right .info {
          margin-right: 22px; }
          body .projects .project.right .info h2 {
            margin-right: 24px; }
          body .projects .project.right .info p {
            margin-right: 35px; }
            body .projects .project.right .info p.btns {
              margin-right: 24px; }
      body .projects .project .img-wrap {
        width: 200px;
        height: 200px;
        display: inline-block;
        overflow: hidden;
        border-radius: 200px; }
        body .projects .project .img-wrap img {
          max-width: 300px;
          position: relative;
          float: right; }
      body .projects .project .info {
        display: inline-block;
        vertical-align: top; }
        body .projects .project .info h2 {
          display: inline-block;
          vertical-align: top;
          font-weight: 500;
          font-size: 31px;
          color: #2D2D2D;
          margin-bottom: 10px; }
        body .projects .project .info p {
          font-size: 18px;
          color: #525252; }
          body .projects .project .info p.labels {
            margin-bottom: 16px; }
          body .projects .project .info p.btns .btn {
            color: #FFF;
            background-color: #8E8E8E;
            border-color: #868585; }
            body .projects .project .info p.btns .btn:hover {
              color: #333;
              background-color: #e6e6e6;
              border-color: #adadad; }
  body .bottom-img {
    background-image: url(./img/bg.jpg);
    background-size: cover;
    height: 100vh;
    width: 100%;
    margin-top: -200px;
    background-position: top bottom;
    position: absolute;
    z-index: -1;
    image-rendering: optimizeSpeed;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: optimize-contrast;
    image-rendering: crisp-edges;
    image-rendering: pixelated;
    -ms-interpolation-mode: nearest-neighbor; }
  @media (max-width: 1100px) {
    body .bottom-img {
      margin-top: 200px; }
    body .projects {
      padding: 0; }
      body .projects * {
        text-align: center !important;
        margin-left: 0 !important;
        margin-right: 0 !important; }
      body .projects .project {
        width: 100%; }
        body .projects .project .info {
          display: block; }
      body .projects .project.right .img-wrap {
        display: none; }
        body .projects .project.right .img-wrap.img-wrap-mobile {
          display: inline-block; } }
  @media (max-width: 880px) {
    body .bottom-img {
      background-size: 180vh 100vh; } }

/*# sourceMappingURL=static.css.map */
