/**
 * typography
 */
/**
 * palette
 */
body {
  font-family: "Source Sans Pro", sans-serif !important;
  background-color: #F6F6F6;
  color: #333; }

h1 {
  text-transform: uppercase;
  letter-spacing: 2px; }

a {
  font-family: "Source Sans Pro", sans-serif !important;
  text-decoration: none;
  color: #333;
  font-weight: bold; }

p {
  font-family: "Amiri", serif !important;
  text-align: justify;
  font-weight: 200;
  font-size: 1.2em;
  line-height: 1.3em; }
  p a {
    font-family: "Amiri", serif !important;
    text-decoration: dotted-underline; }

@media screen and (max-width: 480px) {
  p {
    font-size: 1.3em;
    line-height: 1.4em;
    text-align: left; } }
h2 {
  font-family: "Source Sans Pro", sans-serif !important;
  font-weight: 100;
  font-size: 20px; }

strong {
  font-weight: bold; }

form {
  color: #333;
  font-family: "Amiri", serif !important; }
  form input[type="text"] {
    height: 1.5em;
    border: none;
    border-radius: 0;
    outline: none;
    border-bottom: 2px solid #888;
    margin-top: 15px;
    background-color: transparent;
    font-family: "Source Sans Pro", sans-serif !important;
    font-size: 1.2em; }
    form input[type="text"]:focus {
      box-shadow: none;
      outline: none;
      border: none;
      border-bottom: 2px solid #999; }
  form input[type="submit"] {
    border: 1px solid #333;
    border-radius: 55px;
    color: #333;
    background-color: transparent;
    padding: 10px 30px;
    font-size: 1.2em;
    font-family: "Source Sans Pro", sans-serif !important; }
    form input[type="submit"]:hover {
      cursor: pointer;
      background-color: #333;
      color: #FFF; }
  form textarea {
    height: 5em;
    border: none;
    border-radius: 0;
    outline: none;
    border-bottom: 2px solid #777;
    margin-top: 15px;
    margin-bottom: 15px;
    background-color: transparent;
    resize: none;
    font-size: 1.2em; }
    form textarea:focus {
      box-shadow: none;
      outline: none;
      border: none;
      border-bottom: 2px solid #AAA; }

.mail-button {
  border: 1px solid #FFF;
  border-radius: 55px;
  color: #FFF;
  background-color: transparent;
  padding: 10px 30px;
  margin: 0 auto;
  font-size: 24px;
  font-family: "Source Sans Pro", sans-serif !important; }
  .mail-button span {
    display: table-cell;
    vertical-align: middle; }
  .mail-button:hover {
    cursor: pointer;
    background-color: #FFF;
    color: #333; }

.dotted-underline {
  border-bottom: 1px dotted #333; }

/**
 * define viewport parameters for better positioning control
 */
html {
  min-height: 100%; }

body {
  height: 100%; }

/**
 * full-screen wrapper
 */
.page-content {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  padding: 0;
  overflow-x: hidden;
  overflow-y: scroll; }

*, *:before, *:after {
  box-sizing: border-box; }

.wrapper {
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  width: 768px;
  max-width: 90%; }
  .wrapper:after {
    content: " ";
    display: block;
    clear: both; }
  .wrapper .gallery-item {
    width: 23.94366%;
    float: left;
    height: 250px;
    margin-bottom: 1.40845%; }
    .wrapper .gallery-item:nth-child(4n + 1) {
      margin-left: 0;
      margin-right: -100%;
      clear: both;
      margin-left: 0; }
    .wrapper .gallery-item:nth-child(4n + 2) {
      margin-left: 25.35211%;
      margin-right: -100%;
      clear: none; }
    .wrapper .gallery-item:nth-child(4n + 3) {
      margin-left: 50.70423%;
      margin-right: -100%;
      clear: none; }
    .wrapper .gallery-item:nth-child(4n + 4) {
      margin-left: 76.05634%;
      margin-right: -100%;
      clear: none; }
  .wrapper .col-3 {
    width: 23.94366%;
    float: left;
    margin-right: 1.40845%; }
  .wrapper .col-4 {
    width: 32.39437%;
    float: left;
    margin-right: 1.40845%; }
  .wrapper .col-6 {
    width: 49.29577%;
    float: left;
    margin-right: 1.40845%; }
  .wrapper .col-8 {
    width: 66.19718%;
    float: left;
    margin-right: 1.40845%; }
  .wrapper .col-9 {
    width: 74.64789%;
    float: left;
    margin-right: 1.40845%; }
  .wrapper .col-12 {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0; }
  .wrapper .last {
    margin-right: 0; }

@media screen and (max-width: 768px) {
  .wrapper .gallery-item {
    width: 32.39437%;
    float: left;
    margin-bottom: 1.40845%; }
    .wrapper .gallery-item:nth-child(3n + 1) {
      margin-left: 0;
      margin-right: -100%;
      clear: both;
      margin-left: 0; }
    .wrapper .gallery-item:nth-child(3n + 2) {
      margin-left: 33.80282%;
      margin-right: -100%;
      clear: none; }
    .wrapper .gallery-item:nth-child(3n + 3) {
      margin-left: 67.60563%;
      margin-right: -100%;
      clear: none; }
  .wrapper .col-3 {
    width: 32.39437%;
    float: left;
    margin-right: 1.40845%; }
  .wrapper .col-9 {
    width: 66.19718%;
    float: left;
    margin-right: 1.40845%; }
  .wrapper .last {
    margin-right: 0; } }
@media screen and (max-width: 480px) {
  .wrapper .gallery-item {
    width: 49.29577%;
    float: left;
    margin-bottom: 1.40845%; }
    .wrapper .gallery-item:nth-child(2n + 1) {
      margin-left: 0;
      margin-right: -100%;
      clear: both;
      margin-left: 0; }
    .wrapper .gallery-item:nth-child(2n + 2) {
      margin-left: 50.70423%;
      margin-right: -100%;
      clear: none; }
  .wrapper .col-3 {
    margin-left: 16.90141%;
    width: 66.19718%;
    float: left;
    margin-right: 1.40845%;
    margin-bottom: 10px; }
  .wrapper .col-4 {
    clear: both;
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0; }
  .wrapper .col-6 {
    clear: both;
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0; }
  .wrapper .col-8 {
    clear: both;
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0; }
  .wrapper .col-9 {
    clear: both;
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0; }
  .wrapper .col-12 {
    clear: both;
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0; }
  .wrapper .last {
    margin-right: 0; } }
/**
 * code blocks
 */
pre, code {
  background-color: #333;
  font-family: "hack", monospace !important; }

/**
 * Monokai syntax highlighting scheme
 * credit: https://gist.github.com/blivesta/d8feeec7735595865c11
 */
.highlight {
  /* Comment */
  /* Error */
  /* Keyword */
  /* Literal */
  /* Name */
  /* Operator */
  /* Punctuation */
  /* Comment.Multiline */
  /* Comment.Preproc */
  /* Comment.Single */
  /* Comment.Special */
  /* Generic.Emph */
  /* Generic.Strong */
  /* Keyword.Constant */
  /* Keyword.Declaration */
  /* Keyword.Namespace */
  /* Keyword.Pseudo */
  /* Keyword.Reserved */
  /* Keyword.Type */
  /* Literal.Date */
  /* Literal.Number */
  /* Literal.String */
  /* Name.Attribute */
  /* Name.Builtin */
  /* Name.Class */
  /* Name.Constant */
  /* Name.Decorator */
  /* Name.Entity */
  /* Name.Exception */
  /* Name.Function */
  /* Name.Label */
  /* Name.Namespace */
  /* Name.Other */
  /* Name.Property */
  /* Name.Tag */
  /* Name.Variable */
  /* Operator.Word */
  /* Text.Whitespace */
  /* Literal.Number.Float */
  /* Literal.Number.Hex */
  /* Literal.Number.Integer */
  /* Literal.Number.Oct */
  /* Literal.String.Backtick */
  /* Literal.String.Char */
  /* Literal.String.Doc */
  /* Literal.String.Double */
  /* Literal.String.Escape */
  /* Literal.String.Heredoc */
  /* Literal.String.Interpol */
  /* Literal.String.Other */
  /* Literal.String.Regex */
  /* Literal.String.Single */
  /* Literal.String.Symbol */
  /* Name.Builtin.Pseudo */
  /* Name.Variable.Class */
  /* Name.Variable.Global */
  /* Name.Variable.Instance */
  /* Literal.Number.Integer.Long */ }
  .highlight .hll {
    background-color: #49483e; }
  .highlight .c {
    color: #75715e; }
  .highlight .err {
    color: #960050;
    background-color: #1e0010; }
  .highlight .k {
    color: #66d9ef; }
  .highlight .l {
    color: #ae81ff; }
  .highlight .n {
    color: #f8f8f2; }
  .highlight .o {
    color: #f92672; }
  .highlight .p {
    color: #f8f8f2; }
  .highlight .cm {
    color: #75715e; }
  .highlight .cp {
    color: #75715e; }
  .highlight .c1 {
    color: #75715e; }
  .highlight .cs {
    color: #75715e; }
  .highlight .ge {
    font-style: italic; }
  .highlight .gs {
    font-weight: bold; }
  .highlight .kc {
    color: #66d9ef; }
  .highlight .kd {
    color: #66d9ef; }
  .highlight .kn {
    color: #f92672; }
  .highlight .kp {
    color: #66d9ef; }
  .highlight .kr {
    color: #66d9ef; }
  .highlight .kt {
    color: #66d9ef; }
  .highlight .ld {
    color: #e6db74; }
  .highlight .m {
    color: #ae81ff; }
  .highlight .s {
    color: #e6db74; }
  .highlight .na {
    color: #a6e22e; }
  .highlight .nb {
    color: #f8f8f2; }
  .highlight .nc {
    color: #a6e22e; }
  .highlight .no {
    color: #66d9ef; }
  .highlight .nd {
    color: #a6e22e; }
  .highlight .ni {
    color: #f8f8f2; }
  .highlight .ne {
    color: #a6e22e; }
  .highlight .nf {
    color: #a6e22e; }
  .highlight .nl {
    color: #f8f8f2; }
  .highlight .nn {
    color: #f8f8f2; }
  .highlight .nx {
    color: #a6e22e; }
  .highlight .py {
    color: #f8f8f2; }
  .highlight .nt {
    color: #f92672; }
  .highlight .nv {
    color: #f8f8f2; }
  .highlight .ow {
    color: #f92672; }
  .highlight .w {
    color: #f8f8f2; }
  .highlight .mf {
    color: #ae81ff; }
  .highlight .mh {
    color: #ae81ff; }
  .highlight .mi {
    color: #ae81ff; }
  .highlight .mo {
    color: #ae81ff; }
  .highlight .sb {
    color: #e6db74; }
  .highlight .sc {
    color: #e6db74; }
  .highlight .sd {
    color: #e6db74; }
  .highlight .s2 {
    color: #e6db74; }
  .highlight .se {
    color: #ae81ff; }
  .highlight .sh {
    color: #e6db74; }
  .highlight .si {
    color: #e6db74; }
  .highlight .sx {
    color: #e6db74; }
  .highlight .sr {
    color: #e6db74; }
  .highlight .s1 {
    color: #e6db74; }
  .highlight .ss {
    color: #e6db74; }
  .highlight .bp {
    color: #f8f8f2; }
  .highlight .vc {
    color: #f8f8f2; }
  .highlight .vg {
    color: #f8f8f2; }
  .highlight .vi {
    color: #f8f8f2; }
  .highlight .il {
    color: #ae81ff; }

footer {
  text-align: center; }

.parallax {
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth; }
  .parallax .parallax__group {
    position: relative; }
    .parallax .parallax__group .parallax__layer {
      width: 100%;
      height: 100%; }
      .parallax .parallax__group .parallax__layer.back {
        z-index: -1;
        pointer-events: none;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover; }
  .parallax:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0; }

@media screen and (min-width: 40em) {
  @supports ((-webkit-perspective: 1px) or (perspective: 1px)) and (not (-webkit-overflow-scrolling: touch)) and (pointer-events: none) {
    .parallax {
      -webkit-perspective: 1px;
              perspective: 1px;
      perspective-origin-x: 100%;
      overflow-y: auto; }
      .parallax .parallax__group {
        -webkit-transform-style: preserve-3d;
                transform-style: preserve-3d; }
        .parallax .parallax__group .parallax__layer {
          transform-origin-x: 100%; }
          .parallax .parallax__group .parallax__layer.base {
            -webkit-transform: translateZ(0);
                    transform: translateZ(0); }
          .parallax .parallax__group .parallax__layer.back {
            -webkit-transform: translateZ(-1px) scale(2);
                    transform: translateZ(-1px) scale(2); } } }
.project-panel {
  text-align: center;
  background-position: center;
  background-color: #FFF;
  background-size: 50%;
  background-repeat: no-repeat;
  box-shadow: -2px 2px 1px 1px rgba(0, 0, 0, 0.2);
  border-radius: 5px; }
  .project-panel#your-project {
    background-color: transparent;
    border: 1px dotted #aaa;
    box-shadow: none; }
  .project-panel .project-title {
    position: relative;
    display: inline-block;
    border-radius: 5px;
    width: 100%;
    height: 100%;
    background-color: #000;
    color: #FFF;
    opacity: 0;
    -webkit-transition: opacity 0.1s ease-in-out;
    transition: opacity 0.1s ease-in-out; }
    .project-panel .project-title p {
      font-family: "Source Sans Pro", sans-serif !important;
      font-weight: 100;
      text-align: center; }
    .project-panel .project-title div.center {
      padding: 10% 10%; }
      .project-panel .project-title div.center h1 {
        font-size: 1.2em; }
      .project-panel .project-title div.center p {
        margin-top: 0.5em;
        font-size: 1em; }
    .project-panel .project-title:hover {
      opacity: 0.8; }
  .project-panel#halfdollar {
    background-color: #117FFF; }
  .project-panel#bonfire {
    background-color: #101111; }
  .project-panel#proto7 {
    background-color: #27b998; }

.page-content {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  padding: 0;
  overflow-x: hidden;
  overflow-y: scroll; }

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

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

section {
  position: relative; }
  section .section-title {
    text-align: left;
    font-weight: 100;
    font-size: 1.8em; }
  section .scroll-down {
    position: absolute;
    bottom: 20px;
    width: 100%; }
    section .scroll-down h2 {
      text-align: center;
      margin-bottom: 0; }
    section .scroll-down img {
      max-width: 50px; }
  section .next-link {
    opacity: 0.6;
    color: #FFF; }
    section .next-link:hover {
      opacity: 0.8;
      text-transform: none;
      color: #FFF; }

.section-wrapper {
  z-index: 1;
  padding-top: 1em;
  padding-bottom: 1em; }

.center {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.v-center {
  position: absolute;
  width: 100%;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%); }

#blurb {
  height: 100%;
  color: #FFF;
  z-index: -200; }
  #blurb .wrapper.blurb {
    font-family: "Fjalla One", sans-serif !important;
    letter-spacing: 1px; }
  #blurb .parallax__layer.back {
    background-color: #777;
    background-image: url(/assets/building.jpg); }

#about {
  background-color: #FAFAFA;
  padding-top: 2em;
  padding-bottom: 2em;
  color: #333; }
  #about .pro-pic {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 66.19718%; }

#portfolio {
  background-color: #FCFCFC;
  color: #333; }

#philosophy {
  background-color: #FAFAFA;
  color: #333; }

#faq {
  background-color: #D5D5D5; }

#contact {
  background-color: #F6F6F6; }

.site-footer {
  background-color: #F6F6F6; }
  .site-footer p.copyright {
    text-align: center;
    padding-top: 1em;
    padding-bottom: 1em;
    margin: 0; }
