@import url(https://fonts.googleapis.com/css?family=Yantramanav:300,400,700,900);
/* HSL */
/* RGB */
/* Components */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
	========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
	========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
	========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: .67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -.5em; }

sub {
  bottom: -.25em; }

/* Embedded content
	========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
	========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace;
  font-size: 1em; }

/* Forms
	========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
/**
  * Address Firefox 4+ setting `line-height` on `input` using `!important` in
  * the UA stylesheet.
*/
input {
  line-height: normal; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: .35em .625em .75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
	========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

@media print {
  @page {
    margin: 1cm; }
  body {
    background-color: #f00; }
  a {
    page-break-inside: avoid; }
  blockquote {
    page-break-inside: avoid; }
  table,
  pre {
    page-break-inside: avoid; }
  ul,
  ol,
  dl {
    page-break-before: avoid; } }

html {
  font: normal 58% 'Yantramanav', Helvetica, Arial, sans-serif;
  line-height: 100%; }
  @media (min-width: 640px) {
    html {
      font-size: 62.5%; } }

body {
  font-size: 18px;
  line-height: 25px; }

a {
  transition: all 400ms; }

a:link,
a:visited {
  cursor: pointer; }

a:hover,
a:active {
  text-decoration: none; }

:focus {
  outline: 5px auto #364652;
  box-shadow: inset 0 0 0 5px #71a4cc; }

:hover,
:active {
  outline: none; }

.text-link {
  color: #9c4f1e;
  text-decoration: none;
  background: linear-gradient(to bottom, #9c4f1e 0%, #9c4f1e 100%);
  background-position: 0 100%;
  background-repeat: repeat-x;
  background-size: 4px 3px; }
  .text-link:hover {
    background-size: 4px 1px; }

h1,
h2,
h3,
h4,
h5,
h6,
.h2,
.h3,
.h5,
.h6 {
  line-height: 1em; }

h1 {
  margin-top: 0;
  margin-bottom: 10px;
  color: #9c4f1e;
  font-size: 2.22em;
  font-weight: 300; }

h2,
.h2 {
  margin-top: 0;
  margin-bottom: 10px;
  color: #364652;
  font-size: 2.778em;
  font-weight: 700; }

h3,
.h3 {
  margin-top: 0;
  margin-bottom: 25px;
  color: #364652;
  font-size: 1.556em;
  font-weight: 700; }

h4 {
  font-size: 1.222em;
  font-weight: 400; }

h5,
.h5 {
  color: #364652;
  font-size: 1.111em;
  font-weight: 500; }

h6,
.h6 {
  font-size: 1em;
  font-weight: 400; }

p,
ul li,
ol li {
  color: #353535;
  font-size: 1em;
  font-weight: 400; }

p {
  margin-bottom: 15px; }

em {
  font-style: italic; }

small {
  font-size: 14px;
  line-height: 19px; }

small.disclaimer {
  color: #6d6d6d; }

strong {
  font-weight: 700; }

header {
  position: relative;
  width: 90%;
  min-height: 1px;
  margin: 0 auto;
  padding-right: 4%;
  padding-left: 4%;
  position: fixed;
  margin: 0 auto;
  padding-top: 5px;
  padding-bottom: 5px;
  z-index: 11;
  background-color: #f3f2eb; }
  @media (min-width: 1480px) {
    header {
      max-width: 1380px;
      padding-right: 0;
      padding-left: 0; } }
  @media (min-width: 768px) {
    header {
      position: relative;
      padding-top: 20px;
      padding-bottom: 20px; } }
  header svg {
    display: inline-block;
    position: relative;
    top: -5px;
    width: 77px;
    height: 77px; }
    @media (min-width: 768px) {
      header svg {
        top: 0;
        width: 92px;
        height: 92px; } }
  header.open-menu .primary-nav {
    right: 0; }
  header.open-menu #menu-icon {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }
  header.open-menu #menu-icon:before,
  header.open-menu #menu-icon:after {
    -webkit-transform: rotate(90deg) !important;
            transform: rotate(90deg) !important; }

.primary-nav {
  position: fixed;
  display: inline-block;
  top: 0;
  right: -100%;
  width: 70%;
  height: 100%;
  min-height: 100vh;
  z-index: 1002;
  transition: right 300ms linear;
  background-color: #f3f2eb;
  box-shadow: 1px 0 20px 0 rgba(0, 0, 0, 0.3);
  text-align: center;
  overflow: hidden; }
  @media (min-width: 640px) {
    .primary-nav {
      width: 60%; } }
  @media (min-width: 768px) {
    .primary-nav {
      position: absolute;
      top: 30%;
      right: 4%;
      width: auto;
      height: auto;
      min-height: 0;
      background-color: transparent;
      box-shadow: none; } }
  .primary-nav ul {
    position: relative;
    display: block;
    top: 125px;
    height: 100%;
    margin: 0;
    padding: 0;
    list-style: none; }
    @media (min-width: 768px) {
      .primary-nav ul {
        top: 0;
        height: auto; } }
    .primary-nav ul li {
      display: block;
      margin-bottom: 24px;
      padding-bottom: 20px;
      font-size: 18px;
      line-height: 22px;
      font-weight: 700; }
      @media (min-width: 768px) {
        .primary-nav ul li {
          display: inline-block;
          padding-bottom: 0;
          margin-right: 30px;
          margin-bottom: 0; } }
      .primary-nav ul li:last-of-type {
        margin-right: 0; }
    .primary-nav ul a:not(.btn) {
      position: relative;
      padding: 13px 19px;
      transition: all 300ms ease;
      z-index: 5;
      color: #364652;
      text-decoration: none; }
      @media (min-width: 768px) {
        .primary-nav ul a:not(.btn) {
          padding-bottom: 20px;
          color: #616f75; } }
      .primary-nav ul a:not(.btn):after {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        width: 0;
        height: 90%;
        transition: all 300ms ease;
        z-index: -1;
        background-color: #616f75;
        border-radius: 2px; }
      .primary-nav ul a:not(.btn):hover {
        text-decoration: underline; }
        @media (min-width: 768px) {
          .primary-nav ul a:not(.btn):hover {
            color: #fff5f2;
            text-decoration: none; }
            .primary-nav ul a:not(.btn):hover:after {
              width: 100%; } }
    .primary-nav ul .btn {
      margin: 0; }

#mobile-menu {
  display: block;
  position: absolute;
  top: 20px;
  right: 4%;
  width: 44px;
  height: 44px;
  padding: 0;
  cursor: pointer; }
  @media (min-width: 768px) {
    #mobile-menu {
      display: none; } }
  #mobile-menu > button {
    display: block;
    position: relative;
    width: 44px;
    height: 44px;
    padding: 0;
    z-index: 1111;
    background: transparent;
    border: 0;
    cursor: pointer; }
  #mobile-menu #menu-icon {
    display: block;
    position: relative;
    width: 44px;
    height: 4px;
    z-index: 1111;
    transition: all 300ms;
    background-color: #353535;
    border-radius: 3px;
    cursor: pointer; }
    @media (min-width: 768px) {
      #mobile-menu #menu-icon {
        display: none; } }
    #mobile-menu #menu-icon:before, #mobile-menu #menu-icon:after {
      content: '';
      position: absolute;
      left: 0;
      width: 100%;
      height: 100%;
      transition: background-color 300ms, -webkit-transform 300ms;
      transition: transform 300ms, background-color 300ms;
      transition: transform 300ms, background-color 300ms, -webkit-transform 300ms;
      background-color: #353535;
      border-radius: 3px;
      cursor: pointer; }
    #mobile-menu #menu-icon:before {
      -webkit-transform: translateY(-13px);
              transform: translateY(-13px); }
    #mobile-menu #menu-icon:after {
      -webkit-transform: translateY(13px);
              transform: translateY(13px); }

