@import url(https://fonts.googleapis.com/css?family=Playfair+Display:400,700|Open+Sans:400,700,600,300);
.icon {
  display: inline-block;
  height: 1.4em;
  width: 1.4em;
  position: relative;
  color: #aaaaaa; }
  .icon::before, .icon::after {
    content: '';
    position: absolute;
    height: 4px;
    margin-top: -2px;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
            transform-origin: center center;
    background: currentColor;
    border-radius: 4px;
    -webkit-transition: all 350ms ease;
    -o-transition: all 350ms ease;
    transition: all 350ms ease; }
  .icon::before {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg); }
  .icon::after {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg); }
  .icon:hover {
    color: #444; }
    .icon:hover::before {
      -webkit-transform: rotate(135deg);
          -ms-transform: rotate(135deg);
              transform: rotate(135deg); }
    .icon:hover::after {
      -webkit-transform: rotate(225deg);
          -ms-transform: rotate(225deg);
              transform: rotate(225deg); }

body,
.sans {
  font-family: "Open Sans", sans-serif;
  color: #444; }

.serif,
a {
  font-family: "Playfair Display", serif;
  color: inherit; }

.btn {
  color: #00B3FF;
  border: 1px solid #00B3FF;
  font-weight: 600;
  line-height: 2;
  border-radius: 5px;
  font-style: normal;
  font-family: "Open Sans", sans-serif;
  cursor: pointer;
  -webkit-transition: all 150ms ease;
  -o-transition: all 150ms ease;
  transition: all 150ms ease;
  text-decoration: none; }
  .btn:hover, .btn:active {
    color: #008fcc;
    border-color: #008fcc; }
  .btn:active {
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.15);
            box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.15); }

.site-header {
  position: fixed;
  top: -40px;
  left: 0;
  right: 0;
  height: 40px;
  line-height: 40px;
  -webkit-transform: translate(0, 40px);
      -ms-transform: translate(0, 40px);
          transform: translate(0, 40px);
  background: rgba(255, 255, 255, 0.9);
  padding: 0 30px;
  z-index: 2; }
  .site-header .logo {
    display: none; }
    @media (min-width: 840px) {
      .site-header .logo {
        display: block;
        width: 16px;
        opacity: 0.5;
        position: absolute;
        top: 12px;
        left: 12px; } }

.main-nav {
  float: right;
  line-height: 40px; }
  .main-nav .nav-link {
    font-style: normal;
    text-decoration: none; }
    .main-nav .nav-link:not(:last-child) {
      margin-right: 1em; }
    .main-nav .nav-link:hover {
      text-decoration: underline; }
  @media (max-width: 840px) {
    .main-nav {
      float: none;
      font-size: 1em;
      text-align: center; } }
  @media (max-width: 500px) {
    .main-nav {
      font-size: 0.7em; } }

.main-wrapper .hero {
  position: relative;
  height: 100vh;
  z-index: 0;
  background: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-image: url("../img/site-bg-5.jpg");
  background-size: cover;
  background-position: top center; }
  .main-wrapper .hero > .hero-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    height: 15em;
    width: 15em;
    background: rgba(0, 179, 255, 0.9);
    color: #fff;
    padding: 46px 0;
    margin: -30px 30px 30px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    max-width: 300px;
    border-radius: 1000px;
    z-index: 1; }
    .main-wrapper .hero > .hero-text > * {
      line-height: 1.2em;
      margin: 0; }
    .main-wrapper .hero > .hero-text > * + * {
      margin: 0.6em 0 0; }
    .main-wrapper .hero > .hero-text > h1 {
      margin-top: 0.3em;
      font-weight: 600; }
    .main-wrapper .hero > .hero-text > a {
      display: block;
      font-size: 1em;
      font-style: italic;
      text-decoration: none; }
      .main-wrapper .hero > .hero-text > a:hover {
        text-decoration: underline; }

.site-footer {
  margin-top: 3em;
  padding: 3em 2em;
  background: #eeeeee;
  color: #666666;
  text-align: center;
  font-size: 0.8em; }

body.modal-show .main-wrapper::after {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: 2;
  -webkit-animation: fade-in 300ms ease;
          animation: fade-in 300ms ease; }

.pages .page {
  padding: 0 1em 0;
  max-width: 800px;
  margin: 1em auto 3em; }
  .pages .page .page-header {
    font-family: "Playfair Display", serif;
    padding-top: 1em;
    margin-top: 1em;
    margin-bottom: 1em;
    text-align: center;
    font-weight: 400;
    letter-spacing: 3px;
    font-size: 3em; }

.page.bio {
  max-width: 600px;
  font-family: "Playfair Display", serif;
  font-size: 1.1em;
  line-height: 1.4;
  padding-top: 3em;
  letter-spacing: 0.02em; }
  .page.bio .scaled {
    font-size: 3em;
    line-height: 0.8em; }

