.portfolio-box {
    /*transition: ;*/
    animation-duration: 0.75s;
    animation-delay: 0.1s;
    animation-name: animate-fade;
    animation-timing-function: cubic-bezier(.26,.53,.74,1.48);
    animation-fill-mode: backwards;
}

@keyframes animate-fade {
    0% { opacity: 0; }
    100% { opacity: 1; }
  }

#portfolio > .container{
    padding-bottom: 2vh;
}

#buttonsProject button {
    margin-top: 0;
}

#buttonsProject button {
    margin-top: 1.5vh;
}

#portfolio > .container > .row .primary{
    margin-bottom: 0.5vh;
}

.mfp-title a{
    color: #ff9129;
 }