/**
 * Concise Framework
 * https://github.com/ConciseCSS/concise.css
 *
 * Copyright 2015 Concise Team
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700,800);
@import url(https://fonts.googleapis.com/css?family=Roboto:400,700);
@font-face {
  font-family: 'moon-icons';
  src: url("/fonts/moon-icons.ttf?xht67s") format("truetype"), url("/fonts/moon-icons.woff?xht67s") format("woff"), url("/fonts/moon-icons.svg?xht67s#moon-icons") format("svg");
  font-weight: normal;
  font-style: normal; }
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'moon-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-github:before {
  content: "\e900"; }

.icon-star:before {
  content: "\f005"; }

.icon-check:before {
  content: "\f00c"; }

.icon-close:before {
  content: "\f00d"; }

.icon-remove:before {
  content: "\f00d"; }

.icon-times:before {
  content: "\f00d"; }

.icon-pencil:before {
  content: "\f040"; }

.icon-chevron-left:before {
  content: "\e601"; }

.icon-chevron-right:before {
  content: "\f054"; }

.icon-chevron-down:before {
  content: "\f078"; }

.icon-calendar-o:before {
  content: "\f133"; }

.icon-paper-plane:before {
  content: "\f1d8"; }

.icon-send:before {
  content: "\f1d8"; }

.icon-trash:before {
  content: "\f1f8"; }

.icon-help-with-circle:before {
  content: "\e602"; }

.icon-mail:before {
  content: "\e607"; }

.icon-cog:before {
  content: "\e605"; }

.icon-eye:before {
  content: "\e608"; }

.icon-home:before {
  content: "\e902"; }

.icon-folder:before {
  content: "\e92f"; }

.icon-clock:before {
  content: "\e94f"; }

.icon-bubble:before {
  content: "\e96b"; }

.icon-user:before {
  content: "\e971"; }

.icon-users:before {
  content: "\e972"; }

.icon-search:before {
  content: "\e986"; }

.icon-heart:before {
  content: "\e9da"; }

.icon-google-plus:before {
  content: "\ea88"; }

.icon-facebook:before {
  content: "\ea8c"; }

.icon-twitter:before {
  content: "\ea91"; }

:root {
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-y: scroll;
  text-size-adjust: 100%; }

audio:not([controls]) {
  display: none; }

details {
  display: block; }

input[type="number"] {
  width: auto; }
input[type="search"] {
  -webkit-appearance: textfield; }
  input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }

main,
summary {
  display: block; }

pre {
  overflow: auto; }

progress {
  display: inline-block; }

textarea {
  overflow: auto; }

template,
[hidden] {
  display: none; }

[unselectable] {
  user-select: none; }

:root {
  box-sizing: border-box;
  color: #1d1d1d;
  cursor: default;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  text-rendering: optimizeLegibility;
  vertical-align: top; }
  @media (min-width: 30em) {
    :root {
      font-size: 16px; } }

*,
::after,
::before {
  box-sizing: inherit;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  text-decoration: inherit;
  vertical-align: inherit; }

* {
  cursor: inherit;
  margin: 0;
  padding: 0; }

body {
  background-color: white; }

a,
button,
input,
select,
textarea {
  cursor: initial; }

*[dir="rl;"] {
  direction: rtl;
  unicode-bidi: embed; }

bdo[dir="ltr"],
bdo[dir="rtl"] {
  unicode-bidi: bidi-override; }

bdo[dir="ltr"] {
  direction: ltr; }

bdo[dir="rtl"] {
  direction: rtl; }

hr {
  border: 0;
  border-top: 1px solid #e0e0e0;
  display: block;
  height: 1px;
  margin: 20px 0; }

figure {
  margin: 24px 1em; }

figcaption {
  color: #666;
  font-style: italic;
  text-align: center; }

::selection {
  background-color: #d6d6d6; }

::-moz-selection {
  background-color: #d6d6d6; }

blockquote {
  border-left: 1px solid #e0e0e0;
  color: #666;
  margin-bottom: 20px;
  padding: 0 1em; }
  blockquote cite,
  blockquote footer {
    display: block;
    font-size: 80%;
    font-style: italic;
    margin-top: 10px; }
  blockquote cite:before,
  blockquote footer:before {
    content: "\2014 \00A0"; }

.blockquote--reverse {
  border-left: none;
  border-right: 1px solid #e0e0e0;
  text-align: right; }

button,
.button {
  background-color: #4591aa;
  border: none;
  color: white;
  cursor: pointer;
  display: inline-block;
  line-height: 48px;
  overflow: visible;
  padding: 0 2.5em;
  text-align: center;
  text-decoration: none;
  transition: 150ms;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap; }
  button:hover, button:focus,
  .button:hover,
  .button:focus {
    background-color: #75b3c7;
    color: inherit;
    text-decoration: none; }
  button:focus, button:active,
  .button:focus,
  .button:active {
    outline: none; }
  button:active,
  .button:active {
    background-color: #63a8bf; }
  button[disabled],
  .button[disabled] {
    background-color: gainsboro;
    color: white;
    cursor: not-allowed; }

.button--muted {
  background-color: #aaa; }
  .button--muted:hover, .button--muted:focus {
    background-color: #d0d0d0; }
  .button--muted:active {
    background-color: #c4c4c4; }

.button--primary {
  background-color: #4591aa; }
  .button--primary:hover, .button--primary:focus {
    background-color: #75b3c7; }
  .button--primary:active {
    background-color: #63a8bf; }

.button--success {
  background-color: #45ca69; }
  .button--success:hover, .button--success:focus {
    background-color: #81db99; }
  .button--success:active {
    background-color: #6dd589; }

.button--warning {
  background-color: #ffb800; }
  .button--warning:hover, .button--warning:focus {
    background-color: #ffcd4d; }
  .button--warning:active {
    background-color: #ffc633; }

.button--error {
  background-color: #ca4829; }
  .button--error:hover, .button--error:focus {
    background-color: #df7961; }
  .button--error:active {
    background-color: #db674b; }

.button--xsm {
  font-size: 0.75em;
  line-height: 32px;
  padding: 0 1.5em; }

.button--sm {
  font-size: 0.875em;
  line-height: 40px;
  padding: 0 2em; }

.button--lg {
  font-size: 1.125em;
  line-height: 56px;
  padding: 0 3em; }

.button--xlg {
  font-size: 1.125em;
  line-height: 64px;
  padding: 0 3.5em; }

.button--full {
  width: 100%; }

.button--pill {
  border-radius: 25px; }

.button--flat {
  background-color: transparent;
  color: #1d1d1d; }
  .button--flat:hover {
    background-color: rgba(0, 0, 0, 0.1);
    color: #1d1d1d; }
  .button--flat[disabled] {
    background-color: transparent;
    color: #666; }

.button--collapse {
  width: 100%; }
  @media (min-width: 30em) {
    .button--collapse {
      width: auto; } }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6,
.giga, .mega, .kilo {
  color: #222;
  font-family: "Open Sans", "Arial", sans-serif;
  line-height: 1.25em; }
  h1 small,
  h1 .small, h2 small,
  h2 .small, h3 small,
  h3 .small, h4 small,
  h4 .small, h5 small,
  h5 .small, h6 small,
  h6 .small,
  .h1 small,
  .h1 .small, .h2 small,
  .h2 .small, .h3 small,
  .h3 .small, .h4 small,
  .h4 .small, .h5 small,
  .h5 .small, .h6 small,
  .h6 .small,
  .giga small,
  .giga .small, .mega small,
  .mega .small, .kilo small,
  .kilo .small {
    color: #666;
    font-weight: lighter;
    vertical-align: 0; }

h1, h2, h3,
.h1, .h2, .h3,
.giga, .mega, .kilo {
  margin: 20px 0 10px; }
  h1 small,
  h1 .small, h2 small,
  h2 .small, h3 small,
  h3 .small,
  .h1 small,
  .h1 .small, .h2 small,
  .h2 .small, .h3 small,
  .h3 .small,
  .giga small,
  .giga .small, .mega small,
  .mega .small, .kilo small,
  .kilo .small {
    font-size: 65%; }

h4, h5, h6,
.h4, .h5, .h6 {
  margin: 10px 0; }
  h4 small,
  h4 .small, h5 small,
  h5 .small, h6 small,
  h6 .small,
  .h4 small,
  .h4 .small, .h5 small,
  .h5 .small, .h6 small,
  .h6 .small {
    font-size: 75%; }

h1,
.h1 {
  font-size: 1.3125em; }
  @media (min-width: 48em) {
    h1,
    .h1 {
      font-size: 1.75em; } }

h2,
.h2 {
  font-size: 1.21875em; }
  @media (min-width: 48em) {
    h2,
    .h2 {
      font-size: 1.625em; } }

h3,
.h3 {
  font-size: 1.125em; }
  @media (min-width: 48em) {
    h3,
    .h3 {
      font-size: 1.5em; } }

h4,
.h4 {
  font-size: 1.125em; }

h5,
.h5 {
  font-size: 1em; }

h6,
.h6 {
  font-size: 0.875em; }

.giga {
  font-size: 3.75em; }
  @media (min-width: 48em) {
    .giga {
      font-size: 5em; } }

.mega {
  font-size: 3em; }
  @media (min-width: 48em) {
    .mega {
      font-size: 4em; } }

.kilo {
  font-size: 2.4375em; }
  @media (min-width: 48em) {
    .kilo {
      font-size: 3.25em; } }

ul,
ol {
  padding-left: 1.5em;
  margin-bottom: 10px; }
  ul ul,
  ul ol,
  ol ul,
  ol ol {
    margin-bottom: 0; }

ul ul {
  list-style-type: square; }
ul ol {
  list-style-type: lower-roman; }

ol ol {
  list-style-type: lower-roman; }
ol ul {
  list-style-type: square; }

.list--unstyled {
  list-style: none;
  padding-left: 0; }
  .list--unstyled li {
    padding-left: 0; }

.list--inline {
  padding-left: 0; }
  .list--inline li {
    display: inline;
    list-style: none;
    padding-left: 1.5em; }
    .list--inline li:first-child {
      padding-left: 0; }

dl {
  margin-bottom: 24px; }

dt {
  font-weight: bold; }

dt,
dd {
  margin-bottom: 10px; }

@media (min-width: 60em) {
  .dl--horizontal dt {
    clear: left;
    float: left;
    overflow: hidden;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 150px; }
  .dl--horizontal dd {
    margin-left: 165px; }
    .dl--horizontal dd:before, .dl--horizontal dd:after {
      content: "";
      display: table; }
    .dl--horizontal dd:after {
      clear: both; } }

i,
em,
.italic {
  font-style: italic; }

b,
strong,
.bold {
  font-weight: bold; }

small,
.small {
  font-size: 75%;
  vertical-align: text-bottom; }

p {
  margin-bottom: 10px; }

a {
  background-color: transparent;
  color: #4591aa;
  cursor: pointer;
  text-decoration: none;
  transition: 150ms; }
  a:hover, a:focus {
    color: #2f6374; }

h1 a, h2 a, h3 a,
.h1 a, .h2 a, .h3 a {
  color: #1d1d1d; }
  h1 a:hover, h1 a:focus, h2 a:hover, h2 a:focus, h3 a:hover, h3 a:focus,
  .h1 a:hover,
  .h1 a:focus, .h2 a:hover, .h2 a:focus, .h3 a:hover, .h3 a:focus {
    color: #4591aa;
    text-decoration: none; }

abbr[title] {
  border-bottom: 1px dotted #e0e0e0;
  cursor: help; }

code,
pre,
kbd,
samp {
  font-family: "Consolas", monospace;
  font-size: 0.875em; }

pre {
  padding: 16px 1.5em; }

code {
  vertical-align: middle;
  white-space: nowrap; }

code,
pre {
  background-color: #f5f5f5;
  border: 1px solid #e0e0e0;
  border-radius: 3px;
  color: #101010;
  margin-bottom: 24px; }

code {
  padding: 2px 3px; }

pre code {
  background-color: transparent;
  border: none;
  padding: 0;
  vertical-align: inherit;
  white-space: pre; }

.pre--flat {
  background-color: transparent;
  border: 0;
  border-radius: none;
  padding: 0; }

kbd {
  background-color: transparent;
  border: 1px solid #e0e0e0;
  border-radius: 3px;
  box-shadow: 0 2px 0 -1px white, 0 2px 0 gainsboro;
  display: inline-block;
  line-height: 1.75;
  margin: -3px 2px 0;
  padding: 2px 6px 0;
  white-space: nowrap; }

address {
  font-style: normal; }

[container] {
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 1200px;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%; }

[row] {
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 0; }
  [row]:before, [row]:after {
    content: "";
    display: table; }
  [row]:after {
    clear: both; }

[column] {
  box-sizing: border-box;
  float: left;
  margin-bottom: 0;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px; }

@media (min-width: 48em) {
  [column~="1"] {
    width: 8.33333%; }

  [column~="2"] {
    width: 16.66667%; }

  [column~="3"] {
    width: 25%; }

  [column~="4"] {
    width: 33.33333%; }

  [column~="5"] {
    width: 41.66667%; }

  [column~="6"] {
    width: 50%; }

  [column~="7"] {
    width: 58.33333%; }

  [column~="8"] {
    width: 66.66667%; }

  [column~="9"] {
    width: 75%; }

  [column~="10"] {
    width: 83.33333%; }

  [column~="11"] {
    width: 91.66667%; }

  [column~="12"] {
    width: 100%; }

  [column~="+1"] {
    margin-left: 8.33333%; }

  [column~="+2"] {
    margin-left: 16.66667%; }

  [column~="+3"] {
    margin-left: 25%; }

  [column~="+4"] {
    margin-left: 33.33333%; }

  [column~="+5"] {
    margin-left: 41.66667%; }

  [column~="+6"] {
    margin-left: 50%; }

  [column~="+7"] {
    margin-left: 58.33333%; }

  [column~="+8"] {
    margin-left: 66.66667%; }

  [column~="+9"] {
    margin-left: 75%; }

  [column~="+10"] {
    margin-left: 83.33333%; }

  [column~="+11"] {
    margin-left: 91.66667%; } }
.text--muted {
  color: #aaa !important; }

.bg--muted {
  background-color: #aaa !important; }

.text--primary {
  color: #4591aa !important; }

.bg--primary {
  background-color: #4591aa !important; }

.text--success {
  color: #45ca69 !important; }

.bg--success {
  background-color: #45ca69 !important; }

.text--warning {
  color: #ffb800 !important; }

.bg--warning {
  background-color: #ffb800 !important; }

.text--error {
  color: #ca4829 !important; }

.bg--error {
  background-color: #ca4829 !important; }

.show--xsm,
.hide--sm,
.hide--md,
.hide--lg,
.hide--xlg,
.hide--print,
.hide--hd {
  display: block;
  visibility: visible; }

.hide--xsm,
.show--sm,
.show--md,
.show--lg,
.show--xlg,
.show--print,
.show--hd {
  display: none;
  visibility: hidden; }

@media (min-width: 48em) {
  .show--sm,
  .hide--xsm,
  .hide--md,
  .hide--lg,
  .hide--xlg {
    display: block;
    visibility: visible; }

  .hide--sm,
  .show--xsm,
  .show--md,
  .show--lg,
  .show--xlg {
    display: none;
    visibility: hidden; } }
@media (min-width: 60em) {
  .show--md,
  .hide--sm,
  .hide--xsm,
  .hide--lg,
  .hide--xlg {
    display: block;
    visibility: visible; }

  .hide--md,
  .show--sm,
  .show--xsm,
  .show--lg,
  .show--xlg {
    display: none;
    visibility: hidden; } }
@media (min-width: 70em) {
  .show--lg,
  .hide--xsm,
  .hide--sm,
  .hide--md,
  .hide--xlg {
    display: block;
    visibility: visible; }

  .hide--lg,
  .show--xsm,
  .show--sm,
  .show--md,
  .show--xlg {
    display: none;
    visibility: hidden; } }
@media (min-width: 80em) {
  .show--xlg,
  .hide--xsm,
  .hide--sm,
  .hide--md,
  .hide--lg {
    display: block;
    visibility: visible; }

  .hide--xlg,
  .show--xsm,
  .show--sm,
  .show--md,
  .show--lg {
    display: none;
    visibility: hidden; } }
@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  .show--hd {
    display: block;
    visibility: visible; }

  .hide--hd {
    display: none;
    visibility: hidden; } }
.text--left {
  text-align: left; }

.text--center {
  text-align: center; }

.text--right {
  text-align: right; }

.text--justify {
  text-align: justify; }

.float--none {
  float: none; }

.float--right {
  float: right; }

.float--left {
  float: left; }

.clearfix:before, .clearfix:after {
  content: "";
  display: table; }
.clearfix:after {
  clear: both; }

.center--all {
  left: 50%;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%); }

.media--fluid, .proj-row figure img {
  max-width: 100%;
  height: auto; }

.screenreader {
  border: 0 none;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }
  .screenreader:active, .screenreader:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto; }

/* == RESETS == */
h1, h2, h3 {
  margin-top: 0; }