.page.skills {
  padding-left: 0;
  padding-right: 0; }
  @media (max-width: 840px) {
    .page.skills {
      max-width: none; } }
  .page.skills .container {
    max-width: 50vw;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 20px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    transition: all 600ms ease;
    background: #35E29E;
    -webkit-box-shadow: inset 1px 1px 4px rgba(0, 0, 0, 0.15);
            box-shadow: inset 1px 1px 4px rgba(0, 0, 0, 0.15); }
    @media (max-width: 1200px) {
      .page.skills .container {
        max-width: 600px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        padding-bottom: 0; } }
    @media (max-width: 500px) {
      .page.skills .container {
        max-width: none; } }
    .page.skills .container .card {
      width: calc(50% - 10px);
      padding: 10px 20px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      margin: 0;
      -webkit-transition: all 600ms ease;
      -o-transition: all 600ms ease;
      transition: all 600ms ease;
      background: #ffffff;
      -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.15);
              box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.15);
      text-align: center; }
      @media (max-width: 1200px) {
        .page.skills .container .card {
          width: 100%;
          margin-bottom: 20px; } }
      .page.skills .container .card .header {
        margin-top: 0.8em;
        margin-bottom: 0.5em;
        font-weight: 400;
        text-transform: uppercase;
        font-size: 1.2em;
        text-align: center;
        line-height: 1.5em; }
      .page.skills .container .card span {
        font-family: "Playfair Display", serif; }
      .page.skills .container .card img {
        display: inline-block;
        max-width: 100px;
        max-height: 30px; }
      .page.skills .container .card * {
        margin: 1em 0.5em; }
  .page.skills .controls {
    text-align: center;
    padding: 20px; }
    @media (max-width: 500px) {
      .page.skills .controls {
        display: none; } }
    .page.skills .controls .action-button {
      display: inline-block;
      color: #aaa;
      position: relative;
      z-index: 1;
      cursor: pointer;
      font-weight: 600;
      -webkit-user-select: none;
      -moz-user-select: none;
       -ms-user-select: none;
           user-select: none;
      line-height: 30px;
      -webkit-transition: color 200ms ease;
      -o-transition: color 200ms ease;
      transition: color 200ms ease; }
      .page.skills .controls .action-button .icon {
        height: 20px;
        padding: 10px 0;
        opacity: 0.5;
        border: 1px solid currentColor;
        padding: 15px;
        background: #ffffff;
        border-radius: 5px;
        -webkit-transition: opacity 200ms ease;
        -o-transition: opacity 200ms ease;
        transition: opacity 200ms ease; }
      .page.skills .controls .action-button:hover {
        color: #222222; }
        .page.skills .controls .action-button:hover .icon {
          opacity: 1; }
    .page.skills .controls .subtext {
      margin-top: 0.5em;
      font-size: 0.8em; }
  .page.skills .transition.container {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg); }
  .page.skills .transition > .card {
    -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
            transform: rotate(-180deg); }

.page.portfolio .portfolio-list {
  zoom: 1; }
  .page.portfolio .portfolio-list:before, .page.portfolio .portfolio-list:after {
    display: table;
    content: "";
    zoom: 1; }
  .page.portfolio .portfolio-list:after {
    clear: both; }
  .page.portfolio .portfolio-list .portfolio-item {
    position: relative;
    -webkit-perspective: 1500px;
            perspective: 1500px;
    float: left;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 48%;
    width: calc(50% - 10px);
    margin-bottom: 2%;
    margin-bottom: calc(20px + 0%);
    cursor: pointer; }
    .page.portfolio .portfolio-list .portfolio-item:nth-child(2n-1) {
      margin-right: 2%;
      margin-right: calc(20px + 0%); }
    .page.portfolio .portfolio-list .portfolio-item .portfolio-link {
      display: block;
      border: none;
      padding: 0;
      -webkit-backface-visibility: hidden;
              backface-visibility: hidden;
      -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.15);
              box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.15); }
      .page.portfolio .portfolio-list .portfolio-item .portfolio-link img {
        width: 100%;
        display: block; }
      @media (min-width: 840px) {
        .page.portfolio .portfolio-list .portfolio-item .portfolio-link {
          -webkit-transition: all 600ms ease;
          -o-transition: all 600ms ease;
          transition: all 600ms ease; } }
    .page.portfolio .portfolio-list .portfolio-item .project-description {
      display: none; }
      @media (min-width: 840px) {
        .page.portfolio .portfolio-list .portfolio-item .project-description {
          display: block;
          overflow: auto;
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          padding: 20px;
          -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.15);
                  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.15);
          -webkit-transition: all 600ms ease;
          -o-transition: all 600ms ease;
          transition: all 600ms ease;
          -webkit-backface-visibility: hidden;
                  backface-visibility: hidden;
          -webkit-transform: rotateY(180deg);
                  transform: rotateY(180deg); } }
      .page.portfolio .portfolio-list .portfolio-item .project-description .btn {
        margin-top: 1.5em;
        display: block;
        text-align: center; }
    @media (min-width: 840px) {
      .page.portfolio .portfolio-list .portfolio-item.flipped .portfolio-link {
        -webkit-backface-visibility: hidden;
                backface-visibility: hidden;
        -webkit-transform: rotateY(-180deg);
                transform: rotateY(-180deg); }
      .page.portfolio .portfolio-list .portfolio-item.flipped .project-description {
        -webkit-backface-visibility: hidden;
                backface-visibility: hidden;
        -webkit-transform: rotateY(0deg);
                transform: rotateY(0deg); } }

