html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    margin: 0;
    padding: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

*, *:before, *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.group:before,
.group:after {
    content: "";
    display: table;
}

.group:after {
    clear: both;
}

.group {
    zoom: 1;
}

body {
    font: 16px/28px 'Lato', Helvetica, Arial, sans-serif;
    color: #404649;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

a {
    font-weight: 600;
    padding: 1px 3px 2px 3px;
    border-radius: 3px;
    text-decoration: none;
    -webkit-transition: background ease .3s, color ease .3s;
    -moz-transition: background ease .3s, color ease .3s;
    transition: background ease .3s, color ease .3s;
}

#wrapper {
    padding: 100px 40px 60px 40px;
    max-width: 700px;
    margin: 0 auto;
}

#header {
    border-bottom: 1px solid rgba(108, 115, 119, 0.2);
    margin-bottom: 30px;
    padding-bottom: 10px;
    text-align: center;
    position: relative;
}

#header #avatar {
    display: inline-block;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin-bottom: 10px;
    background: url(../img/avatar.jpg);
    background-size: cover;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2), inset 0 2px 0 rgba(255, 255, 255, 0.1);
}

#header h1 {
    font-size: 24px;
}

#header h2 {
    font-size: 11px;
    text-transform: uppercase;
    color: #a5acb0;
    margin-top: 4px;
}

#header h2 em {
    padding: 2px 4px 3px;
    border-radius: 3px;
    border: 1px solid #c0c5c8;
}

#header h1, #header h2 {
    display: block;
}

#content {
    border-bottom: 1px solid rgba(108, 115, 119, 0.2);
    margin-bottom: 30px;
    padding-bottom: 30px;
    text-align: center;
}

#icons {
    margin: auto;
    padding: auto;
    padding-top: 10px;
    text-align: center;
}

#icons a {
    color: #404649;
}

#icons li {
    display: inline;
}

#footer {
    text-align: center;
}

#footer small {
    font-size: 13px;
    display: block;
}

.fb-color {
    color: #3b5998;
}

.laravel-color {
    color: #e74430;
}

@media screen and (max-width: 540px) {
    #wrapper {
        padding: 40px;
    }

    #header {
        margin-bottom: 40px;
    }

    #content {
        padding-left: 60px;
        padding-right: 60px;
    }
}

@media screen and (max-width: 440px) {
    #wrapper {
        padding: 20px;
    }

    #header {
        margin-bottom: 20px;
        padding-bottom: 26px;
        padding-top: 10px;
    }

    #content {
        padding-left: 30px;
        padding-right: 30px;
        padding-bottom: 30px;
        margin-bottom: 26px;
    }
}