html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, address, cite, code, del, dfn, em, font, img, ins, kbd, q, samp, strong, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input {
  margin: -1px -1px -1px 0;
}

html > body input {
  margin: 0;
}

* + html > body input {
  margin: -1px;
}

::-webkit-scrollbar {
  width: 20px;
}

::-webkit-scrollbar-thumb {
  background-color: white;
}

body {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  line-height: 1.4;
  font-size: 110%;
  font-weight: 300;
  color: #555;
  overflow-y: overlay;
  background: #311151;
  /* Old browsers */
  background: -moz-linear-gradient(top, #311151 12%, #230a87 30%, #207ce5 50%, #499bea 70%, #a5e7ff 88%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(12%, #311151), color-stop(30%, #230a87), color-stop(50%, #207ce5), color-stop(70%, #499bea), color-stop(88%, #a5e7ff));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #311151 12%, #230a87 30%, #207ce5 50%, #499bea 70%, #a5e7ff 88%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #311151 12%, #230a87 30%, #207ce5 50%, #499bea 70%, #a5e7ff 88%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #311151 12%, #230a87 30%, #207ce5 50%, #499bea 70%, #a5e7ff 88%);
  /* IE10+ */
  background: linear-gradient(to bottom, #311151 12%, #230a87 30%, #207ce5 50%, #499bea 70%, #a5e7ff 88%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#311151", endColorstr="#a5e7ff",GradientType=0 );
  /* IE6-9 */
}

h1 {
  font-size: 250%;
}

h2 {
  text-align: center;
  font-size: 211%;
  color: #FFF;
  margin: 1em 0;
  font-family: "Orbitron", Helvetica, Arial, sans-serif;
}

p {
  margin: 0 0 1.4em;
}

a, a:visited {
  color: #000;
}

a:hover {
  text-decoration: none;
  color: #555;
}

#loading {
  background: #25151d url(../images/loading.gif) center center no-repeat;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 9999;
}

#container {
  /*height: 6000px;*/
  padding-top: 100px;
  padding-bottom: 400px;
  background: url(../images/stars2.png) center 0 repeat fixed;
}

section {
  display: block;
  margin: 0 100px 400px 250px;
  position: relative;
  z-index: 38;
}

#resume {
  border: 4px solid #FFF;
  padding: 50px;
  color: #FFF;
  font-size: 90%;
  font-weight: 100;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  max-width: 800px;
}
#resume h1 {
  line-height: 1;
  margin-bottom: 0.25em;
  text-transform: uppercase;
  font-weight: 900;
  font-family: "Orbitron", Helvetica, Arial, sans-serif;
  background: url(../images/resume-star.png) left center no-repeat;
  margin-left: -95px;
  margin-top: -0.6em;
  padding-bottom: 0.6em;
  padding-left: 95px;
  padding-top: 0.6em;
}
#resume h1 img {
  display: none;
}
#resume h2 {
  font-family: "Orbitron", Helvetica, Arial, sans-serif;
  margin-bottom: 0;
  text-align: left;
}
#resume h3 {
  margin: 1.5em 0 0.5em 0;
}
#resume a {
  color: #FFF;
}
#resume .site-callout {
  border-top: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
  margin-bottom: 1.25em;
  margin-top: 2.25em;
  padding: 1em;
  text-align: center;
}
#resume .site-callout h3 {
  font-style: italic;
  font-weight: 500;
  margin: 0;
  line-height: 1;
}
#resume .site-callout h3 strong {
  font-style: normal;
  font-weight: 700;
}
#resume dl {
  overflow: hidden;
}
#resume dt {
  font-size: 85%;
  font-weight: 700;
  color: #BBB;
  text-transform: uppercase;
  font-size: 85%;
  font-weight: 700;
  color: #BBB;
  text-transform: uppercase;
  float: left;
  width: 11em;
  line-height: 1.2;
  margin-bottom: 1.5em;
  clear: left;
  border-top: 3px solid #FFF;
  padding-top: 4px;
}
#resume dd {
  margin-left: 1em;
  margin-bottom: 0.5em;
  margin-bottom: 0.5em;
  float: left;
  border-top: 1px solid #FFF;
  padding-top: 2px;
  padding-right: 0.5em;
}
#resume dd ul li {
  list-style: none;
  margin-bottom: 0;
  margin-left: 0;
}
#resume strong {
  font-weight: 700;
}
#resume .quote {
  border-left: 2px solid #FFF;
  padding-left: 1em;
  font-style: italic;
}
#resume ul li {
  font-size: 85%;
  margin-bottom: 0.75em;
}

