@font-face {
  font-family: 'butler';
  src: url("../fonts/butler_black_stencil-webfont.woff2") format("woff2"), url("../fonts/butler_black_stencil-webfont.woff") format("woff");
  font-weight: bold;
  font-style: normal; }
@font-face {
  font-family: 'universEx';
  src: url("../fonts/32DAF6_1_0.eot");
  src: url("../fonts/32DAF6_1_0.eot?#iefix") format("embedded-opentype"), url("../fonts/32DAF6_1_0.woff2") format("woff2"), url("../fonts/32DAF6_1_0.woff") format("woff"), url("../fonts/32DAF6_1_0.ttf") format("truetype"), url("../fonts/32DAF6_1_0.svg#wf") format("svg"); }
@font-face {
  font-family: 'universLight';
  src: url("../fonts/32DAF6_0_0.eot");
  src: url("../fonts/32DAF6_0_0.eot?#iefix") format("embedded-opentype"), url("../fonts/32DAF6_0_0.woff2") format("woff2"), url("../fonts/32DAF6_0_0.woff") format("woff"), url("../fonts/32DAF6_0_0.ttf") format("truetype"), url("../fonts/32DAF6_0_0.svg#wf") format("svg"); }
/* line 39, main.scss */
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
  height: 100%;
  background: url(../img/bg01.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

/* line 52, main.scss */
::selection {
  background: #8a8a8a;
  text-shadow: none;
  color: white; }

/* line 58, main.scss */
a {
  text-decoration: none;
  color: white; }

/* line 59, main.scss */
a {
  outline: none; }

/* line 60, main.scss */
a:hover {
  border-bottom: 1px dotted white; }

/* line 61, main.scss */
.slide a:hover {
  border-bottom: none; }

/* line 62, main.scss */
a img {
  outline: none; }

/* line 63, main.scss */
img {
  border: 0; }

/* line 64, main.scss */
img {
  display: block; }

/* line 66, main.scss */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

/* line 75, main.scss */
h1, h2 {
  margin: 0; }

/* line 77, main.scss */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

/* line 86, main.scss */
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/* line 92, main.scss */
textarea {
  resize: none; }

/* line 96, main.scss */
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

/* ===== Initializr Styles ==================================================
   Author: Jonathan Verrecchia - verekia.com/initializr/responsive-template
   ========================================================================== */
/* line 109, main.scss */
body:before {
  content: "smartphone";
  display: none;
  /* Prevent from displaying. */ }

/* line 114, main.scss */
body {
  height: 100%;
  color: rgba(0, 0, 0, 0.66);
  text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.29); }

/* line 121, main.scss */
.wrapper {
  width: 90%;
  margin: 0 5%; }

/* ==============
    MOBILE: Menu
   ============== */
/* ===================================================================================================
    MOBILE: Main
   =================================================================================================== */
/* line 137, main.scss */
:root {
  --XXXbodyWidth: calc(100vw - (100vw - 100%)); }

/* line 143, main.scss */
body {
  padding-top: 190px;
  font: 15px/19px universLight, Arial;
  --bodyWidth: calc(100vw - (100vw - 100%)); }

/* line 145, main.scss */
.main-container {
  max-width: 1240px;
  margin-bottom: 100px;
  background: #343434;
  height: auto;
  position: relative; }

/* line 153, main.scss */
nav {
  transition: height 0.15s linear;
  border-top: 1px solid #343434;
  height: 60px;
  overflow: hidden;
  position: fixed;
  width: 100%;
  background: #343434;
  top: 0;
  z-index: 3; }

/* line 155, main.scss */
.fixedBurger {
  position: fixed !important; }

/* line 157, main.scss */
#subContainer {
  background: #b0b0b0;
  padding: 20px; }

/* line 158, main.scss */
.topMargin {
  margin-top: 61px; }

/* line 161, main.scss */
nav ul {
  margin: 74px 97px 0 35px; }