footer {
  position: relative;
  width: 90%;
  min-height: 1px;
  margin: 0 auto;
  padding-right: 4%;
  padding-left: 4%;
  padding-top: 60px;
  padding-bottom: 60px;
  text-align: right; }
  @media (min-width: 1480px) {
    footer {
      max-width: 1380px;
      padding-right: 0;
      padding-left: 0; } }
  footer .social {
    display: inline-block;
    position: relative;
    width: 44px;
    height: 44px;
    margin-left: 30px;
    transition: opacity 300ms;
    background-size: 44px; }
    footer .social:hover {
      opacity: .7; }
  footer #linkedin-icon {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFgAAABYCAMAAABGS8AGAAAAM1BMVEX///+cTx6cTx6cTx6cTx6cTx6cTx6cTx6cTx6cTx6cTx6cTx6cTx6cTx6cTx6cTx6cTx5lfOvyAAAAEXRSTlMAIFCAsMDw/xBgoOCQcDBA0IPHyPgAAAKCSURBVHgBtJfhjqwgDIWLUkAGwfd/2psbT3RsrAjDfr82rn4DhwqV6phptuw8cGznydCvhCV+/A2fuIRfrNY/YDvdJjlfwSXTro3+FbFNHaSWeQbMUt0QyOqu65TpQr6uqFvfpsBf1gSpJKcvN7/KYzmHaws9UOw56ImqpMq6KCucaqvGHnCmF+Tz/vDo3d7PDUwOj2zhhdeGhtK00qx7V2pilWbF6wo1UtyjmeHN1EyGmR/qbDPUgdnUqlsw3mYvzBjzpPwDOXSQITD3ARfqptzGvHbVWd0R9nlY+gm7hxHoJIpLoJSmyDG8SAfmdkXn//d9WlKfdo8RAxaxR9++nowhXwd8nXb2gBvE+TrkJKPBGoMGMaaZLpkbkXCPGJN3eJllqeEqcB0lt3z9XW5qBxG1UM5Rhv2c12pnC9TE3hWEY87p7gxm5pUaSUcWEbU2iHzk90ESgzh8Br8wjIjinZCJZGFAkjxb5rgaRbxg35mViOfL++HBTIYrLVjGjRZPvxTjBHo6x1DJjI3mnTjC+2SG0TWJBayKHSGRdjHWSHvyR7EdJ3apTNEfDBNvAbUKyigx6iAqIXeL+dhTwTxInGgnjxMLT1WMF2SkGC8I/42YsQkNFGMTgiCPE2dcx0Y/ToyNXh5N/WJ5NOHwGyeGTzn++8U4/rWGpV+MhkVrsfrFaLGUprBfjKZQa2P7xWhjlca7X4zGW34q6DBY1AvyU0F+3HQiP270z7EK/4qzAwsAYCAIgvH9F50CFvIYuS5u9u2O9UB2+wPZy9vtL6856YoVLIR4ujkDsAnwGAI9QJAKTRXzKpimlO7xvxuQK0hg8UloH7FQdkOh0KTNjzEW5OMLR5lFxk3MzKcAAAAASUVORK5CYII=); }
  footer #jsfiddle-icon {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFgAAABYCAMAAABGS8AGAAAAM1BMVEX///+cTx6cTx6cTx6cTx6cTx6cTx6cTx6cTx6cTx6cTx6cTx6cTx6cTx6cTx6cTx6cTx5lfOvyAAAAEXRSTlMAIFCAsMDw/xBgoOCQcDBA0IPHyPgAAAMSSURBVHgBrJfRgqsgDERBSABB8P+/9j6QRamjSHvnqbva0xCGJKix9GIssRMxWbNo9at8WKMDimvwv1Cte5D9kq0Tu4E46Xns6l5pnUP7TyyRERF9oicSsnG/T1l1yv2O8vY2C3Sipqygcjqx6VU+whGuLepBxR5BL2NuGu8L2uE02jVqy8vqhfLxvn/k7hNrq1rYVe3+BddOWMhbTEbcTU1pQ2TA5aImVfiRTMLNalpZyPTgs12rL6T3W9cFiVe402SJecEPcB5mssEaJ7ior1VgmrevfDZm+LoOq36Srck4e25t/xopl1K0wpLwVtWkwY4iaNpdFW0QvtSn+iNgGlSbOG521IcsAedxPe1kwJr6kNNnarBLe8FvyNpTl3M9x8VkfXZBGFpNs8MyN5YLp88FAUuRPcECyyxHlL72+Su1NngKPmAoTkb1jm+ZSPdTAEd3L42rb2gbmbHXh9qw49a/2CNa0UD4VDWehrkK7q1urKxlzUH1Mq/BHreiRRD5a3DBSTbiYvX/wEqcTHALevB+nraZTKLTRHoxnBD5AONSFmv+F6p/LRebbwjMCpx5v8Oztcm94PLSilaLwPbmzGauQ5T3rShWmXfgcmBrASyWedX1CfnEzsUsKxDlV+Bzgm0rmhyqR7n9oO5fG4J1X3APhxT53E4UPia34PAJ3txpDF0xeLkHYwvbYwmxJjy18p37AObA/OezuPhYPVGs3KG3Z7AcEAyWb/iSq9uon3swWA4INTCumKG7H1l0QPrqKMRrEdL4fp9l5BNEiLcdSjZHyib2catBdHDYGkPx4w1QNq+FfnHTCqDQg9ZkZ7mEWhNopn6f47JHzRS1/zlyzLj9o4HFm/dc628GFjxi6fQqal4LHrEeh8IylFZ3QyEYY+cFxlgweM8LDN74qjAvfFXAl5t5gcuN+lecHVgAEEUxEDyv/6KvgMDC+Okis+GOhc0dCwcybA5kurxhc3nBSVesYCHE0813AJsAjwHQQwSp0FQxr4JpSuke/3cHcgUILCAJ2Yjls5sPhSltPoyxIB//atZXQ4EdI/YAAAAASUVORK5CYII=); }
  footer #dribbble-icon {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFgAAABYCAMAAABGS8AGAAAAM1BMVEX///+cTx6cTx6cTx6cTx6cTx6cTx6cTx6cTx6cTx6cTx6cTx6cTx6cTx6cTx6cTx6cTx5lfOvyAAAAEHRSTlMA8BCAwECgMNAgsOBQYHCQNvuyUQAABFFJREFUeF6lme26rCAIRkcB87vu/2rPs6ciC8ymw8/ZucIXFGJ/xjbVGdPClnCu0+d/LdS4qBZreE+11S835qt9hZ3cMjT3uyaEyyND+k1aVpYDBkBEBMCBZLV/EBtOUgJdtLQ0n8SHp+L6htoLfqjtU4+krjI24+jWIdYeT4MdPgxMdnbA9XpMxlH2t+Rpj3h6nEXES6YbrpEbey6emUZcUz4/WTH3ZOtHbx555O0d1w9k+HmtE9wXZCe5VXBfkWtHJhNelwSjB8gP4kbg8GtclzquefU+Kzo1n+uTcSq7rAxQ9uFULCSlLOVu+E0QPyWreZsW1VB6bdPVvbAuULywkUH5S6Iyp+79nldOuDgce3f+dYeTW5VDscPILrcOh06gDcxfjLx4PJN1kmNpNG60W/ZXuZeWLFHW6A5PhnGTPDzWMVm4bGyTf047pJzZIIMwqctccx7wCxYlY2YuZ1IWOolUooXjYdccvnLpLCtxop+4vG22NRktK8GI9oF43SOwY+ZbEZIUo7IWUQ1duTpjTfMYbJWG5NLAZ8KoSiSxi8qxosQVLEqX1z/ub5gVhZMizkJ7H+rD6p9Qed4UyOp96RTZ6ctbscu80aJYXLZkASnxpo8oUni0tdTeO1ERGbbYCefE4/loXU3b1RmxeoseckI3Bo0SgQqgWRaJZS2o5e7ERYD3YAMgMvEwlHlbFcVWMAg1NTMRZTxILIcbsFGgQH+BEXlrWckn4BaZ0AG1V7chogqQib7F6ldwAvozvcSzGZx/BaNSWYtfpP032AIr/x5s5E2RGywSUSCiOqNS32GQbnp/kfBSFWov3cxFJA4+KXUIab20whlT5CEwHxQtojxOhbFbjtfzIZ1k44r6JTTxyw5uysdu/Ol8GO0S2hSZlAISTtxo2wbNti91SlsAfNHL2g8tt5zPe2kFzepFH9S+Y+KSk0Wn75rnSSrh9sqR1GKKm8vBMLd1KV0eY2t4ThWZth+94H7skXCVNyY7r03kWXPZf0BryP0ucjDS4XmVWG+x+M1xO5ZyrdvbxtRpsbgVyr3BEKpfBH5fSOJvXIhLZz1qjT6L/LGxX9RKW4gmsV5r2nm7xXfStElA6HzbBNMZthzzGv0vcP4kIUn2a+4EKb8+iKGLeq6j8sfiRsinCrX3b2pYWn1Cf3gGR/nPREQFcP8lC24V4Yb+TGHCRTVne5MFEO36go8Hs07zAZWPknw7/gznISlWezNqzWoGdQdjlgAiooNKnSfKomat5cnLS5uMEILFeEOW35PCgMnvuXqQHJNfc939CLL8yi1iBCnJ8qyObV4Et0fG8BwbUHL7ZFOfcqth7rMRvacnWPLL01k26P+UGd0i8MAJc6Bv86McWPNoeza2Y8ysU7MzC1tUZRiNHU283jtUI1O5v9Vt+CFjMMLXIjJTfFq/Q7O9xzI6jbBpjB1GiE3G9SV79hrVz4L6wqjOyDmLOFd6APgHfPeSminzkeUAAAAASUVORK5CYII=); }

