body{ margin: 0; padding: 0; box-sizing: border-box;}

* { 
    -moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box; 
     box-sizing: border-box; 
}

@-webkit-keyframes moveFromBottom {
    0% {opacity: 1; -webkit-transform: translateY(0px);
    }
    1% {opacity: 1; -webkit-transform: translateY(-5px);
    }
}
@-webkit-keyframes fadeIn{
    0%{opacity: 0;}
    100%{opacity: 1;}
}

@font-face{
    font-family: FontAwesome;
    src: url(FONTS/fontawesome-webfont.svg);
}


@keyframes fadeUp{
    0%{margin-top: 100px;opacity: 0;}
    100%{margin-top: 0px;opacity: 1;}
}
@-webkit-keyframes fadeUp{
    0%{margin-top: 100px;opacity: 0;}
    100%{margin-top: 0px;opacity: 1;}
}
@-moz-keyframes fadeUp{
    0%{margin-top: 100px;opacity: 0;}
    100%{margin-top: 0px;opacity: 1;}
}

@keyframes fadeUp2{
    0%{margin-top: 100px;opacity: 0;}
    100%{margin-top: 75px;opacity: 1;}
}
@-webkit-keyframes fadeUp2{
    0%{margin-top: 100px;opacity: 0;}
    100%{margin-top: 75px;opacity: 1;}
}
@-moz-keyframes fadeUp2{
    0%{margin-top: 100px;opacity: 0;}
    100%{margin-top: 75px;opacity: 1;}
}


#top{
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
}

#top_container{
    overflow: hidden;
    position: absolute;
    width: 100%;
    top: 50%;
    margin-top: -200px;
    height: 400px;
}

#logo_img{
    width: 100%;
    height: 200px;
    background-image: url(IMG/logo_giff.gif);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    -webkit-animation: fadeIn 3s;
    -webkit-animation-delay:1s;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    margin-bottom: 0;
    opacity: 0;
}

@-webkit-keyframes moveWidth{
    0%{width: 0px;}
    100%{width: 150px;}
}

#top p{
    position: relative;
    opacity: 0;
    width: 100px;
    margin: 0 auto;
    left:50;
    font-family: serif;
    font-style: italic;
    -webkit-animation: fadeDown 2s;
    -webkit-animation-delay:2s;
    -webkit-animation-fill-mode:forwards;
    text-align: left;
    text-align: left;
}

@-webkit-keyframes fadeDown{
    0%{
        opacity: 0;
        margin-top: 0px;
    }
    100%{
        opacity: 1;
        margin-top: 30px;
    }
}

#arrow_box{
    opacity: 0;
    -webkit-animation: fadeDown 2s;
    -webkit-animation-delay:2s;
    -webkit-animation-fill-mode:forwards;
    -moz-animation: fadeDown 2s;
    -moz-animation-delay:2s;
    -moz-animation-fill-mode:forwards;
    animation: fadeDown 2s;
    animation-delay:2s;
    animation-fill-mode:forwards;
}

.arrow{
    position: absolute;
    left: 50%;
    top: 260;
    margin-left: -25px;
    cursor: pointer;
    width: 50px;
    height: 50px;
    margin-top: 75;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    animation: bounce 3s infinite;
    -webkit-animation: bounce 3s infinite;
    -moz-animation: bounce 3s infinite;
}


@-webkit-keyframes bounce{
    0%{margin-top: 50px;}
    10%{margin-top: 75px;}
    20%{margin-top: 50px;}
    100%{margin-top: 50px;}
}


.arrow:hover{
    margin-top: 85px;
}

.arrow:hover .left_line, .arrow:hover .right_line, .arrow:hover .top_line{
    background-color: #666;
}


.top_line{
    position: absolute;
    width: 2px;
    height: 30px;
    background-color: #222;
    margin-left: -1px;
    left: 50%;
}

.left_line{
    position: absolute;
    margin-top: 24px;
    margin-left: 13px;
    width: 15px;
    height: 2px;
    background-color: #000;
    transform: rotate(50deg);
    -webkit-transform: rotate(50deg);
    -webkit-transition:background-color 0.1s ease-in-out;
}

