@import url(http://fonts.googleapis.com/css?family=Raleway:300|Oxygen);
.logo, .linkedin, .blogger, .mail, .github {
  display: inline-block;
  text-indent: -9999px;
  width: 32px;
  height: 32px;
  background-size: 32px 32px;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-filter: drop-shadow(0px 0px 3px rgba(255, 255, 255, 0.5));
  filter: url(/img/shadow.svg#drop-shadow);
  margin-top: 8px;
}
.logo path, .linkedin path, .blogger path, .mail path, .github path {
  fill: silver;
}

.pad-bottom {
  margin-bottom: 16px;
}

.pad-top {
  margin-top: 8px;
}

.github {
  background-image: url(/img/github.svg);
}
.github:hover {
  background-image: url(/img/github-h.svg);
}

.mail {
  background-image: url(/img/mail.svg);
}
.mail:hover {
  background-image: url(/img/mail-h.svg);
}

.blogger {
  background-image: url(/img/blogger.svg);
}
.blogger:hover {
  background-image: url(/img/blogger-h.svg);
}

.linkedin {
  background-image: url(/img/linkedin.svg);
}
.linkedin:hover {
  background-image: url(/img/linkedin-h.svg);
}

.preload {
  display: none !important;
}

#links {
  position: fixed;
  z-index: 999;
  height: auto;
}
#links .row {
  border-bottom: none;
}
#links div {
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
}

h1 {
  font: "Raleway", sans-serif;
  letter-spacing: 1px;
  text-align: left;
}

h2 {
  text-align: right;
}

body {
  font: 1.7em "Oxygen", sans-serif;
  letter-spacing: 1px;
  line-height: 150%;
  color: #333;
}
@media (max-width: 511.3333333333px) {
  body #about {
    font-size: 0.7em;
    line-height: 140%;
  }
}

body > div {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
body > div .landing-text {
  text-align: right;
  border-radius: 3px;
}
@media (max-width: 767px) {
  body > div .landing-text {
    background-color: rgba(255, 255, 255, 0.4);
  }
}

#portfolio {
  box-shadow: 0px -2px 12px #000;
  background: #444444;
  background: -moz-radial-gradient(center, ellipse cover, #444444 0%, #777777 100%);
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #444444), color-stop(100%, #777777));
  background: -webkit-radial-gradient(center, ellipse cover, #444444 0%, #777777 100%);
  background: -o-radial-gradient(center, ellipse cover, #444444 0%, #777777 100%);
  background: -ms-radial-gradient(center, ellipse cover, #444444 0%, #777777 100%);
  background: radial-gradient(ellipse at center, #444444 0%, #777777 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#444444", endColorstr="#777777", GradientType=1 );
  color: #FFF;
}
@media (max-width: 511.3333333333px) {
  #portfolio {
    font-size: 0.67em;
    line-height: 140%;
  }
}
@media (min-width: 511.3333333333px) and (max-width: 767px) {
  #portfolio {
    font-size: 0.7em;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #portfolio {
    font-size: 0.8em;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #portfolio {
    font-size: 0.9em;
  }
}
@media (min-width: 1200px) {
  #portfolio {
    font-size: 0.9em;
  }
}
#portfolio .menubar {
  position: absolute;
  bottom: 48px;
  z-index: 999;
  text-align: justify;
  -ms-text-justify: distribute-all-lines;
  text-justify: distribute-all-lines;
  left: 50%;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
}
@media (max-width: 511.3333333333px) {
  #portfolio .menubar {
    display: none !important;
  }
}
@media (min-width: 511.3333333333px) and (max-width: 767px) {
  #portfolio .menubar {
    width: 575.25px;
    margin-left: -287.625px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #portfolio .menubar {
    width: 768px;
    margin-left: -384px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #portfolio .menubar {
    width: 992px;
    margin-left: -496px;
  }
}
@media (min-width: 1200px) {
  #portfolio .menubar {
    width: 992px;
    margin-left: -496px;
  }
}
#portfolio .menubar a:focus {
  outline: 0;
}
#portfolio .menubar .pButton {
  white-space: pre;
  text-align: center;
  vertical-align: middle;
  line-height: 24px;
  display: inline-block;
  height: 24px;
  width: 24px;
  border: 2px solid #333333;
  border-radius: 50%;
  -webkit-transition: -webkit-box-shadow 0.4s;
  -moz-transition: -moz-box-shadow 0.4s;
  transition: box-shadow 0.4s;
}
#portfolio .menubar .pButton:hover {
  -webkit-box-shadow: 0px 0px 8px 0px rgba(200, 200, 200, 0.6) !important;
  -moz-box-shadow: 0px 0px 8px 0px rgba(200, 200, 200, 0.6) !important;
  box-shadow: 0px 0px 8px 0px rgba(200, 200, 200, 0.6) !important;
}
#portfolio .menubar .stretch {
  width: 100%;
  display: inline-block;
  font-size: 0;
  line-height: 0;
}

