body {
    background-color: #fff;
    font-size: 1.2em;
  }
  ul {
    margin:5px 0 0 -20px;
    list-style: circle;
  }
  ul li {
    font-size:1.06em;
    line-height: 1.7em;
  }
  ul li ul{
   list-style: disc; 
   margin-left:-40px;
  }
  header{
    min-height: 90px;
    border-bottom: #f7f7f7 solid 5px;
  }


  @media (min-width: 1200px) {
      .container {
        margin-top: 0px;
        width: 75%;
      }

      .name {
        font-size: 4.00em;
        font-weight: 400;
        font-family: 'Lato', sans-serif; 
        text-align: center;        
      }
  }
  
  @media (min-width: 992px) {
  }

  @media (max-width: 480px) {
      body {
        font-size: 1.4em;
      }

      .name {
        font-size: 2.50em;
        font-weight: 400;
        font-family: 'Lato', sans-serif; 
        text-align: center;        
      }
  }


  .body_container {
    margin: 0 15px;
    padding: 0;
  }

  .job {
    padding: 20px 0;
    border-bottom: #d6d6d6 dotted 1px;
  }

  .job .where {
    color:#6d6d6d;
  }

  .job .year {
    font-size: 1.1em;
  }



  .name > small {
    font-weight: 300;
    font-family: 'Lato', sans-serif; 
  }

  .box {
    margin-bottom: 40px;
  }
  #education .year {
    font-size: 1.1em;
    padding:15px 10px;
  }
  .header-prof {
    min-height: 100vh;
    padding-top: 20vh;
  }
  .header-row {
    margin-bottom: 40px;
  }

  .item-skills {
    background-color: #6d6d6d;
    font-size: 1.1em;
    padding-left:7px;
  }

  .avatar {
    border-radius: 50%;
    box-shadow: 0 0 0 0 rgba(200, 95, 66, 0.4) inset, 0 0 0 7px rgba(255, 255, 255, 0.6) inset, 0 1px 2px rgba(0, 0, 0, 0.1);
    cursor: default;
    height: 330px;
    margin: 0 auto;
    position: relative;
    width: 330px;
  }

  .parallax {
      background-attachment: fixed !important;
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover;
      color: #ffffff;
      text-align: center;
  }

  .parallax-overlay, .parallax-overlay-1 {
      background: none repeat scroll 0 0 rgba(0,0,0,0.7);
      height: 100%;
  }

  .contact-item .icon {
    padding: 10px;
    border-right: 1px solid #f7f7f7;
    border-bottom: 1px solid #f7f7f7;
    opacity: 0.8;
  }

  .contact-item .icon a {
    color:#ccc;
  }

  .contact-item .title {
    font-size: 1.2em;
    padding-left:7px;
    margin-top:5px;
  }

  .contact-item .description {
    font-size: 1.0em;
    padding-left:7px;
  }

  .contact-item a {
    color: #363636;
  }

  .contact-item a.twitter:hover .icon {
    color:#55acee;
  }

  .contact-item a.facebook:hover .icon {
    color:#3b5999;
  }

  .contact-item a.linkedin:hover .icon {
    color:#0077B5;
  }

  .contact-item a.instagram:hover .icon {
    color:#e4405f;
  }

  .contact-item a.pinterest:hover .icon {
    color:#bd081c;
  }

  .contact-item a.skype:hover .icon {
    color:#00AFF0;
  }

  .contact-item a.github:hover .icon {
    color:#000000;
  }

  .contact-item a.codepen:hover .icon {
    color:#000000;
  }

  @-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

.bounce {
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}

.arrow {
  position: absolute;
  top: 90vh;
  color:#ccc;
  opacity: 0.3;
}

.job .profession {
  font-size: 1.5em;
}

.job .profession img{
    float:right;
}

.description ul li ul li {
  list-style: none;
}
.description ul li ul li::before {
  content: "\f0a9";
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: #000;
  font-size: 14px;
  padding-left: 0.5em;
  margin-right: 10px;
  color:#ccc;
}
.description ul li ul li:last-child {
  margin-bottom: 13px;
}