.right_line{
    position: absolute;
    margin-top: 24;
    margin-left: 22;
    width: 15px;
    height: 2px;
    background-color: #000;
    transform: rotate(-50deg);
    -webkit-transform: rotate(-50deg);
    -webkit-transition:background-color 0.1s ease-in-out;
}



#footer{
    width: 100%;
    background-color: #e9e9e9;
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #222;
}
#footer_container{
    width: 90%;
    margin: 0 auto;
}

#footer p{
    color: #fff;
    text-align: left;
    font-family: sans-serif;
    font-size: 0.7em;
    line-height: 1.5em;
}















@media only screen and (min-width : 1000px) {

    
    
    
    #work{
    width: 100%;
    max-width: 1500px;
    margin: 200 auto 0;
    cursor: pointer;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    animation: fadeUp2 0.6s ease-in-out;
    -webkit-animation: fadeUp2 0.6s ease-in-out;
    -moz–animation: fadeUp2 0.6s ease-in-out;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    overflow: hidden;
    animation-delay: 0.3s;
    -webkit-animation-delay: 0.3s;
    -moz-animation-delay: 0.3s;
    cursor: url(IMG/pointer.png), auto;
}

.work{
    width: 25%;
}

.work:hover .overlay{
    opacity: 0.8;
}
 .work:hover .overlay_type{
     opacity: 1;
     margin-top: -25px;
 }

.work_img{
    width: 100%;
}

.overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #222;
    opacity: 0;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    cursor: pointer;
}

.overlay_type{
    position: absolute;
    height: 50px;
    top: 25px;
    float: left;
    left: 25px;
    z-index: 2;
    font-family: serif;
    font-style: italic;
    font-size: 1em;
    line-height: 1.2em;
    color: #fff;
    font-weight: 100;
    text-align: left;
    opacity: 0;
     transition: all 0.5s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
}
    
    
    
    #about{
        position: fixed;
        z-index: 900;
        width: 100%;
        padding-bottom: 25px;
        background-color: #fff;
        -webkit-box-shadow: 0 8px 6px -10px black;
        -moz-box-shadow: 0 8px 6px -10px black;
        box-shadow: 0 8px 6px -10px black;
        transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        overflow: auto;
}


.on{top: 75px;opacity: 1;}
.off{top: -1000px;opacity: 0;}


#about_container{
    width: 90%;
    max-width: 1500px;
    margin: 0 auto;
}

.about_info{
    width: 50%;
    border: none;
    float: left;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 20px;
    max-width: 400px;
}

.title{
    font-family: georgia;
    font-style: italic;
    font-weight: 100;
    font-size: 1.2em;
    line-height: 200%;
    color: #ff0030;
}
.p1{
    position: relative;
    font-family: sans-serif;
    font-size: 0.8em;
    line-height: 1.8em;
    color: #000;
    font-weight: 100;
}

.p2{
    position: relative;
    font-family: georgia;
    font-style: italic;
    font-size: 0.8em;
    line-height: 1.7em;
    color: #000;
    font-weight: 100;
    margin-top: 0px;
}

    .links{
        display: block;
        font-family: georgia;
        font-size: 0.8em;
        font-style: italic;
        color: #000;
        line-height: 2em;
        margin-top: 15px;
    }
    .links2{
        display: none;
    }
    .p3{
        margin-top: 0;
    }
    
.info_a{
    color: #ff0030;
    text-decoration: none;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
}

.info_a:hover{
    color: #999;
}
.resume{
    color: #000;
    text-decoration: none;
}
.resume:hover{
    color: #999;
}

