.introduction-content, .projects-content, .hermana-content {
    -webkit-transition: 1.5s;
    -o-transition: 1.5s;
    transition: 1.5s;
    -webkit-transform: translate( 0, 0 ) matrix( 1, 0, 0, 1, 0, 0 );
        -ms-transform: translate( 0, 0 ) matrix( 1, 0, 0, 1, 0, 0 );
            transform: translate( 0, 0 ) matrix( 1, 0, 0, 1, 0, 0 );
}

/*.introduction-image-row-1-col-1 {
    -webkit-transition: 1.5s;
    -o-transition: 1.5s;
    transition: 1.5s;
    -webkit-transform: translate( 0, 5px ) matrix( 1, 0, 0, 1, 0, 0 );
        -ms-transform: translate( 0, 5px ) matrix( 1, 0, 0, 1, 0, 0 );
            transform: translate( 0, 5px ) matrix( 1, 0, 0, 1, 0, 0 );
}

.introduction-image-row-1-col-2 {
    -webkit-transition: 1.5s;
    -o-transition: 1.5s;
    transition: 1.5s;
    -webkit-transform: translate( 0, 15px ) matrix( 1, 0, 0, 1, 0, 0 );
        -ms-transform: translate( 0, 15px ) matrix( 1, 0, 0, 1, 0, 0 );
            transform: translate( 0, 15px ) matrix( 1, 0, 0, 1, 0, 0 );
}

.introduction-image-row-1-col-3 {
    -webkit-transition: 1.5s;
    -o-transition: 1.5s;
    transition: 1.5s;
    -webkit-transform: translate( 0, 20px ) matrix( 1, 0, 0, 1, 0, 0 );
        -ms-transform: translate( 0, 20px ) matrix( 1, 0, 0, 1, 0, 0 );
            transform: translate( 0, 20px ) matrix( 1, 0, 0, 1, 0, 0 );
}

.introduction-image-row-2-col-1 {
    -webkit-transition: 1.5s;
    -o-transition: 1.5s;
    transition: 1.5s;
    -webkit-transform: translate( 0, -5px ) matrix( 1, 0, 0, 1, 0, 0 );
        -ms-transform: translate( 0, -5px ) matrix( 1, 0, 0, 1, 0, 0 );
            transform: translate( 0, -5px ) matrix( 1, 0, 0, 1, 0, 0 );
}

.introduction-image-row-2-col-2 {
    -webkit-transition: 1.5s;
    -o-transition: 1.5s;
    transition: 1.5s;
    -webkit-transform: translate( 0, -15px ) matrix( 1, 0, 0, 1, 0, 0 );
        -ms-transform: translate( 0, -15px ) matrix( 1, 0, 0, 1, 0, 0 );
            transform: translate( 0, -15px ) matrix( 1, 0, 0, 1, 0, 0 );
}

.introduction-image-row-2-col-3 {
    -webkit-transition: 1.5s;
    -o-transition: 1.5s;
    transition: 1.5s;
    -webkit-transform: translate( 0, -20px ) matrix( 1, 0, 0, 1, 0, 0 );
        -ms-transform: translate( 0, -20px ) matrix( 1, 0, 0, 1, 0, 0 );
            transform: translate( 0, -20px ) matrix( 1, 0, 0, 1, 0, 0 );
}*/

.dark_menu {
    color:black !important;
}

::-webkit-input-placeholder {
    color:red;
}

::-moz-placeholder {
    color:red;
}

::-ms-placeholder {
    color:red;
}

::placeholder {
    color:red;
}