/* == General, Re-usable == */
.img-shadow {
  -webkit-box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.5); }

nav:before, nav:after {
  content: "";
  display: table; }
nav:after {
  clear: both; }
nav ul {
  list-style-type: none; }
  nav ul li {
    float: left; }

.pagination {
  font-family: "Open Sans", "Arial", sans-serif;
  font-weight: 700; }
  .pagination ul {
    padding: 0; }
    .pagination ul:before, .pagination ul:after {
      content: "";
      display: table; }
    .pagination ul:after {
      clear: both; }
    .pagination ul li {
      margin-left: 7px;
      line-height: 34px; }
      .pagination ul li:first-child {
        margin-left: 0; }
      .pagination ul li > :first-child {
        width: 36px;
        height: 36px;
        display: inline-block;
        text-align: center;
        border-radius: 20px; }
      .pagination ul li.pn > :first-child {
        line-height: 36px;
        border: none; }
      .pagination ul li s {
        color: #c4c4c4; }
      .pagination ul li.active em {
        font-style: normal; }
      .pagination ul li a:hover {
        background-color: #f2f2f2; }

/* == Site == */
html, body {
  height: 100%; }

body {
  background-color: #eaeaea; }

.page-wrapper {
  width: 100%;
  max-width: 1100px;
  min-height: 100%;
  margin-bottom: -90px;
  background-color: #fff;
  box-shadow: 7px 0px 5px -4px rgba(0, 0, 0, 0.27); }
  .page-wrapper:before, .page-wrapper:after {
    content: "";
    display: table; }
  .page-wrapper:after {
    clear: both; }
  @media only screen and (min-width: 30em) {
    .page-wrapper {
      margin-bottom: -45px; } }
  .page-wrapper:after {
    content: "";
    display: block; }
  .page-wrapper > header {
    padding: 22px 0 8px;
    border-bottom: 1px solid #949494; }
    .page-wrapper > header:before, .page-wrapper > header:after {
      content: "";
      display: table; }
    .page-wrapper > header:after {
      clear: both; }
    .page-wrapper > header h1 {
      box-sizing: border-box;
      float: left;
      margin-bottom: 0;
      width: 100%;
      padding-left: 15px;
      padding-right: 15px;
      font-size: 1.4375em;
      font-weight: 800;
      text-transform: uppercase;
      color: #62a3da; }
      .page-wrapper > header h1 a {
        color: #62a3da; }
      .page-wrapper > header h1 span {
        display: block;
        font-weight: 400;
        font-size: 16px;
        color: #1d1d1d;
        text-transform: initial;
        vertical-align: text-bottom; }
      @media only screen and (min-width: 667px) {
        .page-wrapper > header h1 span {
          margin-left: 15px;
          display: inline; } }
      @media only screen and (min-width: 48em) {
        .page-wrapper > header h1 {
          font-size: 1.5em; } }
      @media only screen and (min-width: 60em) {
        .page-wrapper > header h1 {
          padding-left: 30px;
          font-size: 1.625em; } }
    @media only screen and (min-width: 48em) {
      .page-wrapper > header {
        padding: 43px 0 8px; } }

.site-nav {
  margin-bottom: 20px;
  padding-top: 25px;
  display: block;
  border-top: 4px solid #c4c4c4; }
  .site-nav ul {
    box-sizing: border-box;
    float: left;
    margin-bottom: 0;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 3px;
    border-bottom: 2px solid #ddd; }
    .site-nav ul li {
      margin-left: 10px;
      font-family: "Open Sans", "Arial", sans-serif;
      font-size: 1.125em; }
      .site-nav ul li:first-child {
        margin-left: 0; }
      .site-nav ul li a {
        font-weight: 800;
        color: #767277; }
        .site-nav ul li a:hover {
          color: #eb7d12; }
      #portfolio .site-nav ul li.portfolio a, #about .site-nav ul li.about a {
        font-weight: 800;
        text-transform: uppercase;
        color: #62a3da; }
  @media only screen and (min-width: 48em) {
    .site-nav ul {
      border: none; } }
  @media only screen and (min-width: 60em) {
    .site-nav ul {
      padding-left: 30px; }
      .site-nav ul li {
        margin-left: 15px;
        font-size: 1.1875em; } }

main {
  margin-bottom: 45px; }
  main:before, main:after {
    content: "";
    display: table; }
  main:after {
    clear: both; }
  main .proj-row > .left-col {
    box-sizing: border-box;
    float: left;
    margin-bottom: 0;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px; }
    @media (min-width: 48em) {
      main .proj-row > .left-col {
        width: 25%; } }
    @media only screen and (min-width: 60em) {
      main .proj-row > .left-col {
        padding-left: 30px; } }
  main .proj-row > .right-col {
    box-sizing: border-box;
    float: left;
    margin-bottom: 0;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px; }
    @media (min-width: 48em) {
      main .proj-row > .right-col {
        width: 75%; } }
    @media only screen and (min-width: 30em) {
      main .proj-row > .right-col .left-col,
      main .proj-row > .right-col .right-col {
        box-sizing: border-box;
        float: left;
        margin-bottom: 0;
        width: 100%;
        width: 50%; } }
  @media only screen and (min-width: 30em) and (min-width: 48em) {
    main .proj-row > .right-col .left-col,
    main .proj-row > .right-col .right-col {
      width: 50%; } }
    @media only screen and (min-width: 30em) {
      main .proj-row > .right-col .left-col {
        padding-right: 8px; }
      main .proj-row > .right-col .right-col {
        padding-left: 8px; } }
    @media only screen and (min-width: 60em) {
      main .proj-row > .right-col {
        padding-right: 30px; } }
  main .pagination {
    box-sizing: border-box;
    float: left;
    margin-bottom: 0;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px;
    padding-top: 10px;
    padding-bottom: 10px; }
    main .pagination ul {
      margin-left: -12px; }
    @media only screen and (min-width: 48em) {
      main .pagination {
        box-sizing: border-box;
        float: left;
        margin-bottom: 0;
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
        margin-left: 25%; } }
  @media only screen and (min-width: 48em) and (min-width: 48em) {
    main .pagination {
      width: 75%; } }

/* == PORTFOLIO PROJECT ROW == */
.proj-row {
  padding-top: 20px; }
  .proj-row:before, .proj-row:after {
    content: "";
    display: table; }
  .proj-row:after {
    clear: both; }
  .proj-row header {
    box-sizing: border-box;
    float: left;
    margin-bottom: 0;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 15px;
    font-size: 16px; }
    .proj-row header h2 {
      margin-bottom: 1px; }
    .proj-row header time {
      font-size: 0.9em;
      color: #373737; }
    @media only screen and (min-width: 48em) {
      .proj-row header {
        padding-left: 25%; }
        .proj-row header h2, .proj-row header time {
          padding-left: 15px; } }
  .proj-row dl {
    margin: 0em 0 1.5em; }
    .proj-row dl dt {
      margin: 10px 0 3px; }
    .proj-row dl dd {
      margin-bottom: 5px;
      line-height: 1.25; }
    @media only screen and (min-width: 48em) {
      .proj-row dl dt:first-of-type {
        margin-top: 0; } }
  .proj-row figure {
    margin: 0 0 3em; }
    .proj-row figure img {
      border: 1px solid #e2e2e2; }
      .proj-row figure img.no-border {
        border: none; }
    .proj-row figure figcaption {
      font-size: 0.8;
      font-style: normal;
      text-align: left; }
      .proj-row figure figcaption.offset {
        padding-left: 35px; }

/* == INDEX/ABOUT == */
.about-main:before, .about-main:after {
  content: "";
  display: table; }
.about-main:after {
  clear: both; }
.about-main .intro {
  box-sizing: border-box;
  float: left;
  margin-bottom: 0;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 20px; }
  @media only screen and (min-width: 60em) {
    .about-main .intro {
      padding-left: 30px; } }
.about-main .left-col {
  box-sizing: border-box;
  float: left;
  margin-bottom: 0;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px; }
  @media (min-width: 48em) {
    .about-main .left-col {
      width: 33.33333%; } }
  @media only screen and (min-width: 60em) {
    .about-main .left-col {
      padding-left: 30px; } }
.about-main .mid-col {
  box-sizing: border-box;
  float: left;
  margin-bottom: 0;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px; }
  @media (min-width: 48em) {
    .about-main .mid-col {
      width: 33.33333%; } }
.about-main .right-col {
  box-sizing: border-box;
  float: left;
  margin-bottom: 0;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px; }
  @media (min-width: 48em) {
    .about-main .right-col {
      width: 33.33333%; } }
.about-main h2 {
  color: #6f6f6f; }
.about-main ul {
  margin-bottom: 25px;
  padding: 0; }
  .about-main ul li {
    padding-left: 0;
    font-size: 17px;
    list-style-type: none; }
.about-main .contact {
  margin-bottom: 5px;
  font-size: 17px; }
  .about-main .contact .u-url {
    color: #1d1d1d;
    text-decoration: none;
    cursor: default; }

/* == FOOTER == */
.site-footer {
  width: 100%;
  max-width: 1100px;
  background-color: #fff;
  border-top: 1px solid #c7c7c7; }
  .site-footer p {
    margin: 0;
    line-height: 40px; }
    .site-footer p .icon-github {
      margin-left: 5px;
      font-size: 24px; }
    .site-footer p img {
      width: auto;
      height: 40px; }
  .site-footer .col {
    padding: 0 15px; }
    @media only screen and (min-width: 60em) {
      .site-footer .col:first-child {
        padding-left: 30px; } }
    @media only screen and (min-width: 30em) {
      .site-footer .col {
        width: 50%;
        float: left; } }
    @media only screen and (min-width: 48em) {
      .site-footer .col {
        width: 33.3333%; } }

.site-footer, .page-wrapper:after {
  height: 90px; }
  @media only screen and (min-width: 30em) {
    .site-footer, .page-wrapper:after {
      height: 45px; } }