.awards{color: #ff0030;}
.clear{
    clear: both;
}
    
    
    
    .info_btn{
        height: 100%;
    }
    
    .socials_top{
        display: none;
    }
    
    .socials_about{
        display: block;
        margin-left: -8px;
        margin-top: 30px;
    }
    
    .socials_about a{
        color: #999;
    }
    .socials_about a:hover{
        color: #ff0030;
        transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
    }

.work_a{
    position: relative;
    width: 50%;
    height: 50%;
    cursor: pointer;
}

.work{
    position: relative;
    width: 25%;
    float: left;
    overflow: hidden;
    cursor: pointer;
}




.p2 a{
    color: #ff0030;
    text-decoration: none;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
}

.p2 a:hover{
    color: #999;
}
   
    
    

    i{
        margin-left: 8px;
    }
    

}













@media only screen and (max-width : 999px) {

    
    #work{
    width: 100%;
    max-width: 1500px;
    margin: 200 auto 0;
    cursor: pointer;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    animation: fadeUp2 0.6s ease-in-out;
    -webkit-animation: fadeUp2 0.6s ease-in-out;
    -moz–animation: fadeUp2 0.6s ease-in-out;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    overflow: hidden;
    animation-delay: 0.3s;
    -webkit-animation-delay: 0.3s;
    -moz-animation-delay: 0.3s;
    cursor: url(IMG/pointer.png), auto;
}

.work{
    width: 25%;
}

.work:hover .overlay{
    opacity: 0.8;
}
 .work:hover .overlay_type{
     opacity: 1;
     margin-top: -25px;
 }

.work_img{
    width: 100%;
}

.overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #222;
    opacity: 0;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    cursor: pointer;
}

.overlay_type{
    position: absolute;
    height: 50px;
    top: 25px;
    float: left;
    left: 25px;
    z-index: 2;
    font-family: serif;
    font-style: italic;
    font-size: 1em;
    line-height: 1.2em;
    color: #fff;
    font-weight: 100;
    text-align: left;
    opacity: 0;
     transition: all 0.5s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
}
    



.title{
    font-family: georgia;
    font-style: italic;
    font-weight: 100;
    font-size: 1.2em;
    line-height: 200%;
    color: #ff0030;
}
.p1{
    position: relative;
    font-family: sans-serif;
    font-size: 0.8em;
    line-height: 1.8em;
    color: #000;
    font-weight: 100;
    margin-top: 50px;
}

.p2{
    position: relative;
    font-family: georgia;
    font-style: italic;
    font-size: 0.8em;
    line-height: 1.7em;
    color: #000;
    font-weight: 100;
}
    
    .links{
        display: none;
    }
    .links2{
        display: block;
        font-family: georgia;
        font-size: 0.8em;
        font-style: italic;
        color: #000;
        line-height: 2em;
        margin-top: 15px;
    }
    .p3{
        margin-top: 0;
    }
    

.info_a{
    color: #ff0030;
    text-decoration: none;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
}

.info_a:hover{
    color: #999;
}
.resume{
    color: #000;
    text-decoration: none;
}
.resume:hover{
    color: #999;
}

.awards{color: #ff0030;}
.clear{
    clear: both;
}
    
    .info_btn{
        height: 100%;
    }
    
    .socials_top{
        display: none;
    }
    
    .socials_about{
        display: block;
        margin-left: -8px;
        margin-top: 30px;
    }
    
    .socials_about a{
        color: #999;
    }
    .socials_about a:hover{
        color: #ff0030;
        transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
    }

.work_a{
    position: relative;
    width: 50%;
    height: 50%;
    cursor: pointer;
}

.work{
    position: relative;
    width: 50%;
    float: left;
    overflow: hidden;
    cursor: pointer;
}
    
    #about{
        position: fixed;
        z-index: 900;
        width: 100%;
        height: 100%;
        background-color: #fff;
        -webkit-box-shadow: 0 8px 6px -10px black;
        -moz-box-shadow: 0 8px 6px -10px black;
        box-shadow: 0 8px 6px -10px black;
        transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        overflow: auto;
    }

.on{top: 0px;opacity: 1;}
.off{top: -1000px;opacity: 0;}


#about_container{
    width: 95%;
    margin: 75px auto 0;
}

.about_info{
    border: none;
    float: left;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 20px;
    margin-left: 0;
    max-width: 400px;
    width: 100%;
}

