* {
  box-sizing: border-box; }

/**
 * Reset some basic elements
 */
body, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, hr,
dl, dd, ol, ul, figure {
  margin: 0;
  padding: 0; }

/**
 * Basic styling
 */
body {
  font: 400 18px/1.5 adobe-garamond-pro, serif;
  color: #111;
  background-color: #fdfdfd;
  -webkit-text-size-adjust: 100%;
  -webkit-font-feature-settings: "kern" 1;
  -moz-font-feature-settings: "kern" 1;
  -o-font-feature-settings: "kern" 1;
  font-feature-settings: "kern" 1;
  font-kerning: normal; }

/**
 * Set `margin-bottom` to maintain vertical rhythm
 */
h1, h2, h3, h4, h5, h6,
p, blockquote, pre,
ul, ol, dl, figure,
.highlight {
  margin-bottom: 15px; }

/**
 * Images
 */
img {
  max-width: 100%;
  vertical-align: middle; }

/**
 * Figures
 */
figure > img {
  display: block; }

figcaption {
  font-size: 15.75px; }

/**
 * Lists
 */
ul, ol {
  margin-left: 30px; }

li > ul,
li > ol {
  margin-bottom: 0; }

/**
 * Headings
 */
h1, h2, h3, h4, h5, h6 {
  font-weight: 400; }

/**
 * Links
 */
a {
  color: #2a7ae2;
  text-decoration: none; }
  a:visited {
    color: #1756a9;
    color: #171717; }
  a:hover {
    color: #111;
    text-decoration: underline; }

p a {
  text-decoration: underline; }

/**
 * Blockquotes
 */
blockquote {
  color: #828282;
  border-left: 4px solid #e8e8e8;
  padding-left: 15px;
  font-size: 18px;
  letter-spacing: -1px;
  font-style: italic; }
  blockquote > :last-child {
    margin-bottom: 0; }

/**
 * Code formatting
 */
pre,
code {
  font-size: 15px;
  border: 1px solid #e8e8e8;
  border-radius: 3px;
  background-color: #eef; }

code {
  padding: 1px 5px; }

pre {
  padding: 8px 12px;
  overflow-x: auto; }
  pre > code {
    border: 0;
    padding-right: 0;
    padding-left: 0; }

/**
 * Wrapper
 */
.wrapper {
  max-width: 712px;
  margin: 0 auto;
  position: relative; }

.center {
  text-align: center; }

/**
 * Clearfix
 */
.footer-col-wrapper:after {
  content: "";
  display: table;
  clear: both; }

/**
 * Icons
 */
.icon > svg {
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: middle; }
  .icon > svg path {
    fill: #828282; }

/* ====== NAT'S EDITS ====== */
/* hamburger code */
:root {
  --hamburger_w: 16px;
  --hamburger_h: 1px;
  --hamburger_halfH: calc(var(--hamburger_h) / 2);
  --hamburger_mBetweenLine: 4px; }

#hamburger {
  display: none; }

[for="hamburger"] {
  display: inline-block;
  width: var(--hamburger_w);
  height: calc(var(--hamburger_h) * 3 + var(--hamburger_mBetweenLine) * 2);
  position: relative;
  cursor: pointer;
  transition: .4s;
  position: absolute;
  top: 2px;
  right: 2px; }

.hamburger-line {
  display: block;
  width: var(--hamburger_w);
  height: var(--hamburger_h);
  background: #000;
  border-radius: var(--hamburger_halfH);
  position: absolute;
  left: 0; }

.hamburger-line:nth-of-type(1) {
  top: 0; }

.hamburger-line:nth-of-type(2) {
  top: calc(50% - var(--hamburger_halfH)); }

.hamburger-line:nth-of-type(3) {
  top: calc(100% - var(--hamburger_h)); }

.hamburger-line:nth-of-type(1),
.hamburger-line:nth-of-type(3) {
  transition: transform .2s, top .2s .2s; }

.hamburger-line:nth-of-type(2) {
  transition: 0s .2s; }

#hamburger:checked ~ [for="hamburger"] {
  height: var(--hamburger_w); }

#hamburger:checked ~ [for="hamburger"] .hamburger-line:nth-of-type(2) {
  transform: scale(0);
  transition: 0s .2s; }