.btn-download {
  float: right;
  width: 34px;
  height: 34px;
  border: 2px solid #FFF;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  background: url(../images/btn-download.png) center -35px no-repeat;
  opacity: 0.35;
  filter: alpha(opacity=35);
  transition: all 0.2s ease-in 0s;
  text-indent: -999em;
  cursor: pointer;
}
.btn-download:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  background-position: center 0;
}

#work h2 {
  position: relative;
}
#work h2::before, #work h2::after {
  content: "";
  display: block;
  border-bottom: 1px solid #FFF;
  width: 43%;
  position: absolute;
  top: 0;
  height: 10px;
  margin-top: 10px;
}
#work h2::before {
  border-left: 1px solid #FFF;
  margin-left: 0;
  left: 0;
}
#work h2::after {
  border-right: 1px solid #FFF;
  margin-right: 0;
  right: 0;
}
#work .row {
  margin-left: -1%;
}
#work .row .item {
  float: left;
  width: 32%;
  margin-left: 1%;
  margin-bottom: 1%;
  background-color: #f23a5d;
  cursor: pointer;
  position: relative;
  z-index: 1;
}
#work .row .item:hover {
  z-index: 5;
}
#work .row .item:hover img {
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
  transform: scale(1.15);
  -webkit-transform: scale(1.15);
  opacity: 1;
  filter: alpha(opacity=100);
}
#work .row .item img {
  width: 100%;
  opacity: 0.2;
  filter: alpha(opacity=20);
  filter: grayscale(85%);
  -webkit-filter: grayscale(85%);
  transition: all 0.3s ease-out 0s;
  background-color: #ea1f1f;
}
#work .row .item.orange, #work .row .item.orange img {
  background-color: #f19608;
}
#work .row .item.yellow, #work .row .item.yellow img {
  background-color: #fbdc23;
}
#work .row .item.green, #work .row .item.green img {
  background-color: #21a700;
}

#skills {
  background: url(../images/skills-white.png) center center no-repeat;
  background-size: 603px 625px;
  height: 610px;
}
#skills ul, #skills h2 {
  visibility: hidden;
}

#intro {
  padding-top: 400px;
  z-index: 41;
  margin: 0 auto;
  text-align: center;
  position: relative;
  width: 70%;
  max-width: 756px;
  -moz-perspective: 800;
  -webkit-perspective: 800;
  perspective: 800;
}
#intro .word-bubble {
  background: #F5F5F5;
  padding: 40px 40px 20px;
  border-bottom: 5px solid #2fb3d5;
  position: absolute;
  width: 380px;
  margin-left: -230px;
  left: 50%;
  bottom: 164px;
  -webkit-transition: all 1s ease-out 0.5s, opacity 0.2s ease-out 0.5s;
  transition: all 1s ease-out 0.5s, opacity 0.2s ease-out 0.5s;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
  opacity: 1;
  filter: alpha(opacity=100);
}
#intro .word-bubble strong {
  display: block;
  margin-bottom: 0.2em;
  font-size: 120%;
  font-weight: 700;
  color: #fb8d0b;
}
#intro .word-bubble:after {
  content: " ";
  background: url(../images/intro-arrow.png) center center no-repeat;
  width: 62px;
  height: 31px;
  position: absolute;
  bottom: -31px;
  left: 50%;
  margin-left: -31px;
}
#intro a {
  display: inline-block;
  margin-left: -10%;
  padding: 1.25% 0;
  text-align: center;
  width: 20%;
  line-height: 1;
  border: 3px solid #000;
  border-color: rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 3em;
  -moz-border-radius: 3em;
  -ms-border-radius: 3em;
  border-radius: 3em;
  text-decoration: none;
  -webkit-transition: all 0.25s ease-in-out 0s;
  transition: all 0.25s ease-in-out 0s;
  position: absolute;
  bottom: 2.75em;
}
#intro a.first {
  left: 0;
}
#intro a.second {
  left: 25%;
}
#intro a.third {
  left: 75%;
}
#intro a.fourth {
  left: 100%;
}
#intro a:hover {
  color: #FFF;
  border-color: #000;
  background: #000;
}
#intro .about {
  padding: 0.5em;
  width: 1em;
  position: absolute;
  left: 50%;
  margin-left: -1.2em;
  bottom: -60px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-style: italic;
}
#intro .about:hover {
  color: #000;
  border-color: #FFF;
  background-color: #FFF;
}