body {
  background: #f3f2eb; }

body.error main {
  position: relative;
  width: 90%;
  min-height: 1px;
  margin: 0 auto;
  padding-right: 4%;
  padding-left: 4%; }
  @media (min-width: 1480px) {
    body.error main {
      max-width: 1380px;
      padding-right: 0;
      padding-left: 0; } }
  body.error main div {
    padding-top: 45px; }

main {
  transition: all 400ms; }
  main.open-menu {
    -webkit-filter: blur(4px);
            filter: blur(4px); }

section {
  position: relative;
  width: 90%;
  min-height: 1px;
  margin: 0 auto;
  padding-right: 4%;
  padding-left: 4%;
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px; }
  @media (min-width: 1480px) {
    section {
      max-width: 1380px;
      padding-right: 0;
      padding-left: 0; } }

.btn {
  display: inline-block;
  position: relative;
  margin-top: 30px;
  padding: 15px 20px;
  transition: color 300ms ease;
  z-index: 1;
  border: 1px solid #364652;
  border-radius: 2px;
  color: #364652;
  font-size: 1.8rem;
  line-height: 1.8rem;
  font-weight: 700;
  text-decoration: none; }
  .btn:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 100%;
    transition: width 300ms ease;
    z-index: -1;
    background: #364652; }
  .btn:hover {
    color: #fff5f2; }
    .btn:hover:after {
      width: 100%; }

#hero {
  padding-top: 130px;
  padding-bottom: 120px; }
  @media (min-width: 768px) {
    #hero {
      padding-top: 100px; } }
  #hero svg {
    position: relative;
    top: 50px;
    max-width: 230px;
    margin-bottom: 20px;
    -webkit-animation: helloPosition 880ms ease-in 1 both;
            animation: helloPosition 880ms ease-in 1 both; }
    @media (min-width: 960px) {
      #hero svg {
        max-width: 400px; } }
    #hero svg #hello {
      fill: #364652;
      -webkit-animation: helloFade 900ms ease-in 1 both;
              animation: helloFade 900ms ease-in 1 both; }
  #hero h1 {
    opacity: 0;
    -webkit-animation: h1Fade 540ms ease-in 1 both;
            animation: h1Fade 540ms ease-in 1 both;
    -webkit-animation-delay: 710ms;
            animation-delay: 710ms; }
  #hero p {
    max-width: 553px;
    margin-top: 15px; }