/* line 162, main.scss */
nav li {
  display: block;
  font-size: 15px;
  font-family: universEX;
  text-transform: uppercase;
  border-bottom: 1px solid #606060; }

/* line 163, main.scss */
nav li span {
  color: white; }

/* line 164, main.scss */
nav li a {
  padding: 20px 10px;
  display: block; }

/* line 165, main.scss */
nav li a:hover {
  border-bottom: none;
  color: white !important;
  background: #606060; }

/* line 167, main.scss */
nav #contactLink {
  border-bottom: none;
  margin-bottom: 110px; }

/* line 168, main.scss */
nav #redesignLink {
  border-bottom: none; }

/* line 173, main.scss */
nav a.hamburger:hover {
  border-bottom: none; }

/* line 174, main.scss */
nav a.hamburger {
  display: block;
  width: 36px;
  height: 20px;
  position: absolute;
  right: 20px;
  top: 21px;
  z-index: 3;
  padding: 0;
  border-left: none;
  border-right: none; }

/* line 187, main.scss */
nav .hamburger span, nav .hamburger span:before, nav .hamburger span:after {
  transition: all 300ms ease-in-out;
  top: 9px;
  cursor: pointer;
  height: 2px;
  width: 36px;
  background: white;
  position: absolute;
  display: block;
  content: ''; }

/* line 188, main.scss */
nav .hamburger span:before {
  top: -9px; }

/* line 189, main.scss */
nav .hamburger span:after {
  top: 9px; }

/* line 191, main.scss */
nav .hamburger.openBurger span {
  background-color: transparent; }

/* line 192, main.scss */
nav .hamburger.openBurger span:before, .hamburger.openBurger span:after {
  top: 0; }

/* line 193, main.scss */
nav .hamburger.openBurger span:before {
  transform: rotate(45deg); }

/* line 194, main.scss */
nav .hamburger.openBurger span:after {
  transform: translateY(-10px) rotate(-45deg);
  top: 10px; }

/* line 197, main.scss */
nav.slideDown {
  height: 580px; }

/* line 203, main.scss */
aside {
  font: 14px/21px universEX;
  color: rgba(0, 0, 0, 0.31);
  text-transform: uppercase;
  grid-column-start: 2;
  grid-column-end: 13;
  margin-bottom: 80px; }

/* line 204, main.scss */
aside span {
  color: white; }

/* line 205, main.scss */
#intro aside {
  margin-bottom: 90px; }

/* line 207, main.scss */
#intro {
  margin-bottom: 120px; }

/* line 209, main.scss */
#intro article h1 {
  font: 50px/37px butler;
  color: white;
  letter-spacing: -1px; }

/* line 210, main.scss */
#intro h2 {
  color: white;
  font: 10px/10px universEX;
  margin-bottom: 120px; }

/* #intro p:first-of-type:first-letter { float: left; font: 42px/30px butler; padding-top: 7px; padding-right: 4px; }  */
/* line 218, main.scss */
#projects {
  padding-bottom: 120px;
  position: relative;
  background: url(../img/bgArrowsMobile.png) no-repeat center 538px; }

/* line 219, main.scss */
#projects aside {
  margin-bottom: 53px; }

/* line 221, main.scss */
#fakeButtonHolder {
  position: absolute;
  width: 154px;
  left: 0;
  right: 0;
  top: 523px;
  margin: auto;
  height: 10px; }

/* line 222, main.scss */
.deactivated {
  opacity: .7 !important; }

/* line 225, main.scss */
.fakeButton {
  position: absolute;
  width: 54px;
  background: #b0b0b0;
  height: 54px;
  left: 0;
  opacity: 0; }

/* line 232, main.scss */
.fakePrev {
  left: 98px; }

/* line 234, main.scss */
.buttons {
  width: 141px;
  height: 44px;
  margin: -158px auto 158px auto;
  position: relative;
  z-index: 1; }

/* line 244, main.scss */
.buttons div {
  cursor: pointer; }

/* line 245, main.scss */
.buttons .button {
  width: 54px;
  height: 35px;
  float: left; }

/* line 246, main.scss */
.buttons .deactivated {
  cursor: default; }

/* line 247, main.scss */
.buttons .prev {
  float: right; }

/* line 250, main.scss */
#projects .content {
  display: none; }