#hamburger:checked ~ [for="hamburger"] .hamburger-line:nth-of-type(1),
#hamburger:checked ~ [for="hamburger"] .hamburger-line:nth-of-type(3) {
  top: calc(50% - var(--hamburger_halfH));
  transition: top .2s, transform .2s .2s; }

#hamburger:checked ~ [for="hamburger"] .hamburger-line:nth-of-type(1) {
  transform: rotate(45deg); }

#hamburger:checked ~ [for="hamburger"] .hamburger-line:nth-of-type(3) {
  transform: rotate(-45deg); }

body {
  background: #fff; }
  body.lp {
    height: 100vh;
    overflow: hidden;
    display: flex;
    align-items: center; }
    body.lp main {
      width: 45%;
      margin: 70px 46px 50px; }
      body.lp main h1 {
        font-size: 56px; }
      body.lp main h2 {
        font-size: 12px;
        text-transform: uppercase;
        letter-spacing: 1px;
        margin: 0 0 12px 0;
        font-family: brandon-grotesque, sans-serif; }
  body ul {
    list-style-type: none;
    margin: 0; }

nav {
  /*display: flex;
  justify-content: space-between;*/
  text-align: center;
  margin: 18px;
  position: relative; }
  nav p {
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0 0 12px 0;
    font-weight: 200;
    font-family: brandon-grotesque, sans-serif; }
  nav a.home {
    position: absolute;
    left: 0;
    font-weight: 400;
    font-size: 18px;
    line-height: 1;
    color: rgba(17, 17, 17, 0.8); }
  nav ul {
    margin: 0;
    text-align: right;
    list-style-type: none;
    position: absolute;
    top: 30px;
    display: none; }
    nav ul.open {
      display: block;
      position: absolute;
      right: 0;
      top: 36px; }
    nav ul li {
      position: relative;
      animation-name: fadeIn;
      animation-delay: 0s;
      animation-duration: 0.4s;
      animation-fill-mode: forwards;
      opacity: 0;
      top: -5px; }
      nav ul li:nth-of-type(2) {
        animation-delay: 0.1s; }
      nav ul li:nth-of-type(3) {
        animation-delay: 0.2s; }
      nav ul li:nth-of-type(4) {
        animation-delay: 0.3s; }
      nav ul li a {
        color: rgba(17, 17, 17, 0.7); }

.wrapper {
  width: 712px;
  max-width: 100%;
  margin: 0 auto; }
  .wrapper h1 {
    margin: 30px 0 18px; }

.burger {
  position: absolute;
  right: 0;
  top: 0; }

.img-wrap {
  position: relative;
  margin: 30px 0 40px; }
  .img-wrap .photo-cred {
    position: absolute;
    bottom: 6px;
    left: 6px;
    padding: 4px 8px 2px 14px; }
    .img-wrap .photo-cred img {
      top: -2px; }

@keyframes fadeIn {
  0% {
    opacity: 0;
    top: -5px; }
  100% {
    opacity: 1;
    top: 0; } }
a.photo-cred {
  text-transform: uppercase;
  color: rgba(33, 33, 33, 0.8);
  padding: 4px 8px 4px 14px;
  font-size: 9px;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.7);
  border: 0.5px solid white;
  font-family: brandon-grotesque, sans-serif;
  border-radius: 12px;
  letter-spacing: 0.5px;
  opacity: 0.8; }
  a.photo-cred img {
    position: relative;
    left: -6px;
    top: -1px; }
  a.photo-cred:hover {
    opacity: 1; }

