body, html {
    margin: 0;
    padding: 60px;
    font-family: 'Roboto Mono', "Courier New", Courier, "Lucida Sans Typewriter", "Lucida Typewriter", monospace;
    font-size: 13px;
    line-height: 22px;
    color: #111;
    background-color: #fff;
}

.ident {
    display: block;
    width: 39px;
    height: 36px;
    margin: 0 0 36px 0;
    text-indent: -9999px;
    background-image: url(../img/cs.png);
    background-position: left top;
    background-repeat: no-repeat;
}

h1 {
    margin: 0 0 7px 0;
    font-size: 13px;
    line-height: 22px;
    font-weight: normal;
}

p {
    width: 100%;
    max-width: 300px;
    margin: 0 0 22px 0;
    color: rgba(0,0,0,0.5);
}

p a {
    position: relative;
    color: rgba(0,0,0,0.5);
    text-decoration: none;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

p a:hover {
    color: #111;
}

p a:after {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 100%;
    height: 1px;
    background: rgba(0,0,0,0.1);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

p a:hover:after {
    background: #111;
}

.social--links {
    margin: 0;
    padding: 0;
    list-style: none;
}

.social--links li {
    float: left;
    display: inline-block;
    margin: 0 30px 0 0;
}

.social--links li a {
    position: relative;
    display: block;
    padding: 4px 0;
    color: rgba(0,0,0,0.5);
    text-decoration: none;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.social--links li a:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: rgba(0,0,0,0.1);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.social--links li a.dribbble:hover {
    color: #ea4c89;
}

.social--links li a.dribbble:hover:after {
    background: #ea4c89;
}

.social--links li a.behance:hover {
    color: #1769ff;
}

.social--links li a.behance:hover:after {
    background: #1769ff;
}

.social--links li a.twitter:hover {
    color: #1da1f2;
}

.social--links li a.twitter:hover:after {
    background: #1da1f2;
}

@media only screen and (max-width: 600px) {
    body, html {
        padding: 30px;
    }
}

@media only screen and (max-width: 400px) {
    body, html {
        padding: 15px;
    }
}