/* line 251, main.scss */
.clone .content {
  position: absolute;
  left: 0;
  width: 100%; }

/* line 252, main.scss */
.clone .content p {
  padding: 0 20px;
  margin-bottom: 120px;
  max-width: 500px;
  color: black; }

/* line 253, main.scss */
.clone .content h2 {
  padding: 0 20px;
  margin-bottom: 0;
  max-width: 500px;
  color: black; }

/* line 254, main.scss */
.clone .content p:first-of-type:first-letter {
  float: left;
  font: 42px/30px butler;
  padding-top: 7px;
  padding-right: 4px; }

/* line 257, main.scss */
.slides {
  margin: 0 -20px;
  padding: 0 20px !important;
  height: 500px; }

/* height: 500px */
/* line 258, main.scss */
.slides .slide {
  overflow: hidden;
  max-width: 1040px;
  padding: 0;
  z-index: 1;
  position: relative; }

/* line 259, main.scss */
.slideInner {
  background: white;
  overflow: hidden;
  width: calc(100% - 40px); }

/* line 260, main.scss */
.slide .info {
  padding: 80px 20px; }

/* line 261, main.scss */
.slides h1 {
  color: #343434;
  font: 40px/37px butler;
  letter-spacing: -1px; }

/* line 262, main.scss */
.slides .content h2 {
  color: #343434;
  font: 16px/80px universEX;
  text-transform: uppercase; }

/* line 263, main.scss */
.slides h2 {
  color: #343434;
  font: 9px/35px universEX;
  text-transform: uppercase; }

/* line 265, main.scss */
.slide span {
  display: block;
  opacity: 0; }

/* line 266, main.scss */
.slide img {
  margin: 0 auto; }

/* line 267, main.scss */
.slide a span {
  transition: opacity .09s linear; }

/* line 268, main.scss */
.slide a:hover span {
  display: block;
  opacity: 1;
  background: #b0b0b0 url(../img/look.png) no-repeat 20px 26px;
  width: 86px;
  height: 86px;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  -webkit-border-radius: 43px;
  -moz-border-radius: 43px;
  border-radius: 43px; }

/* line 285, main.scss */
.slide a:hover h1,
.slide a:hover h2 {
  color: #b0b0b0; }

/* line 287, main.scss */
.slide .imgHolder {
  background: #b0b0b0;
  position: relative; }

/* line 288, main.scss */
.slide a:hover img {
  opacity: 0.8; }

/* line 291, main.scss */
.clone .projectPic {
  display: block;
  max-width: 100%;
  margin: 0 auto 120px auto; }

/* line 294, main.scss */
#slappyProject img {
  /* position: relative; right: 190px; */ }

/* line 297, main.scss */
#skills {
  padding-bottom: 120px; }

/* line 298, main.scss */
#skills aside {
  margin-bottom: 53px; }

/* line 299, main.scss */
#skills h1 {
  font: 36px butler;
  color: white;
  letter-spacing: -1px; }

/* line 300, main.scss */
#skills img {
  margin: 100px auto 50px auto; }

/* line 302, main.scss */
#jobs {
  list-style-type: none; }

/* line 303, main.scss */
#jobs > li {
  margin-bottom: 100px; }

/* line 304, main.scss */
.dates {
  margin-bottom: 20px; }

/* line 305, main.scss */
#jobs h2 {
  color: white;
  text-transform: uppercase;
  font: 15px universEx;
  margin-bottom: 25px; }

/* line 306, main.scss */
.job ul {
  padding-left: 0; }

/* line 307, main.scss */
.job ul li {
  list-style-position: outside;
  list-style-type: none;
  padding-bottom: 10px; }

/* line 310, main.scss */
#contact #contactFormContainer {
  margin-bottom: 80px;
  height: 382px;
  position: relative; }

/* line 312, main.scss */
#contactForm {
  padding: 30px 48px;
  background: white; }