.slide, .firstslide {
  z-index: 1;
}
@media (max-width: 511.3333333333px) {
  .slide, .firstslide {
    position: fixed;
    left: 50%;
    top: 45%;
    height: 370px;
    width: 306.8px;
    margin-left: -153.4px;
    margin-top: -185px;
  }
  .slide .container-fixed, .firstslide .container-fixed {
    padding: 8px !important;
  }
  .slide .container-fixed .image-wrapper, .firstslide .container-fixed .image-wrapper {
    display: none !important;
  }
}
@media (min-width: 511.3333333333px) and (max-width: 767px) {
  .slide, .firstslide {
    position: fixed;
    left: 50%;
    top: 45%;
    height: 400px;
    width: 575.25px;
    margin-left: -287.625px;
    margin-top: -200px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .slide, .firstslide {
    position: fixed;
    left: 50%;
    top: 45%;
    height: 470px;
    width: 768px;
    margin-left: -384px;
    margin-top: -235px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .slide, .firstslide {
    position: fixed;
    left: 50%;
    top: 45%;
    height: 470px;
    width: 992px;
    margin-left: -496px;
    margin-top: -235px;
  }
}
@media (min-width: 1200px) {
  .slide, .firstslide {
    position: fixed;
    left: 50%;
    top: 45%;
    height: 470px;
    width: 992px;
    margin-left: -496px;
    margin-top: -235px;
  }
}
.slide .container-fixed, .firstslide .container-fixed {
  padding: 48px;
  background: rgba(16, 16, 16, 0.7);
  -webkit-box-shadow: 1px 3px 7px 2px #444444;
  -moz-box-shadow: 1px 3px 7px 2px #444444;
  box-shadow: 1px 3px 7px 2px #444444;
}
.slide .image-wrapper, .slide .text, .firstslide .image-wrapper, .firstslide .text {
  display: inline-block;
  float: none;
  vertical-align: middle;
  margin-right: -0.25em;
}
.slide .caption, .firstslide .caption {
  text-align: center;
  line-height: 100%;
  margin-top: 4px;
}
@media (max-width: 767px) {
  .slide .caption, .firstslide .caption {
    font-size: 0.5em;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .slide .caption, .firstslide .caption {
    font-size: 0.6em;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .slide .caption, .firstslide .caption {
    font-size: 0.7em;
  }
}
@media (min-width: 1200px) {
  .slide .caption, .firstslide .caption {
    font-size: 0.7em;
  }
}

.stacked-images a:nth-child(3) img {
  margin-top: 6px;
}
.stacked-images img {
  display: block;
  margin: auto;
  background: #FFFFFF;
}

.animated {
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-25px);
  }
  60% {
    -webkit-transform: translateY(-15px);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  -moz-animation-name: bounce;
  animation-name: bounce;
}