@-webkit-keyframes helloPosition {
  to {
    top: 0; } }

@keyframes helloPosition {
  to {
    top: 0; } }

@-webkit-keyframes helloFade {
  to {
    fill: #364652; } }

@keyframes helloFade {
  to {
    fill: #364652; } }

@-webkit-keyframes h1Fade {
  to {
    opacity: 1; } }

@keyframes h1Fade {
  to {
    opacity: 1; } }

#about p {
  max-width: 660px;
  margin-bottom: 30px; }

#about ul {
  display: inline-block;
  margin: 0 62px 0 0;
  padding: 0 0 0 20px;
  list-style: none; }
  #about ul li {
    position: relative;
    margin-bottom: 10px; }
    #about ul li:before {
      content: '';
      display: inline-block;
      position: absolute;
      top: 8px;
      left: -20px;
      width: 7px;
      height: 7px;
      border-radius: 50%;
      background-color: #9c4f1e; }

#work-hero {
  padding-top: 140px;
  padding-bottom: 0; }
  @media (min-width: 768px) {
    #work-hero {
      padding-top: 80px; } }
  #work-hero h1 {
    font-size: 3em; }
    @media (min-width: 640px) {
      #work-hero h1 {
        font-size: 3.9em; } }
    @media (min-width: 960px) {
      #work-hero h1 {
        font-size: 4.375em; } }
  #work-hero h2 {
    font-size: 1.4em; }
    @media (min-width: 640px) {
      #work-hero h2 {
        font-size: 2em; } }
    @media (min-width: 960px) {
      #work-hero h2 {
        font-size: 2.778em; } }
  #work-hero p {
    max-width: 758px; }