/* line 313, main.scss */
#contactForm input,
#contactForm textarea {
  display: block;
  color: #333;
  /* #b8b8b8 */
  font: 14px/21px universEX;
  text-transform: uppercase;
  display: block;
  width: 100%;
  border: none;
  border-bottom: 1px solid #cccccc;
  margin: 0 0 10px 0;
  padding: 10px 0;
  transition: border-bottom 0.15s linear, color 0.15s linear; }

/* line 329, main.scss */
#contactForm input::placeholder,
#contactForm textarea::placeholder {
  color: #b8b8b8; }

/* line 333, main.scss */
#contactForm input:focus::placeholder,
#contactForm textarea:focus::placeholder {
  color: #333;
  transition: color 0.15s linear; }

/* line 337, main.scss */
#contactForm input:focus,
#contactForm textarea:focus {
  color: #333;
  outline: 0 none;
  border-bottom: 2px solid #707070; }

/* line 343, main.scss */
#contactForm textarea {
  margin-bottom: 46px;
  height: 86px; }

/* line 346, main.scss */
#contactForm .button {
  transition: background .1s linear;
  background: none;
  color: white;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  padding: 13px 0 12px 0;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid white;
  outline: 0; }

/* line 359, main.scss */
#contactForm .button:hover {
  background-color: white;
  color: #e6431d; }

/* line 361, main.scss */
#contactForm input#contactSubmit {
  width: 200px;
  text-align: center;
  margin: 0;
  border: 1px solid #e6431d;
  background: white;
  color: #e6431d; }

/* line 362, main.scss */
#contactForm input#contactSubmit:hover {
  color: white; }

/* line 366, main.scss */
#contact #thanks {
  text-align: center;
  color: white;
  display: block;
  text-transform: uppercase;
  font: 15px/21px universEX;
  top: 150px;
  position: absolute;
  width: 100%; }

/* line 367, main.scss */
#contact #thanks i {
  font-family: butler;
  font-size: 34px;
  font-style: normal;
  line-height: 26px;
  letter-spacing: -1px; }

/* line 370, main.scss */
#alertBox ul {
  list-style-type: circle;
  color: #e6431d; }

/* line 371, main.scss */
.error {
  border-bottom: 2px solid #e6431d !important; }

/* line 374, main.scss */
#returnMe {
  display: none; }

/* line 378, main.scss */
#message {
  height: 80px; }

/* ===============
    ALL: IE Fixes
   =============== */
/* line 388, main.scss */
.ie7 .title {
  padding-top: 20px; }

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* SHADOWBOX */
/* line 399, main.scss */
.clone {
  background: white; }

/* line 400, main.scss */
.clone .slideInner {
  width: 100%; }

/* line 402, main.scss */
#close {
  position: fixed;
  right: 38px;
  top: 20px;
  cursor: pointer;
  display: none;
  background: url(../img/buttonX.png) no-repeat center;
  width: 36px;
  height: 36px; }

/* getting big */
/* line 414, main.scss */
.slides .in-animation {
  animation: inlightbox 0.5s forwards;
  position: fixed !important;
  margin: 0 !important;
  max-width: none; }

/* line 421, main.scss */
.slides .in-animation .imgHolder {
  animation: fadeToWhite 0.5s forwards;
  animation-iteration-count: 1; }

/* line 422, main.scss */
.slides .out-animation .imgHolder {
  animation: fadeToColor 0.5s forwards; }

/* back to normal */
/* line 425, main.scss */
.slides .out-animation {
  animation: outlightbox 0.2s forwards;
  position: fixed !important;
  margin: 0 !important;
  max-width: none; }