.page.contact {
  max-width: 600px;
  padding-bottom: 3em; }
  .page.contact p {
    text-align: center; }
  .page.contact .me {
    margin: 3em auto 0;
    width: 40%;
    display: block;
    border-radius: 1000px; }

.page.experience {
  max-width: none;
  background-color: #35B9E2;
  padding-bottom: 3em; }
  .page.experience .page-header {
    color: white; }
  .page.experience .jobs-list {
    margin: 0 auto;
    max-width: 600px; }
    .page.experience .jobs-list .job {
      background-color: #ffffff;
      margin-bottom: 3em;
      padding: 3em;
      -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.2);
              box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.2); }
      @media (max-width: 500px) {
        .page.experience .jobs-list .job {
          padding: 2em 1.5em; } }
      .page.experience .jobs-list .job .job-header .logo {
        max-width: 200px;
        display: block; }
      .page.experience .jobs-list .job .job-header .job-title {
        font-weight: 600;
        font-size: 1.2em;
        display: inline-block;
        margin-right: 0.5em;
        margin-bottom: 0; }
      .page.experience .jobs-list .job .job-header .dates {
        display: inline-block;
        font-family: "Playfair Display", serif;
        font-style: italic;
        margin-bottom: 0; }
      .page.experience .jobs-list .job .job-header .client-header,
      .page.experience .jobs-list .job .job-header .projects-header {
        margin-bottom: 0;
        font-weight: 600; }
      .page.experience .jobs-list .job .job-header ul.clients {
        list-style-type: none;
        padding: 0 0 0 1em; }
        @media (max-width: 840px) {
          .page.experience .jobs-list .job .job-header ul.clients {
            padding-left: 0.5em;
            text-align: center; } }
        .page.experience .jobs-list .job .job-header ul.clients li {
          display: inline-block; }
          .page.experience .jobs-list .job .job-header ul.clients li:not(:last-child) {
            margin-right: 15px;
            margin-left: 15px; }
        .page.experience .jobs-list .job .job-header ul.clients img {
          max-width: 120px;
          max-height: 30px;
          margin-bottom: 1em; }
      .page.experience .jobs-list .job .description .description-header {
        font-weight: 600;
        margin-bottom: 0.5em;
        margin-top: 0.5em; }
      .page.experience .jobs-list .job .description ul.duties {
        margin-top: 0.5em;
        padding: 0 0 0 2em; }
        @media (max-width: 500px) {
          .page.experience .jobs-list .job .description ul.duties {
            padding-left: 1.2em; } }

.modal-container {
  position: fixed;
  top: 5vh;
  bottom: 5vh;
  left: 15vw;
  right: 15vw;
  display: none;
  background: #ffffff;
  z-index: 2;
  -webkit-animation: slide-in 400ms ease;
          animation: slide-in 400ms ease;
  overflow: hidden;
  -webkit-box-shadow: 0 3px 7px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 7px 0px rgba(0, 0, 0, 0.2); }
  body.modal-show .modal-container {
    display: block; }
  .modal-container .modal-header {
    height: 60px;
    background: #ffffff;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
    -webkit-box-shadow: 0 0 6px 0px rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 6px 0px rgba(0, 0, 0, 0.2); }
    .modal-container .modal-header .header {
      font-size: 1.5em;
      margin: 0;
      line-height: 60px; }
    .modal-container .modal-header .close-modal {
      position: absolute;
      right: 0;
      top: 0;
      padding: 20px;
      display: inline-block;
      color: #aaaaaa;
      -webkit-transition: color 200ms ease;
      -o-transition: color 200ms ease;
      transition: color 200ms ease; }
      .modal-container .modal-header .close-modal:hover {
        color: inherit; }
  .modal-container .modal {
    padding: 80px 60px 60px;
    overflow: scroll;
    max-height: 90vh;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    .modal-container .modal .hero video {
      display: block;
      margin: 0 auto 60px; }
    .modal-container .modal .description img {
      max-width: 33%;
      -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.15);
              box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.15); }
      .modal-container .modal .description img.aside-left {
        float: left;
        margin-right: 1.5em; }
      .modal-container .modal .description img.aside-right {
        float: right;
        margin-left: 1.5em; }

@-webkit-keyframes slide-in {
  0% {
    -webkit-transform: translateY(30%);
            transform: translateY(30%);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1; } }

@keyframes slide-in {
  0% {
    -webkit-transform: translateY(30%);
            transform: translateY(30%);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1; } }
/*# sourceMappingURL=../dist/css/maps/site.css.map */