body.not-loaded #intro .word-bubble {
  /*-webkit-transform: rotateY(45deg) rotateX(15deg) rotateZ(10deg);
  transform: rotateY(45deg) rotateX(15deg) rotateZ(10deg);*/
  -webkit-transform: rotateX(95deg) rotateZ(20deg);
  transform: rotateX(95deg) rotateZ(20deg);
  opacity: 0;
  filter: alpha(opacity=0);
}

.portrait {
  display: inline-block;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  width: 132px;
  height: 132px;
  position: relative;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
}
.portrait:hover {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.portrait .face {
  position: absolute;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.portrait .front {
  background-image: url(../images/portrait-front.png);
}
.portrait .back {
  background-image: url(../images/portrait-back.png);
  background-size: 100% auto;
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.no-click {
  pointer-events: none;
}

.parallax {
  /*transition: all .5s ease-out 0s*/
}

#ship {
  background: url(../images/ship2.png);
  width: 120px;
  height: 300px;
  position: fixed;
  z-index: 60;
  bottom: 0;
  background-size: 100% auto;
  left: 20px;
}

#mountains {
  background: url(../images/mountains.png) center bottom repeat-x;
  height: 294px;
  position: fixed;
  width: 100%;
  bottom: 0;
  z-index: 40;
}

#trees {
  background: url(../images/trees.png) center bottom repeat-x;
  height: 434px;
  position: fixed;
  width: 100%;
  bottom: 0;
  z-index: 45;
}

#clouds {
  background: url(../images/clouds.png) center bottom repeat-x;
  height: 129px;
  position: fixed;
  width: 100%;
  bottom: 450px;
  z-index: 35;
}

#earth {
  background: url(../images/earth2.png) center bottom no-repeat;
  background-size: 100% auto;
  height: 0;
  /*padding-top: 10.16%; value for earth.png */
  padding-top: 11.66%;
  position: fixed;
  width: 100%;
  bottom: 0;
  z-index: 30;
}

#underground {
  position: fixed;
  top: 100%;
  padding: 5% 25%;
  background: #3d2b0e url(../images/underground.png) center 0 repeat-x;
}

#underground .close {
  position: absolute;
  right: 25%;
  top: 5%;
  font-size: 200%;
  color: #AAA;
  text-decoration: none;
  -webkit-transition: color 0.3s ease-in-out 0s;
  transition: color 0.3s ease-in-out 0s;
}

#underground .close:hover {
  color: #FFF;
}

#underground h3 {
  font-size: 150%;
  color: #FFF;
  margin-bottom: 0.75em;
}

#underground p {
  color: #AAA;
  margin: 0;
  padding-bottom: 1em;
}

#btn-menu {
  position: fixed;
  right: 20px;
  top: 20px;
  z-index: 9998;
  width: 34px;
  height: 34px;
  border: 1px solid #6e4cff;
  background: url(../images/btn-menu.png) 0 center no-repeat;
  opacity: 0.35;
  filter: alpha(opacity=35);
  transition: all 0.2s ease-in 0s;
  cursor: pointer;
}
#btn-menu:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
#btn-menu.menu-open {
  background-position: -36px center;
  transition: all 0.2s ease-out 0s;
}

#menu {
  width: 300px;
  height: 100%;
  position: fixed;
  top: 0;
  right: -300px;
  z-index: 9997;
  background-color: #333;
  background-color: rgba(40, 30, 50, 0.85);
  color: #999;
}