@keyframes fadeToWhite {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@keyframes fadeToColor {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes inlightbox {
  50% {
    width: 100%;
    left: 0;
    top: 0;
    height: 100%; }
  100% {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0; } }
/* Contact fall */
/* line 473, main.scss */
.fallingLeaf {
  animation: fall linear 4s;
  animation-iteration-count: 1;
  transform-origin: 50% 50%;
  animation-fill-mode: forwards;
  /*when the spec is finished*/ }

@keyframes fall {
  0% {
    opacity: 1;
    transform: translate(0px, 0px) rotate(0deg); }
  20% {
    opacity: 0;
    transform: translate(70px, 440px) rotate(32deg); }
  100% {
    opacity: 0;
    transform: translate(70px, 440px) rotate(32deg); } }
/* =============================================================================================
   Media Queries
   ======================================================================================================================= */
@media only screen and (min-width: 480px) {
  /* ====================
  	480
     ==================== */
  /* IE Fixes */
  /* line 521, main.scss */
  .oldie nav a {
    margin: 0 0.7%; } }
@media only screen and (min-width: 768px) {
  /* ====================
  	768
     ==================== */
  /* line 532, main.scss */
  body:before {
    content: "tablet"; }

  /* line 537, main.scss */
  #slappyProject img {
    position: relative;
    right: 0; } }
@media only screen and (min-width: 1020px) {
  /* line 544, main.scss */
  .slide img {
    width: 100%; } }
@media only screen and (min-width: 1140px) {
  /* ===============
  	1140
     =============== */
  /* line 554, main.scss */
  body:before {
    content: "desktop"; }

  /* line 558, main.scss */
  body {
    overflow-x: hidden; }

  /* line 560, main.scss */
  .main-container {
    width: 1240px;
    position: relative;
    padding: 0;
    transition: padding 300ms ease-in-out; }

  /* line 561, main.scss */
  .slideOut {
    padding-left: 440px; }

  /* line 562, main.scss */
  #subContainer {
    padding: 0 0 0 70px;
    background: #b0b0b0 url(../img/band.png) left top repeat-y;
    position: relative;
    z-index: 1; }

  /* line 566, main.scss */
  nav {
    position: absolute;
    left: 0;
    top: 0;
    width: 440px;
    height: 100%;
    z-index: 1;
    background: #343434;
    border-top: none; }

  /* line 569, main.scss */
  section {
    margin-left: -70px;
    padding-left: 70px;
    /* background-image: url(../img/band.png); background-position: left top; background-repeat: repeat-y;*/ }

  /* line 571, main.scss */
  .fixedNav {
    position: fixed !important;
    background: #343434;
    top: 0;
    z-index: 0; }

  /* line 574, main.scss */
  .slideOut nav {
    z-index: 1; }

  /* line 576, main.scss */
  nav a.hamburger {
    display: none; }

  /* line 578, main.scss */
  a.hamburger:hover {
    border-bottom: none; }

  /* line 579, main.scss */
  a.hamburger {
    display: block;
    width: 36px;
    height: 20px;
    position: absolute;
    margin-left: -53px;
    top: 35px;
    z-index: 3;
    padding: 0;
    border-left: none;
    border-right: none; }

  /* line 592, main.scss */
  .hamburger span, .hamburger span:before, .hamburger span:after {
    transition: all 300ms ease-in-out;
    top: 9px;
    cursor: pointer;
    height: 2px;
    width: 36px;
    background: white;
    position: absolute;
    display: block;
    content: ''; }

  /* line 593, main.scss */
  .hamburger span:before {
    top: -9px; }

  /* line 594, main.scss */
  .hamburger span:after {
    top: 9px; }

  /* line 596, main.scss */
  .hamburger.openBurger span {
    background-color: transparent; }

  /* line 597, main.scss */
  .hamburger.openBurger span:before, .hamburger.openBurger span:after {
    top: 0; }

  /* line 598, main.scss */
  .hamburger.openBurger span:before {
    transform: rotate(45deg); }

  /* line 599, main.scss */
  .hamburger.openBurger span:after {
    transform: translateY(-10px) rotate(-45deg);
    top: 10px; }

  /* line 603, main.scss */
  .topMargin {
    margin-top: 0; }

  /* line 609, main.scss */
  #intro {
    background-image: none;
    display: grid;
    grid-template-columns: 70px 70px 70px 70px 70px 70px 70px 70px 70px 70px 70px 70px;
    grid-column-gap: 30px; }

  /* line 610, main.scss */
  #intro aside {
    grid-column-start: 7;
    grid-column-end: 8;
    margin: 60px 0 153px 0; }

  /* line 611, main.scss */
  #intro #myName {
    grid-column-start: 2;
    grid-column-end: 7; }

  /* line 612, main.scss */
  #intro article h1 {
    font-size: 90px;
    line-height: 83px;
    letter-spacing: -3px; }

  /* line 613, main.scss */
  #intro article h2 {
    font-size: 18px; }

  /* line 614, main.scss */
  #intro #introCopy {
    grid-column-start: 7;
    grid-column-end: 11;
    margin-top: -18px; }

  /* line 618, main.scss */
  #projects {
    background: url(../img/bgArrows.png) no-repeat 1080px 225px;
    display: grid;
    grid-template-columns: 70px 70px 70px 70px 70px 70px 70px 70px 70px 70px 70px 70px;
    grid-column-gap: 30px; }

  /* line 623, main.scss */
  .buttons {
    position: relative;
    top: -459px;
    left: 1009px;
    width: 57px;
    height: auto;
    margin: 0; }

  /* line 624, main.scss */
  .buttons .button {
    width: 57px;
    height: 54px;
    float: none; }

  /* line 625, main.scss */
  .buttons .deactivated {
    cursor: default; }

  /* line 626, main.scss */
  .buttons .prev {
    margin-top: 80px;
    float: none; }

  /* line 630, main.scss */
  .slides {
    /* width: 100vw !important; */
    width: 1170px !important;
    position: relative;
    margin: 0 calc(-100vw / 2 + 500px / 2) 0 -70px;
    height: 490px;
    padding: 0 !important;
    overflow: visible !important; }

  /* line 640, main.scss */
  .slides .slick-prev, .slides .slick-next {
    position: absolute;
    top: 0;
    left: 0;
    right: auto; }

  /* line 642, main.scss */
  .slide {
    margin-right: 130px !important;
    /* width: 1040px !important; */ }

  /* WOAH! */
  /* line 643, main.scss */
  .slide .slideInner {
    background: none;
    margin-left: 70px;
    width: auto; }

  /* line 644, main.scss */
  .slide a {
    display: block; }

  /* line 645, main.scss */
  .imgHolder {
    width: 970px; }

  /* line 646, main.scss */
  .slides .slide {
    padding: 0 0 0 70px;
    background: white; }

  /* line 647, main.scss */
  .slide .info {
    padding: 80px 0 77px 100px; }

  /* line 649, main.scss */
  .clone .content p {
    padding-left: 170px;
    margin-bottom: 120px; }

  /* line 650, main.scss */
  .clone .content ul {
    padding-left: 170px;
    margin-bottom: 120px; }

  /* line 651, main.scss */
  .clone .content ul li {
    background: url(../img/bgSlideDot.png) no-repeat 12px 7px;
    margin-left: -30px;
    padding-left: 30px;
    list-style-type: none; }

  /* line 652, main.scss */
  .clone .content h2 {
    padding-left: 170px;
    margin-bottom: 0; }

  /* line 654, main.scss */
  .slides h1 {
    font-size: 72px;
    letter-spacing: -3px; }

  /* line 655, main.scss */
  .slides h2 {
    font-size: 16px;
    line-height: 80px; }

  /* line 658, main.scss */
  #fakeButtonHolder {
    width: 100%;
    top: 0; }

  /* line 659, main.scss */
  .fakeButton {
    position: absolute;
    width: 100%;
    background: #b0b0b0;
    height: 54px;
    left: 0;
    opacity: 0; }

  /* line 660, main.scss */
  .fakeNext {
    top: 225px; }

  /* line 661, main.scss */
  .fakePrev {
    top: 360px;
    left: 0; }

  /* line 665, main.scss */
  #slappyProject img {
    position: static;
    right: 0; }

  /* line 670, main.scss */
  #skills {
    display: grid;
    grid-template-columns: 70px 70px 70px 70px 70px 70px 70px 70px 70px 70px 70px 70px;
    grid-column-gap: 30px;
    margin-top: -188px; }

  /* line 671, main.scss */
  #skills1 {
    grid-column-start: 2;
    grid-column-end: 5; }

  /* line 672, main.scss */
  #skills2 {
    grid-column-start: 5;
    grid-column-end: 8; }

  /* line 673, main.scss */
  #skills3 {
    grid-column-start: 8;
    grid-column-end: 11; }

  /* line 678, main.scss */
  #experience {
    display: grid;
    grid-template-columns: 70px 70px 70px 70px 70px 70px 70px 70px 70px 70px 70px 70px;
    grid-column-gap: 30px; }

  /* line 679, main.scss */
  #experience aside {
    margin-bottom: 80px; }

  /* line 682, main.scss */
  #jobs {
    grid-column-start: 1;
    grid-column-end: 12; }

  /* line 684, main.scss */
  #jobs > li {
    background: url(../img/bgJobs.png) no-repeat 280px 5px;
    display: grid;
    grid-template-columns: 70px 70px 70px 70px 70px 70px 70px 70px 70px 70px 70px 70px;
    grid-column-gap: 30px;
    padding-bottom: 100px;
    margin-bottom: 0; }

  /* line 685, main.scss */
  #jobs #vizergy, #jobs #koi {
    background-position: 280px -468px; }

  /* line 686, main.scss */
  #jobs > li li {
    background: url(../img/bgJobDot.png) no-repeat 12px 7px;
    margin-left: -30px;
    padding-left: 30px; }

  /* line 687, main.scss */
  .dates {
    text-align: right;
    grid-column-start: 2;
    grid-column-end: 4; }

  /* line 688, main.scss */
  .job {
    grid-column-start: 4;
    grid-column-end: 11; }

  /* line 691, main.scss */
  #contact {
    display: grid;
    grid-template-columns: 70px 70px 70px 70px 70px 70px 70px 70px 70px 70px 70px 70px;
    grid-column-gap: 30px; }

  /* line 696, main.scss */
  #contact #contactFormContainer {
    grid-column-start: 4;
    grid-column-end: 9;
    height: 434px; } }
