/* 
    Design Mickael Schmit (http://www.mickael-schmit.eu)
    Author     : Mickael Schmit (http://www.mickael-schmit.eu)
*/


@font-face {
    font-family: "Nova";
    src: url('../fonts/NOVABOLD.otf');
}


/* HEADER */
header {
    background: #242424;
    height: 150px;
    width: 100%;
    text-align: center;
    color: white;
}

#menu {
    padding-top: 70px;
    text-align: center;
}

#menu li {
    list-style-type: none;
    display: inline;
    padding-right: 10px;
    padding-left: 10px;
    font-family: "Nova";    
    font-size: 18px;
}

#menu li a {
    color: #fff;
}

#menu .active {
    margin-bottom: 10px;
    border-bottom: 2px #fff dashed;
}

/* CORPS */
#portfolio, #competences, #contact {
    margin-top: 50px;
}

.ima {
    border: 1px solid #ccc;
    background-color: white;
    padding: 9px;
    margin: 7px;
}

.center {
    text-align: center;
}

#contact input {
    width:300px;
}

#contact textarea {
    width:500px;
    height: 300px;
}

/* FOOTER */
footer {
    background: #242424;
    height: 100px;
    width: 100%;
    text-align: center;
    color: white;
}

#footer {
    padding-top: 45px;

}

#social {
    padding-top: 20px;
}

ul.social li {
    position: relative;
    display: inline-block;
    margin: 0.25em;
    top: 0;
    border-radius: 6px;
    overflow: hidden;
    background: #444;
    background-image: -moz-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.2));
    background-image: -webkit-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.2));
    background-image: -o-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.2));
    background-image: -ms-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.2));
    background-image: linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.2));
    -moz-transition: background-color .2s ease-in-out, top .2s ease-in-out;
    -webkit-transition: background-color .2s ease-in-out, top .2s ease-in-out;
    -o-transition: background-color .2s ease-in-out, top .2s ease-in-out;
    -ms-transition: background-color .2s ease-in-out, top .2s ease-in-out;
    transition: background-color .2s ease-in-out, top .2s ease-in-out;
    box-shadow: inset 0px 0px 0px 1px #282828, inset 0px 2px 1px 0px rgba(255,255,255,0.1);
}

/*********************************************************************************/
/* Icons                                                                         */
/* Powered by Font Awesome by Dave Gandy | http://fontawesome.io                 */
/* Licensed under the SIL OFL 1.1 (font), MIT (CSS)                              */
/*********************************************************************************/

ul.social li.twitter:hover {
    background-color: #2DAAE4;
}
ul.social li.facebook:hover {
    background-color: #3C5A98;
}
ul.social li.dribbble:hover {
    background-color: #C4376B;
}
ul.social li.linkedin:hover {
    background-color: #006599;
}
ul.social li.tumblr:hover {
    background-color: #51718A;
}
ul.social li.googleplus:hover {
    background-color: #DA2713;
}
ul.social li.github:hover {
    background-color: #FAFAFA;
}
ul.social li.skype:hover {
    background-color: #10BEF1;
}
ul.social li a
{
    display: block;
    position: relative;
    width: 48px;
    height: 48px;
    outline: 0;
    color: #2E2E2E !important;
    line-height: 48px;
    font-size: 24px;
    text-shadow: 1px 1px 0px rgba(255,255,255,0.1);
}

ul.social li a span
{
    display: block;
    text-indent: -9999px;
}