#menu-items {
  border-top: 1px solid #999;
  margin: 76px 20px 20px;
}
#menu-items li a {
  display: block;
  border-bottom: 1px solid #999;
  padding: 20px;
  font-weight: 900;
  letter-spacing: 0.1em;
  font-size: 80%;
  text-transform: uppercase;
  text-decoration: none;
  color: #FFF;
  cursor: pointer;
  font-family: "Orbitron", Helvetica, Arial, sans-serif;
  transition: all 0.25s ease-in-out 0s;
}

#menu-items li a:hover, #menu-items li a:active, #menu-items li a:focus {
  background-color: #FFF;
  color: #000;
  padding-left: 40px;
}

.work-modal-container {
  display: none;
  -webkit-perspective: 1200;
  perspective: 1200;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99999;
}

.work-modal {
  position: absolute;
  width: auto;
  height: auto;
  z-index: 999999;
  top: 0;
  left: 0;
  margin: 20px;
  overflow: hidden;
  background-color: #FFF;
}
.work-modal.animate {
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
.work-modal.close {
  -webkit-transition: all 500ms cubic-bezier(0.2, 1, 0.46, 1);
  -moz-transition: all 500ms cubic-bezier(0.2, 1, 0.46, 1);
  -o-transition: all 500ms cubic-bezier(0.2, 1, 0.46, 1);
  transition: all 500ms cubic-bezier(0.2, 1, 0.46, 1);
  /* custom */
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.46, 1);
  -moz-transition-timing-function: cubic-bezier(0.2, 1, 0.46, 1);
  -o-transition-timing-function: cubic-bezier(0.2, 1, 0.46, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.46, 1);
  /* custom */
}

/* WORK GALLERY PANE */
.work-gallery {
  width: 50%;
  float: left;
  overflow: hidden;
  position: relative;
  z-index: 5;
  box-shadow: 0 0 30px 0px rgba(0, 0, 0, 0.3);
  transition: left 0.5s ease-in-out 0s;
}
.work-gallery .work-gallery-items {
  width: 100%;
  position: relative;
  left: 0%;
  -webkit-transition: left 500ms cubic-bezier(0.2, 1, 0.46, 1);
  -moz-transition: left 500ms cubic-bezier(0.2, 1, 0.46, 1);
  -o-transition: left 500ms cubic-bezier(0.2, 1, 0.46, 1);
  transition: left 500ms cubic-bezier(0.2, 1, 0.46, 1);
  /* custom */
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.46, 1);
  -moz-transition-timing-function: cubic-bezier(0.2, 1, 0.46, 1);
  -o-transition-timing-function: cubic-bezier(0.2, 1, 0.46, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.46, 1);
  /* custom */
}
.work-gallery .work-gallery-items li {
  position: relative;
  float: left;
  width: 100%;
  height: 100%;
  list-style: none;
}
.work-gallery .work-gallery-items li img {
  width: 100%;
  display: block;
}
.work-gallery .gallery-loading {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -90px;
  margin-top: -90px;
  width: 180px;
  height: 180px;
  background: #25151d url(../images/loading.gif) center center no-repeat;
  -webkit-border-radius: 90px;
  -moz-border-radius: 90px;
  -ms-border-radius: 90px;
  border-radius: 90px;
}
.work-gallery .next, .work-gallery .prev {
  position: absolute;
  text-align: center;
  top: 50%;
  margin-top: -36px;
  width: 36px;
  height: 72px;
  line-height: 72px;
  background-color: rgba(255, 255, 255, 0);
  color: #000;
  text-align: center;
  transition: all 0.25s ease-out 0s;
  opacity: 0.7;
  filter: alpha(opacity=70);
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 100;
  font-size: 150%;
  cursor: pointer;
  z-index: 9999999;
}
.work-gallery .next:hover, .work-gallery .prev:hover {
  width: 72px;
}
.work-gallery .next {
  right: 0;
}
.work-gallery .prev {
  left: 0;
}
.work-gallery:hover .next, .work-gallery:hover .prev {
  background-color: white;
  opacity: 1;
  filter: alpha(opacity=100);
}

