@charset "UTF-8";
/* CSS Document */
/*--CSS Reset--*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym,
address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl,
dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas,
details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  background: transparent; }

/*--variables--*/
html {
  background-color: #e3e3e3;
  height: 100%; }

body {
  font-family: helvetica;
  color: #666;
  font-weight: 200; }

img {
  width: 100%;
  height: auto;
  display: block;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto; }

h1 {
  font-size: 24px;
  color: #ec4e1b;
  margin: 20px 0px 20px 0px; }

h2 {
  font-size: 18px;
  color: #09a1a7;
  margin-bottom: 10px;
  font-weight: 400; }

h3 {
  font-size: 50px;
  color: #09a1a7; }

h4 {
  float: left;
  margin: 8px 2px 0 -4px; }

p {
  font-size: 16px;
  color: #666; }

li {
  padding: 8px 0px 8px 0px; }

a {
  color: inherit;
  text-decoration: none; }

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both; }

/* Buttons -------------------------------------------------------------- */
.button-group {
  bottom: 10px;
  margin-right: 10px;
  position: absolute;
  right: 20px; }

.button {
  padding-left: 20px;
  padding-right: 20px;
  color: #09a1a7;
  background-color: white;
  padding-bottom: 8px;
  padding-top: 8px;
  border: 1px solid white;
  font-family: sans-serif;
  font-weight: 200;
  cursor: pointer;
  float: left;
  margin-left: 10px;
  margin-bottom: 20px; }

.important {
  color: white;
  background-color: #09a1a7; }

/* Visibility Toggles --------------------------------------------------- */
.hide {
  display: none; }

.display {
  display: block; }

.invisible {
  opacity: 0;
  -moz-transition: opacity .5s;
  -webkit-transition: opacity .5s;
  -o-transition: opacity .5s;
  transition: opacity .5s; }

.visible {
  -moz-transition: opacity .5s;
  -webkit-transition: opacity .5s;
  -o-transition: opacity .5s;
  transition: opacity .5s;
  opacity: 1; }

/* top nav -------------------------------------------------------------- */
.nav-container {
  width: 100%;
  height: 75px;
  background-color: #f2f3f4;
  position: fixed;
  box-shadow: 0px 4px 26px rgba(0, 0, 0, 0.2);
  opacity: .98;
  z-index: 1; }

.logo {
  position: fixed;
  z-index: 100;
  height: 75px; }

.vl {
  background-color: #ec4e1b;
  color: white;
  display: inline-block;
  font-size: 61px;
  font-weight: 200;
  height: 100%;
  letter-spacing: -3px;
  line-height: 85px;
  padding-left: 11px;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  width: 80px; }

.creative {
  color: white;
  display: inline-block;
  font-size: 61px;
  font-weight: 200;
  height: auto;
  text-shadow: 0 0 3px #aaa; }

/* side nav and menu link --------------------------------------------------*/
.side-nav {
  position: fixed;
  right: 0px;
  width: 0%;
  margin-top: 74px;
  background: #f2f3f4;
  box-shadow: inset 0px -10px 40px rgba(0, 0, 0, 0.84);
  height: 100%;
  border-top: 1px solid #eeeeee;
  border-left: 1px solid #eeeeee;
  -moz-transition: margin-right .5s;
  -webkit-transition: margin-right .5s;
  -o-transition: margin-right .5s;
  transition: margin-right .5s;
  -moz-transition: width .5s;
  -webkit-transition: width .5s;
  -o-transition: width .5s;
  transition: width .5s; }
  .side-nav ul {
    opacity: 0;
    -moz-transition: opacity .25s;
    -webkit-transition: opacity .25s;
    -o-transition: opacity .25s;
    transition: opacity .25s;
    list-style: none; }
  .side-nav li {
    padding: 20px 0px 16px 30px;
    text-align: left;
    font-size: 40px;
    color: #ec4e1b;
    background-color: white;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
    margin: 12px;
    border-left: 6px solid;
    cursor: pointer; }
    .side-nav li.text-blurb {
      color: #09a1a7;
      font-size: 20px;
      padding: 24px 12px 24px 30px;
      cursor: default; }
  .side-nav li:first-child {
    border-top: none; }
  .side-nav #contact-me {
    color: #12434d;
    text-shadow: none;
    cursor: auto; }
  .side-nav li.inset {
    border-bottom: 1px solid #0bc1c7; }
  .side-nav .inset {
    background: #12686b;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5) inset;
    padding-left: 50px; }
    .side-nav .inset p {
      padding: 5px 0px 5px 0px;
      color: #d9fcfd;
      text-shadow: 1px 1px #666; }

.menu {
  float: right;
  height: auto;
  width: auto;
  margin: 18px 26px 0px 0px;
  padding: 0px 5px 0px 4px;
  cursor: pointer; }
  .menu .line {
    height: 2px;
    width: 40px;
    background: #ec4e1b;
    margin: 9px 0px 6px 0px;
    border-bottom: 1px solid white;
    border-left: 1px solid white; }

.active .line {
  height: 2px;
  margin-top: 8px;
  margin-bottom: 12px;
  border: none;
  opacity: 0;
  transition: opacity .5s;
  -moz-transition: opacity .5s;
  -webkit-transition: opacity .5s; }
.active .line:first-child {
  opacity: 1;
  animation-name: rotateNavTopLine;
  animation-duration: .25s;
  animation-fill-mode: forwards;
  /* FIREFOX */
  -moz-animation-name: rotateNavTopLine;
  -moz-animation-duration: .25s;
  -moz-animation-fill-mode: forwards;
  /* CHROME */
  -webkit-animation-name: rotateNavTopLine;
  -webkit-animation-duration: .25s;
  -webkit-animation-fill-mode: forwards; }
.active .line:last-child {
  opacity: 1;
  animation-name: rotateNavBottomLine;
  animation-duration: .25s;
  animation-fill-mode: forwards;
  /* FIREFOX */
  -moz-animation-name: rotateNavBottomLine;
  -moz-animation-duration: .25s;
  -moz-animation-fill-mode: forwards;
  /* CHROME */
  -webkit-animation-name: rotateNavBottomLine;
  -webkit-animation-duration: .25s;
  -webkit-animation-fill-mode: forwards; }

.inactive .line {
  opacity: 1;
  transition: opacity .5s;
  -moz-transition: opacity .5s;
  -webkit-transition: opacity .5s; }
.inactive .line:first-child {
  opacity: 1;
  animation-name: rotateBackNavTopLine;
  animation-duration: .25s;
  animation-fill-mode: forwards;
  /* FIREFOX */
  -moz-animation-name: rotateBackNavTopLine;
  -moz-animation-duration: .25s;
  -moz-animation-fill-mode: forwards;
  /* CHROME */
  -webkit-animation-name: rotateBackNavTopLine;
  -webkit-animation-duration: .25s;
  -webkit-animation-fill-mode: forwards; }
.inactive .line:last-child {
  opacity: 1;
  animation-name: rotateBackNavBottomLine;
  animation-duration: .25s;
  animation-fill-mode: forwards;
  /* FIREFOX */
  -moz-animation-name: rotateBackNavBottomLine;
  -moz-animation-duration: .25s;
  -moz-animation-fill-mode: forwards;
  /* CHROME */
  -webkit-animation-name: rotateBackNavBottomLine;
  -webkit-animation-duration: .25s;
  -webkit-animation-fill-mode: forwards; }

.open-nav {
  margin-right: 0%;
  width: 30%; }
  .open-nav ul {
    opacity: 1;
    -moz-transition: opacity .5s;
    -webkit-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s; }

/* tiled project container ----------------------------------------*/
.project-container {
  width: 100%;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
  padding: 15px;
  float: left;
  -moz-transition: width .5s;
  -webkit-transition: width .5s;
  -o-transition: width .5s;
  transition: width .5s; }

.reduce-width {
  width: 70%; }

.project {
  float: left;
  box-sizing: border-box;
  width: 25%;
  padding: 15px;
  cursor: pointer; }

.project-role {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  -moz-transition: opacity 0.5s ease-out;
  -webkit-transition: opacity 0.5s ease-out;
  -o-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out; }

.project:hover .project-role {
  visibility: visible;
  opacity: 1;
  -moz-transition-delay: 1s;
  -webkit-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s; }

.project-title {
  font-size: 16px;
  color: #cccccc;
  padding: 8px 0px 6px 10px;
  cursor: pointer;
  background-color: white;
  border-bottom: 3px solid #cccccc;
  box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.1);
  transition: color 0.5s ease;
  -moz-transition: color 0.5s ease;
  -webkit-transition: color 0.5s ease; }

.project-title:hover {
  color: #ec4e1b; }

/* ------------------- Project Showcases -------------------------- */
.showcase-container {
  width: 0%;
  height: 100%;
  background-color: #f2f3f4;
  z-index: -100;
  position: absolute;
  opacity: 0;
  /*display: none;*/
  /*This fixes safari height issue, but kills the transition */ }

.show {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 200;
  opacity: 1;
  /*display: block;*/
  /*This fixes safari height issue, but kills the transition */
  -moz-transition: opacity .5s;
  -webkit-transition: opacity .5s;
  -o-transition: opacity .5s;
  transition: opacity .5s; }

.showcase-nav {
  width: 0%;
  height: 54px;
  background-color: #ec4e1b;
  position: fixed;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.25);
  opacity: 0; }

.show-showcase-nav {
  width: 100%;
  z-index: 200;
  opacity: 1;
  -moz-transition: opacity .5s;
  -webkit-transition: opacity .5s;
  -o-transition: opacity .5s;
  transition: opacity .5s; }
  .show-showcase-nav .project-title-inner {
    display: block; }

.project-text {
  background: white none repeat scroll 0 0;
  border-bottom: 1px solid #e2e3e4;
  color: #cccccc;
  font-size: 12px;
  min-width: 150px;
  padding: 6px 0px 6px 12px;
  width: auto; }

.no-scroll {
  position: fixed; }

.scrolling-enabled {
  position: relative; }

.showcase {
  margin-top: 54px;
  border-bottom: 10px solid #ec4e1b;
  background-color: #f2f3f4;
  overflow: hidden; }
  .showcase img {
    position: relative; }
  .showcase .image-container img {
    max-width: none;
    position: absolute; }

.project-title-inner {
  width: 100%;
  text-align: center;
  font-size: 21px;
  color: white;
  margin-top: 15px;
  float: left;
  display: none;
  letter-spacing: 1px;
  text-shadow: 0px 1px 5px rgba(0, 0, 0, 0.25); }

.back-btn {
  width: 40px;
  height: 50px;
  position: absolute;
  margin: 1px 20px 9px 9px;
  cursor: pointer; }
  .back-btn .line {
    width: 23px;
    height: 2px;
    background: white;
    float: left;
    margin: 3px 3px 3px 3px;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.5); }
    .back-btn .line.one {
      -webkit-transform: rotate(-45deg);
      -webkit-transform-origin: top left;
      -moz-transform: rotate(-45deg);
      -moz-transform-origin: top left;
      margin-top: 25px; }
    .back-btn .line.two {
      -webkit-transform: rotate(45deg);
      -webkit-transform-origin: bottom left;
      -moz-transform: rotate(45deg);
      -moz-transform-origin: bottom left;
      margin-top: -6px; }

/* ---------------- showcase container backgrounds -------------------*/
.bg-black {
  background-color: black; }

/* ---------------- Resume -------------------------------------------*/
.resume {
  height: auto; }
  .resume ul {
    margin: 0px 0px 20px 20px;
    list-style-type: square;
    list-style-position: outside;
    line-height: 20px; }
  .resume p {
    line-height: 20px; }
  .resume .page {
    border: 1px solid #cccccc;
    box-shadow: 0px 0px 2px #cccccc;
    height: auto;
    width: auto;
    background: white;
    margin-top: 100px;
    margin-bottom: 20px;
    padding: 40px;
    margin-left: 10%;
    margin-right: 10%;
    max-width: 950px;
    display: none; }
    .resume .page img {
      height: auto;
      width: auto; }

.download {
  float: right;
  margin-top: -25px;
  cursor: pointer; }

.resume.show .page {
  display: block; }

/* ---------------- Wireframes -------------------------------------------*/
#wireframe-showcase .showcase {
  background-color: white;
  margin-top: 0px; }

.story {
  background-color: #f2f3f4;
  border-bottom: 2px dotted #cccccc;
  border-top: 1px solid #b6b6b6;
  padding: 12px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-top: 54px;
  color: #00537e;
  text-align: center;
  width: auto;
  z-index: 200; }

/* -------------------- Footer -----------------------------------------*/
footer {
  background-color: white;
  float: left;
  width: 100%;
  padding: 15px;
  box-sizing: border-box;
  border-top: 1px dashed #cccccc;
  font-size: 21px;
  font-weight: 100;
  color: #09a1a7;
  border-bottom: 10px solid #09a1a7;
  -moz-transition: width .5s;
  -webkit-transition: width .5s;
  -o-transition: width .5s;
  transition: width .5s; }
  footer div {
    float: left;
    width: 25%;
    padding: 15px;
    box-sizing: border-box; }
    footer div.container {
      float: left;
      width: 100%; }
  footer img {
    width: 54px;
    float: left;
    margin: 7px 7px 0px 7px; }
  footer h3 {
    display: inline-block;
    float: left;
    font-weight: bolder;
    padding: 0px 4px 0px 4px;
    background-color: #f2f3f4;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
    margin-right: 6px;
    text-align: center;
    width: 34px;
    font-size: 28px; }
  footer p {
    float: left;
    width: 100%;
    color: #cccccc;
    font-size: 12px;
    margin: 5px 0px 0px 0px; }
  footer ul {
    list-style: none;
    font-size: 12px;
    color: #cccccc; }
  footer li {
    padding: 2px 0px; }

/*# sourceMappingURL=styles.css.map */