/* ==========================================================================
   Helper classes
   ========================================================================== */
/* line 721, main.scss */
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table; }

/* line 724, main.scss */
.clearfix:after {
  clear: both; }

/* line 726, main.scss */
.clearfix {
  *zoom: 1; }

/* line 728, main.scss */
.hidden {
  display: none !important; }

/* ==========================================================================
   Print styles
   ========================================================================== */
@media print {
  /* line 736, main.scss */
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }

  /* line 745, main.scss */
  a,
  a:visited {
    text-decoration: underline; }

  /* line 748, main.scss */
  a[href]:after {
    content: " (" attr(href) ")"; }

  /* line 750, main.scss */
  abbr[title]:after {
    content: " (" attr(title) ")"; }

  /* line 752, main.scss */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }

  /* line 755, main.scss */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  /* line 758, main.scss */
  thead {
    display: table-header-group; }

  /* line 760, main.scss */
  tr,
  img {
    page-break-inside: avoid; }

  /* line 763, main.scss */
  img {
    max-width: 100% !important; }

  /* line 765, main.scss */
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  /* line 769, main.scss */
  h2,
  h3 {
    page-break-after: avoid; } }
/* line 780, main.scss */
.clone#spaceProject {
  background-color: #000; }
  /* line 783, main.scss */
  .clone#spaceProject #close {
    background: url(../img/buttonXWhite.png) no-repeat center; }
  /* line 786, main.scss */
  .clone#spaceProject .slideInner {
    background-color: #000; }
  /* line 788, main.scss */
  .clone#spaceProject #topology {
    background: url(../img/bgSpaceVector1.png) no-repeat top center;
    background-size: 100%;
    padding: 354px 0 0 0;
    margin: 0; }
  /* line 795, main.scss */
  .clone#spaceProject #doric {
    background: url(../img/bgSpaceVector2.png) no-repeat top center;
    background-size: 100%;
    padding-top: 47%; }
  /* line 801, main.scss */
  .clone#spaceProject .content p {
    color: white; }

/* line 804, main.scss */
#intro #itch:before {
  content: " ";
  background: url("../img/invader.gif") no-repeat;
  width: 16px;
  height: 8px;
  display: inline-block;
  margin-right: 10px; }

/*# sourceMappingURL=main.css.map */