/* WORK INFO PANE */
.work-info {
  width: 50%;
  height: 100%;
  float: left;
  position: relative;
  background: #FFF;
  transition: left 0.5s ease-in-out 0s;
}
.work-info .work-header {
  padding: 40px 100px 40px 40px;
  background-color: #F3F3F3;
}
.work-info .work-description {
  padding: 40px;
}
.work-info h3 {
  font-family: "Orbitron", Helvetica, Arial, sans-serif;
  font-size: 150%;
  text-transform: uppercase;
}
.work-info h3 span.name {
  padding-right: 0.25em;
}
.work-info h3 span.date {
  font-weight: 100;
  white-space: nowrap;
  color: #BBB;
  font-size: 80%;
}
.work-info .objective-label {
  margin: 0.5em 0 0;
  padding-left: 100px;
  font-style: italic;
}
.work-info .objective-label strong {
  font-style: normal;
  font-family: "Orbitron", Helvetica, Arial, sans-serif;
  text-transform: lowercase;
  font-size: 80%;
  font-weight: 100;
  float: left;
  line-height: 2;
  margin-left: -100px;
}
.work-info .tech {
  margin: 20px 0 -20px;
  height: 36px;
}
.work-info .tech li {
  width: 34px;
  height: 34px;
  text-align: center;
  font-size: 80%;
  line-height: 32px;
  border: 1px solid #AAA;
  float: left;
  margin-right: 10px;
  -webkit-border-radius: 32px;
  -moz-border-radius: 32px;
  -ms-border-radius: 32px;
  border-radius: 32px;
  overflow: hidden;
  color: #777;
  background-color: #FFF;
}
.work-info .tech li img {
  width: 100%;
  display: block;
}
.work-info .tech li.skills-used-label {
  width: 100px;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  margin-right: 0;
  background-color: transparent;
  color: #777;
  font-family: "Orbitron", Helvetica, Arial, sans-serif;
  text-transform: lowercase;
  line-height: 36px;
  text-align: left;
}
.work-info .tech li.tech-ps {
  border-color: #0f65c1;
  color: #0f65c1;
}
.work-info .tech li.tech-il {
  border-color: #e67931;
  color: #e67931;
}
.work-info .tech li.tech-fl {
  border-color: #c63535;
  color: #c63535;
}
.work-info .tech li.tech-xd {
  border-color: #ff26be;
  color: #ff26be;
}
.work-info .tech li.tech-ecommerce {
  border-color: #008543;
  color: #008543;
  font-size: 110%;
}

.btn-close {
  position: absolute;
  right: 40px;
  top: 40px;
  border: 1px solid #EEE;
  background: #FFF;
  text-align: center;
  color: #CCC;
  line-height: 34px;
  width: 34px;
  height: 34px;
  font-family: "Open Sans", "Orbitron", Helvetica, Arial;
  font-weight: 100;
  font-size: 150%;
  cursor: pointer;
  transition: all 0.3s ease-out 0s;
}
.btn-close:hover {
  color: #FFF;
  background-color: #311151;
  border-color: #311151;
}

.clear {
  clear: both;
}