#portfolio {
  display: grid;
  padding-top: 15px;
  grid-template-columns: 1fr; }
  @media (min-width: 960px) {
    #portfolio {
      grid-template-columns: repeat(2, 1fr); } }
  @media (min-width: 1200px) {
    #portfolio {
      grid-template-columns: repeat(3, 1fr); } }
  #portfolio .item {
    position: relative;
    padding: 45px 5% 50px;
    overflow: hidden;
    transition: all ease .4s;
    cursor: pointer;
    background-size: cover;
    background-position: center;
    background-color: #4f6678;
    text-decoration: none; }
    @media (min-width: 1200px) {
      #portfolio .item {
        padding-top: 60px;
        padding-bottom: 65px; } }
    #portfolio .item:nth-of-type(odd) {
      background-color: #364753; }
    #portfolio .item:hover {
      z-index: 1;
      background-color: #26323b; }
    #portfolio .item > * {
      color: #fff5f2; }
  #portfolio h2 {
    font-size: 1.95em; }
  #portfolio h3 {
    margin: 0 0 20px; }
  #portfolio strong {
    display: inline-block;
    width: 65px;
    margin-top: 6px;
    margin-left: -70px;
    text-align: left; }
  #portfolio p {
    margin: 0 0 0 70px;
    line-height: 1.3em; }

#display-work .row {
  padding-bottom: 40px; }
  @media (min-width: 960px) {
    #display-work .row {
      padding-bottom: 85px; } }
  #display-work .row > div {
    display: block; }
    @media (min-width: 960px) {
      #display-work .row > div {
        display: inline-block;
        vertical-align: middle; } }

#display-work .video-container,
#display-work .img-content,
#display-work .content {
  width: 100%; }
  @media (min-width: 960px) {
    #display-work .video-container,
    #display-work .img-content,
    #display-work .content {
      width: 49%; } }

#display-work .video {
  position: relative;
  max-width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden; }
  #display-work .video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

#display-work .img-content img {
  max-width: 100%;
  height: auto; }

@media (min-width: 960px) {
  #display-work .content {
    width: 40%; } }

@media (min-width: 960px) {
  #display-work .content.right {
    padding-left: 5%; } }

@media (min-width: 960px) {
  #display-work .content.left {
    padding-right: 5%; } }