.quote, .quote-wrap {
  margin-bottom: 54px; }
  .quote p:first-child, .quote-wrap p:first-child {
    padding-left: 32px;
    margin-bottom: 6px;
    max-width: 412px;
    background: url(../img/icons/quote.svg) no-repeat top 2px left;
    background-size: 22px; }
  .quote p:last-child, .quote-wrap p:last-child {
    padding-left: 32px;
    font-family: brandon-grotesque, sans-serif;
    text-transform: uppercase;
    font-size: 12px;
    color: #8A8A8A;
    letter-spacing: 1px; }

.lp .quote p:first-child {
  background: url(../img/icons/coder.png) no-repeat top 2px left;
  background-size: 22px; }

.quote-wrap {
  width: 60%;
  margin-bottom: 0; }
  .quote-wrap p:first-child {
    max-width: 100%; }
  .quote-wrap p:last-child {
    margin-bottom: 0; }

.headshot {
  width: 55%;
  height: 100vh;
  background: url(../img/headshot-opt.jpg) no-repeat;
  background-size: cover;
  background-position-y: 80%;
  background-position-x: center;
  position: relative; }
  .headshot .photo-cred {
    position: absolute;
    bottom: 10px;
    left: 10px; }

ul.work {
  font-size: 28px;
  list-style-type: none;
  margin: 0 0 54px 0;
  line-height: 38px; }
  ul.work a {
    text-decoration: none;
    opacity: 0.8;
    color: #181818; }
    ul.work a:hover {
      text-decoration: underline;
      opacity: 1; }

ul.contact {
  display: flex;
  list-style-type: none;
  margin: 0; }
  ul.contact li {
    padding: 5px; }
    ul.contact li a {
      opacity: 0.4; }
      ul.contact li a:hover {
        opacity: 1; }
    ul.contact li:first-child {
      padding-left: 0; }

h3.skill-title {
  font-weight: 600;
  margin-bottom: 6px; }
  h3.skill-title + p {
    position: relative;
    padding-left: 12px; }
    h3.skill-title + p img {
      position: absolute;
      top: 4px;
      left: 0; }

.skill-wrap {
  margin: 20px 0;
  display: flex; }

.skill-block {
  margin-right: 20px;
  max-width: 40%; }

ul.worklist li {
  margin-bottom: 40px; }
ul.worklist.design li {
  margin-bottom: 40px;
  display: flex;
  align-items: center; }
  ul.worklist.design li div.thumb {
    width: 150px;
    height: 200px; }
    ul.worklist.design li div.thumb + div {
      width: calc(100% - 150px);
      padding-left: 20px; }
ul.worklist h3 {
  position: relative;
  font-size: 22px;
  margin-bottom: 0; }
  ul.worklist h3 span {
    position: absolute;
    right: 0;
    top: 7px;
    font-family: brandon-grotesque, sans-serif;
    text-transform: uppercase;
    font-size: 12px;
    color: #8A8A8A;
    letter-spacing: 1px; }
ul.worklist .role {
  font-family: brandon-grotesque, sans-serif;
  text-transform: uppercase;
  font-size: 12px;
  opacity: 0.75;
  letter-spacing: 1px;
  margin-bottom: 10px; }
  ul.worklist .role a {
    color: inherit;
    text-decoration: underline; }

.view {
  font-family: brandon-grotesque, sans-serif;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
  color: rgba(17, 17, 17, 0.7);
  border: 1px solid #171717;
  border-radius: 25px;
  padding: 4px 26px 3px 12px;
  position: relative; }
  .view img {
    position: absolute;
    bottom: 9px;
    right: 12px; }
  .view:hover {
    text-decoration: none;
    /*background: #EFEFFF;*/
    background: #F2F2F2;
    color: #111111; }
  .view.next {
    position: absolute;
    right: 0; }

ul.skills {
  padding-left: 30px;
  list-style-image: url("../img/icons/check.svg"); }

footer {
  padding: 50px 40px;
  /*padding: 20px 40px;*/
  background: #f2f2f2;
  margin-top: 70px;
  display: flex;
  justify-content: space-between;
  /*justify-content: center;*/ }
  footer .quote-wrap {
    font-size: 16px; }

.social-wrap {
  text-align: right;
  /*text-align: center;*/
  display: flex;
  flex-direction: column;
  justify-content: center; }
  .social-wrap p {
    font-family: brandon-grotesque, sans-serif;
    text-transform: uppercase;
    font-size: 12px;
    font-size: 10px;
    opacity: 0.6;
    letter-spacing: 1px;
    margin-bottom: 0px; }

.education .photo-cred {
  bottom: initial;
  top: 6px; }

.title-wrap {
  margin-top: 30px;
  position: relative; }
  .title-wrap h2 {
    background: #fff;
    display: inline-block;
    padding-right: 14px; }
  .title-wrap span {
    position: absolute;
    width: 100%;
    background: #171717;
    height: 1px;
    z-index: -1;
    left: 0;
    top: 18px; }

img.fullscreen {
  margin: 40px auto; }

.img-flow-wrap {
  margin: 30px auto;
  max-width: 950px; }
  .img-flow-wrap.report-card {
    max-width: 690px; }
  .img-flow-wrap.curr-report {
    max-width: 1058px; }

.fav-badges {
  max-width: 650px;
  margin: 0 auto;
  display: block; }

.badge-animation {
  margin: 40px 0; }

main.marbles {
  overflow-x: hidden; }

.subtitle {
  font-family: brandon-grotesque, sans-serif;
  text-transform: uppercase;
  font-size: 12px;
  opacity: 0.6;
  letter-spacing: 1px;
  margin-bottom: 0px; }

.feature-wrap {
  position: relative;
  padding: 90px 0; }
  .feature-wrap h3 {
    font-size: 24px; }
  .feature-wrap .copy-wrap {
    max-width: 60%; }
  .feature-wrap .quote {
    margin-bottom: 0; }
  .feature-wrap img {
    position: absolute;
    right: -65%;
    top: 0; }
  .feature-wrap.alternate {
    display: flex;
    justify-content: flex-end; }
    .feature-wrap.alternate img {
      left: -65%; }

@media (max-width: 768px) {
  body.lp {
    height: inherit;
    overflow: inherit;
    flex-direction: column; }
    body.lp main {
      width: 100%;
      padding: 40px;
      margin: 0; }

  nav ul.open {
    background: #fff;
    z-index: 1;
    padding-left: 20px;
    padding-bottom: 20px; }

  .headshot {
    max-width: 100%;
    width: 100%;
    height: 100vh;
    background: linear-gradient(white, rgba(255, 255, 255, 0.85), rgba(255, 255, 255, 0.6)), url(../img/headshot-opt.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    z-index: -1;
    position: absolute;
    bottom: 0; }

  .lp ul.contact li a {
    opacity: 0.8; }

  .wrapper {
    max-width: 90%; }

  ul.worklist.design li div.thumb {
    display: none; }
    ul.worklist.design li div.thumb + div {
      width: 100%;
      padding: 0; }

  footer {
    flex-direction: column; }

  .quote-wrap {
    width: 100%;
    padding-right: 20px; }

  .social-wrap {
    margin-left: 25px;
    text-align: left;
    margin-top: 30px; }

  .feature-wrap {
    padding: 20px 0; }
    .feature-wrap .quote {
      max-width: 380px;
      margin: 0 auto; }

  .feature-wrap img {
    position: relative;
    /*width: 100%;*/
    left: initial;
    right: initial;
    margin-top: 30px; }

  .feature-wrap .copy-wrap {
    max-width: 100%; }

  .feature-wrap.alternate {
    display: block; }
    .feature-wrap.alternate img {
      margin-top: 30px;
      left: initial;
      right: initial; }

  .headshot .photo-cred {
    display: none; } }
.ccc {
  background: #C2DFF2;
  padding: 40px 0;
  margin: 40px 0;
  text-align: center; }
  .ccc img {
    /*margin: 40px auto;*/
    width: 1047px;
    max-width: 90%; }

.ccc-grab {
  margin: 30px 0; }

img.codemo-design {
  width: 930px;
  max-width: 100%;
  margin-bottom: 30px; }

@media (max-width: 600px) {
  ul.worklist h3 span {
    position: relative;
    right: initial;
    display: block;
    top: initial;
    margin: 2px 0 0; }

  body.lp main h1 {
    font-size: 48px; }

  body.lp .quote {
    display: none; }

  nav p {
    visibility: hidden; } }
/**
 * Site header
 */
.site-header {
  border-top: 5px solid #424242;
  border-bottom: 1px solid #e8e8e8;
  min-height: 56px;
  position: relative; }

.site-title {
  font-size: 26px;
  font-weight: 300;
  line-height: 56px;
  letter-spacing: -1px;
  margin-bottom: 0;
  float: left; }
  .site-title, .site-title:visited {
    color: #424242; }

.site-nav {
  float: right;
  line-height: 56px; }
  .site-nav .menu-icon {
    display: none; }
  .site-nav .page-link {
    color: #111;
    line-height: 1.5; }
    .site-nav .page-link:not(:last-child) {
      margin-right: 20px; }
  @media screen and (max-width: 600px) {
    .site-nav {
      position: absolute;
      top: 9px;
      right: 15px;
      background-color: #fdfdfd;
      border: 1px solid #e8e8e8;
      border-radius: 5px;
      text-align: right; }
      .site-nav .menu-icon {
        display: block;
        float: right;
        width: 36px;
        height: 26px;
        line-height: 0;
        padding-top: 10px;
        text-align: center; }
        .site-nav .menu-icon > svg {
          width: 18px;
          height: 15px; }
          .site-nav .menu-icon > svg path {
            fill: #424242; }
      .site-nav .trigger {
        clear: both;
        display: none; }
      .site-nav:hover .trigger {
        display: block;
        padding-bottom: 5px; }
      .site-nav .page-link {
        display: block;
        padding: 5px 10px;
        margin-left: 20px; }
        .site-nav .page-link:not(:last-child) {
          margin-right: 0; } }

/**
 * Site footer
 */
.site-footer {
  border-top: 1px solid #e8e8e8;
  padding: 30px 0; }

.footer-heading {
  font-size: 18px;
  margin-bottom: 15px; }

.contact-list,
.social-media-list {
  list-style: none;
  margin-left: 0; }

.footer-col-wrapper {
  font-size: 15px;
  color: #828282;
  margin-left: -15px; }

.footer-col {
  float: left;
  margin-bottom: 15px;
  padding-left: 15px; }

.footer-col-1 {
  width: -webkit-calc(35% - (30px / 2));
  width: calc(35% - (30px / 2)); }

.footer-col-2 {
  width: -webkit-calc(20% - (30px / 2));
  width: calc(20% - (30px / 2)); }

.footer-col-3 {
  width: -webkit-calc(45% - (30px / 2));
  width: calc(45% - (30px / 2)); }

@media screen and (max-width: 800px) {
  .footer-col-1,
  .footer-col-2 {
    width: -webkit-calc(50% - (30px / 2));
    width: calc(50% - (30px / 2)); }

  .footer-col-3 {
    width: -webkit-calc(100% - (30px / 2));
    width: calc(100% - (30px / 2)); } }
@media screen and (max-width: 600px) {
  .footer-col {
    float: none;
    width: -webkit-calc(100% - (30px / 2));
    width: calc(100% - (30px / 2)); } }
/**
 * Page content
 */
.page-content {
  padding: 30px 0; }

.page-heading {
  font-size: 20px; }

.post-list {
  margin-left: 0;
  list-style: none; }
  .post-list > li {
    margin-bottom: 30px; }

.post-meta {
  font-size: 15.75px;
  color: #828282; }

.post-link {
  display: block;
  font-size: 24px; }

/**
 * Posts
 */
.post-header {
  margin-bottom: 30px; }

.post-title {
  font-size: 42px;
  letter-spacing: -1px;
  line-height: 1; }
  @media screen and (max-width: 800px) {
    .post-title {
      font-size: 36px; } }

.post-content {
  margin-bottom: 30px; }
  .post-content h2 {
    font-size: 32px; }
    @media screen and (max-width: 800px) {
      .post-content h2 {
        font-size: 28px; } }
  .post-content h3 {
    font-size: 26px; }
    @media screen and (max-width: 800px) {
      .post-content h3 {
        font-size: 22px; } }
  .post-content h4 {
    font-size: 20px; }
    @media screen and (max-width: 800px) {
      .post-content h4 {
        font-size: 18px; } }

/**
 * Syntax highlighting styles
 */
.highlight {
  background: #fff; }
  .highlighter-rouge .highlight {
    background: #eef; }
  .highlight .c {
    color: #998;
    font-style: italic; }
  .highlight .err {
    color: #a61717;
    background-color: #e3d2d2; }
  .highlight .k {
    font-weight: bold; }
  .highlight .o {
    font-weight: bold; }
  .highlight .cm {
    color: #998;
    font-style: italic; }
  .highlight .cp {
    color: #999;
    font-weight: bold; }
  .highlight .c1 {
    color: #998;
    font-style: italic; }
  .highlight .cs {
    color: #999;
    font-weight: bold;
    font-style: italic; }
  .highlight .gd {
    color: #000;
    background-color: #fdd; }
  .highlight .gd .x {
    color: #000;
    background-color: #faa; }
  .highlight .ge {
    font-style: italic; }
  .highlight .gr {
    color: #a00; }
  .highlight .gh {
    color: #999; }
  .highlight .gi {
    color: #000;
    background-color: #dfd; }
  .highlight .gi .x {
    color: #000;
    background-color: #afa; }
  .highlight .go {
    color: #888; }
  .highlight .gp {
    color: #555; }
  .highlight .gs {
    font-weight: bold; }
  .highlight .gu {
    color: #aaa; }
  .highlight .gt {
    color: #a00; }
  .highlight .kc {
    font-weight: bold; }
  .highlight .kd {
    font-weight: bold; }
  .highlight .kp {
    font-weight: bold; }
  .highlight .kr {
    font-weight: bold; }
  .highlight .kt {
    color: #458;
    font-weight: bold; }
  .highlight .m {
    color: #099; }
  .highlight .s {
    color: #d14; }
  .highlight .na {
    color: #008080; }
  .highlight .nb {
    color: #0086B3; }
  .highlight .nc {
    color: #458;
    font-weight: bold; }
  .highlight .no {
    color: #008080; }
  .highlight .ni {
    color: #800080; }
  .highlight .ne {
    color: #900;
    font-weight: bold; }
  .highlight .nf {
    color: #900;
    font-weight: bold; }
  .highlight .nn {
    color: #555; }
  .highlight .nt {
    color: #000080; }
  .highlight .nv {
    color: #008080; }
  .highlight .ow {
    font-weight: bold; }
  .highlight .w {
    color: #bbb; }
  .highlight .mf {
    color: #099; }
  .highlight .mh {
    color: #099; }
  .highlight .mi {
    color: #099; }
  .highlight .mo {
    color: #099; }
  .highlight .sb {
    color: #d14; }
  .highlight .sc {
    color: #d14; }
  .highlight .sd {
    color: #d14; }
  .highlight .s2 {
    color: #d14; }
  .highlight .se {
    color: #d14; }
  .highlight .sh {
    color: #d14; }
  .highlight .si {
    color: #d14; }
  .highlight .sx {
    color: #d14; }
  .highlight .sr {
    color: #009926; }
  .highlight .s1 {
    color: #d14; }
  .highlight .ss {
    color: #990073; }
  .highlight .bp {
    color: #999; }
  .highlight .vc {
    color: #008080; }
  .highlight .vg {
    color: #008080; }
  .highlight .vi {
    color: #008080; }
  .highlight .il {
    color: #099; }