@media screen and (max-width: 1200px) {
  #mountains {
    background-size: 100% auto;
  }

  #trees {
    background-size: 100% auto;
  }

  #clouds {
    background-size: 100% auto;
  }

  #underground {
    background-size: 100% auto;
  }
}
@media screen and (max-width: 768px) {
  #container {
    padding-bottom: 200px;
  }

  section {
    margin: 0 50px 200px 100px;
  }

  h2 {
    font-size: 135%;
  }

  #work {
    margin: 75% 5%;
  }
  #work h2 {
    margin-left: 0;
    text-align: center;
    top: 0;
    width: 100%;
  }

  .work-gallery {
    width: 100%;
    float: none;
  }

  .work-info {
    width: 100%;
    float: none;
  }

  #skills {
    height: 1px;
    padding-bottom: 100%;
    margin: 5%;
    background-size: 100% auto;
    background-size: contain;
  }

  #intro .word-bubble {
    width: 400px;
    margin-left: -240px;
  }
  #intro a.first {
    left: 15%;
  }
  #intro a.second {
    left: 15%;
  }
  #intro a.third {
    left: 85%;
  }
  #intro a.fourth {
    left: 85%;
  }

  #underground {
    padding: 5%;
  }
  #underground h3 {
    padding-right: 15%;
  }
  #underground .close {
    right: 5%;
  }

  #ship {
    width: 60px;
    height: 150px;
  }
}
/*@media screen and (max-width: 360px) {*/
@media screen and (max-width: 460px) {
  body {
    font-size: 100%;
  }

  #resume {
    margin: 20px;
    padding: 0;
    border: 0;
  }
  #resume h1 {
    font-size: 180%;
    background-image: none;
  }
  #resume p {
    font-size: 100%;
  }
  #resume dt {
    width: 40%;
  }
  #resume dd {
    width: 50%;
  }

  #work .row {
    margin-left: -1%;
  }
  #work .row .item {
    width: 49%;
  }

  #intro a {
    background-color: transparent !important;
    border: 0 !important;
    font-weight: 700;
    color: #1c3748;
    text-transform: uppercase;
    width: 40%;
    margin-left: -20%;
  }
  #intro .about {
    backround-color: #FFF;
    text-transform: none;
  }
  #intro .word-bubble {
    width: 220px;
    margin-left: -150px;
  }
  #intro a.first {
    left: 0;
    bottom: 4.5em;
  }
  #intro a.second {
    left: 0;
    bottom: 2em;
  }
  #intro a.third {
    left: 100%;
    bottom: 4.5em;
  }
  #intro a.fourth {
    left: 100%;
    bottom: 2em;
  }

  .work-modal {
    margin: 0;
  }

  .work-header {
    padding: 17px 17px 40px;
  }

  .work-info h3 {
    padding-right: 40px;
  }
  .work-info .objective-label {
    padding-left: 0;
  }
  .work-info .objective-label strong {
    float: none;
    margin-left: 0;
    display: block;
  }
  .work-info .tech li.skills-used-label {
    float: none;
  }
  .work-info .objective {
    margin-top: 1.3em;
    padding-left: 0;
    font-size: 90%;
  }
  .work-info .objective strong {
    margin-left: 0;
    float: none;
    display: block;
    font-size: 90%;
    line-height: 1.3;
  }
  .work-info .work-description {
    /*padding: 20px;*/
  }

  .btn-close {
    right: 16px;
    top: 16px;
    font-size: 200%;
  }

  #ship {
    display: none;
  }
}
/* Retina (1.5x and up) */
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  #loading {
    background-size: 80px 80px;
  }
}
/* Print stylesheet (for resume) */
.print-only {
  display: none;
}

@media print {
  .print-only {
    display: block;
  }

  body {
    font-size: 75%;
    background: #FFF;
    color: #000 !important;
  }

  #container {
    padding: 0;
  }

  /* Hide design elements, non-resume elements */
  .parallax, #intro, #work, #skills, .btn-download, #btn-menu, #loading, #underground, #menu {
    display: none;
  }

  #resume {
    border-color: #555;
    margin: 0;
    padding: 6.5%;
    color: #000;
    max-width: auto;
  }
  #resume a {
    color: #000;
  }
  #resume h1 {
    background: none;
    margin-bottom: -1em;
    margin-left: 0;
    padding: 0.4em 0 0.8em;
  }
  #resume h1 img {
    display: block;
    float: left;
    width: 2em;
    height: 2em;
    margin-right: 0.35em;
    margin-top: -0.35em;
    margin-left: -0.35em;
  }
  #resume h2 {
    font-size: 125%;
    color: #000;
  }
  #resume h3 {
    margin-left: 0;
  }
  #resume dt, #resume dd {
    border-color: #CCC;
  }
  #resume .quote {
    border-left: 0;
    padding-left: 0;
    font-style: normal;
  }
  #resume ul li {
    margin-left: 0;
    font-size: 92%;
  }
  #resume .width-cap {
    max-width: 50em;
  }

  a {
    text-decoration: none;
  }

  a:link:after, a:visited:after {
    content: " [" attr(href) "] ";
  }

  div > a:link:after, div > a:visited:after {
    content: " | (440) 554-8981 | 1545 Jackson St APT 214, Oakland CA 94612";
  }

  div > a {
    display: block;
    margin-bottom: 2em;
    font-weight: 700;
  }

  /* Alternate style, no frame */
  body {
    font-size: 85%;
  }

  #resume {
    padding: 0;
    border: 0;
  }
  #resume h1 {
    margin-top: 0;
  }
  #resume h1 img {
    margin-left: 0;
  }
}

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