/* 
    Created on : 2 avr. 2016, 11:16:19
    Author     : alPgorithm
*/

@font-face {
    font-family: "p2r";
    src: url("../font/MuseoSans_500-webfont.eot?") format("eot"),
        url("../font/MuseoSans_500-webfont.woff") format("woff"),
        url("../font/MuseoSans_500-webfont.ttf") format("truetype");
}

body {
    background: rgb(27,25,26);
    color: #fff;
    text-align: center;
    padding: 20px;
    font-family: 'p2r';
}

a {
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    font-weight: normal;
}

a:hover {
    text-decoration: underline;
}

.logo {
    margin: 20px;
    max-width: 400px;
}

.social {
    max-width: 50px;
}

footer a:first-child {
    margin-left: 20px;
}

.credit {
    /*font-size: 12px;*/
    font-weight: lighter;
}

@media screen and (max-width: 340px){
    body {
        padding: 0px;
    }
    
    .logo {
        max-width: 200px;
    }
}