.p2 a{
    color: #ff0030;
    text-decoration: none;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
}

.p2 a:hover{
    color: #999;
}
    

    i{
        margin-left: 8px;
    }
    

    
}














@media only screen and (max-width : 680px) {

    
    #work{
    width: 100%;
    max-width: 1500px;
    margin: 200 auto 0;
    cursor: pointer;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    animation: fadeUp2 0.6s ease-in-out;
    -webkit-animation: fadeUp2 0.6s ease-in-out;
    -moz–animation: fadeUp2 0.6s ease-in-out;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    overflow: hidden;
    animation-delay: 0.3s;
    -webkit-animation-delay: 0.3s;
    -moz-animation-delay: 0.3s;
    cursor: url(IMG/pointer.png), auto;
}

.work{
    width: 25%;
}

.work:hover .overlay{
    opacity: 0.8;
}
 .work:hover .overlay_type{
     opacity: 1;
     margin-top: -25px;
 }

.work_img{
    width: 100%;
}

.overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #222;
    opacity: 0;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    cursor: pointer;
}

.overlay_type{
    position: absolute;
    height: 50px;
    top: 25px;
    float: left;
    left: 25px;
    z-index: 2;
    font-family: serif;
    font-style: italic;
    font-size: 1em;
    line-height: 1.2em;
    color: #fff;
    font-weight: 100;
    text-align: left;
    opacity: 0;
     transition: all 0.5s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
}
    



.title{
    font-family: georgia;
    font-style: italic;
    font-weight: 100;
    font-size: 1.2em;
    line-height: 200%;
    color: #ff0030;
}
.p1{
    position: relative;
    font-family: sans-serif;
    font-size: 0.8em;
    line-height: 1.8em;
    color: #000;
    font-weight: 100;
}

.p2{
    position: relative;
    font-family: georgia;
    font-style: italic;
    font-size: 0.8em;
    line-height: 1.7em;
    color: #000;
    font-weight: 100;
}
    
    
    .links{
        display: none;
    }
    
    .links2{
        display: block;
        font-family: georgia;
        font-size: 0.8em;
        font-style: italic;
        color: #000;
        line-height: 2em;
        margin-top: 15px;
    }
    

.info_a{
    color: #ff0030;
    text-decoration: none;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
}

.info_a:hover{
    color: #999;
}
.resume{
    color: #000;
    text-decoration: none;
}
.resume:hover{
    color: #999;
}

.awards{color: #ff0030;}
.clear{
    clear: both;
}
    
    .info_btn{
        height: 100%;
    }
    
    .socials_top{
        display: none;
    }
    
    .socials_about{
        display: block;
        margin-left: -8px;
        margin-top: 30px;
    }
    
    .socials_about a{
        color: #999;
    }
    .socials_about a:hover{
        color: #ff0030;
        transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
    }

.work_a{
    position: relative;
    width: 50%;
    height: 50%;
    cursor: pointer;
}

.work{
    position: relative;
    width: 50%;
    float: left;
    overflow: hidden;
    cursor: pointer;
}
    
    #about{
        position: fixed;
        z-index: 900;
        width: 100%;
        height: 100%;
        background-color: #fff;
        -webkit-box-shadow: 0 8px 6px -10px black;
        -moz-box-shadow: 0 8px 6px -10px black;
        box-shadow: 0 8px 6px -10px black;
        transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        overflow: auto;
    }

.on{top: 0px;opacity: 1;}
.off{top: -1000px;opacity: 0;}


#about_container{
    width: 95%;
    margin: 75px auto 0;
}

.about_info{
    border: none;
    float: left;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 20px;
    margin-left: 0;
    max-width: 400px;
    width: 100%;
}

.p2 a{
    color: #ff0030;
    text-decoration: none;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
}

.p2 a:hover{
    color: #999;
}
    

    i{
        margin-left: 8px;
    }
    

    
    #top{
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        text-align: center;
        display: none;
}
    
    
    
}


