html, body {
  font-family: sans-serif;
  background-color: #f5f5f5;
  color: #000;
  height: 100%; }

body {
  display: flex;
  flex-direction: column; }

nav {
  width: 20%;
  height: 100vh;
  position: fixed;
  border: 1px solid #f5f5f5;
  background-color: #fff;
  z-index: 1; }

section, footer {
  display: flex;
  flex-direction: column;
  margin-left: 20%;
  width: 80%;
  padding-bottom: 120px;
  background: #fff;
  padding: 1em; }

section {
  margin-bottom: 80px; }

li {
  list-style: none; }

li a {
  text-decoration: none;
  color: #333;
  transition: color 1s; }

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

#info a {
  text-decoration: none;
  color: #333;
  transition: color 1s; }

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

.box a {
  text-decoration: none;
  color: #333;
  transition: color 1s; }

.box a:hover {
  text-decoration: none;
  color: #333; }

/* nav */
.nav-list {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  height: 100vh;
  font-size: 30px;
  padding: 0;
  z-index: 1; }
  .nav-list a {
    display: flex;
    flex-direction: column;
    align-items: center; }
  .nav-list i {
    font-size: 30px; }

/* Hands */
.hands {
  margin-left: 20%;
  display: flex;
  justify-content: space-between;
  position: relative;
  top: -60px; }
  .hands #hand-right {
    margin-left: 5%; }
  .hands #hand-left {
    margin-right: 5%; }

/* About Me */
#aboutMe {
  display: flex;
  flex-direction: column;
  background-color: #fff; }

.title {
  align-self: center;
  text-align: center;
  margin-bottom: 50px; }
  .title h2 {
    font-size: 46px; }
  .title h3 {
    font-size: 20px; }

.content {
  display: flex;
  align-items: center;
  background: #fff; }
  .content #details {
    font-size: 16px;
    line-height: 1.5; }
  .content #links {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 80px; }
    .content #links .link-item {
      margin: 40px; }
      .content #links .link-item a {
        color: #333;
        transition: color 1s; }
      .content #links .link-item a:hover {
        text-decoration: none;
        color: #D9D562; }

/* Works */
.box {
  display: flex;
  flex-direction: column;
  height: 150px;
  transition: background-color 0.8s;
  overflow: hidden;
  position: relative;
  margin-bottom: 25px;
  background-color: black !important; }

.box h4 {
  margin: 0;
  align-self: flex-end;
  font-size: 45px;
  color: #fff;
  height: 100%;
  position: relative; }

.main {
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 150px; }

#kamzan {
  background-image: url("../img/kamzan.png"); }

#kamzan h4 {
  top: 100px;
  left: 5px; }

#teva {
  background-image: url("../img/teva.png"); }

#teva h4 {
  font-size: 30px;
  top: 70px;
  left: 15px;
  font-family: alef; }

#topshop {
  background-image: url("../img/topshop3.png"); }

#topshop h4 {
  display: flex;
  justify-content: center;
  align-items: center; }

#devshots {
  background-image: url("../img/devshots.png"); }

#devshots h4 {
  font-size: 30px;
  top: 110px;
  left: 10px; }

#devshots i {
  position: relative;
  top: -15px;
  left: -10px;
  color: white;
  font-weight: bold;
  font-size: 20px; }

.second {
  transition: opacity 1.5s ,transform 1s;
  background-color: #D9D562;
  padding-top: 20px;
  padding-bottom: 100px;
  padding-left: 10%;
  padding-right: 10%;
  text-align: center;
  opacity: 0;
  -ms-transform: translate(0px, 0px);
  /* IE 9 */
  -webkit-transform: translate(0px, 0px);
  /* Safari */
  transform: translate(0px, 150px); }

.box:hover .second {
  flex-direction: column;
  -ms-transform: translate(0px, 0px);
  /* IE 9 */
  -webkit-transform: translate(0px, 0px);
  /* Safari */
  transform: translate(0px, -150px);
  opacity: 1; }

#skills ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  box-sizing: border-box;
  padding-left: 0px; }
  #skills ul li {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    text-align: center;
    margin: 15px;
    flex-wrap: wrap; }
    #skills ul li img {
      max-width: 100px;
      transition: filter 1s;
      filter: grayscale(100%); }
    #skills ul li img:hover {
      filter: grayscale(0%); }

/* Contact */
/*Form*/
.form-group input {
  border: black 1px solid;
  border-radius: 0px;
  color: black; }

.form-group textarea {
  border: black 1px solid;
  border-radius: 0px;
  color: black;
  height: 100px; }

.btn.btn-default {
  background-color: black;
  color: white;
  border-radius: 0px;
  transition: background-color 1s;
  border: none;
  width: 300px;
  height: 100px;
  max-width: 50%;
  max-height: 10%;
  font-size: 24px; }

.btn.btn-default:hover {
  background-color: #D9D562; }

/*Info*/
#info h4 {
  font-size: 24px; }

#info h5 {
  font-size: 18px; }

/* Skrollr Parallax */
.skrollr-desktop body {
  height: 100% !important; }

.parallax-image-wrapper {
  position: fixed;
  left: 0;
  width: 80%;
  margin-left: 20%;
  overflow: hidden; }

.parallax-image-wrapper-100 {
  height: 100%;
  top: -100%;
  background-color: #f5f5f5; }

.parallax-image-100 {
  height: 100%;
  top: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position-x: 50%; }

#skrollr-body {
  height: 100%;
  overflow: visible;
  position: relative; }

.gap-100 {
  height: 100%; }

@media (max-width: 1100px) {
  .nav {
    display: none; }

  .hands {
    display: none; }

  .parallax-image {
    display: none; }

  .parallax-image-wrapper {
    display: none; }

  .gap.gap-100 {
    display: none; }

  section {
    width: 100%;
    margin-left: 0px; }

  /* ABOUT */
  .content {
    flex-direction: column-reverse; }

  #links {
    width: 50%; }

  #links dl {
    display: flex; }

  /* WORK */
  .box:hover .second {
    opacity: 0; }

  /* Contact */
  #info h4 {
    font-size: 18px; }

  #info h5 {
    font-size: 18px; } }

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