@charset "utf-8";

/*------------------------------------*\
    $RESET
\*------------------------------------*/


/* A more considered reset; more of a restart... As per: csswizardry.com/2011/10/reset-restarted */

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

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

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
}

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

strong,
b,
mark {
    font-weight: bold;
    font-style: inherit;
}

em,
i,
cite,
q,
address,
dfn,
var {
    font-style: italic;
    font-weight: inherit;
}

abbr[title],
dfn[title] {
    cursor: help;
    border-bottom: 1px dotted;
}

ins {
    border-bottom: 1px solid;
}

a,
u,
ins {
    text-decoration: none;
}

del,
s {
    text-decoration: line-through;
}

pre,
code,
samp,
kbd {
    font-family: monospace;
}

small {
    font-size: 0.75em;
}

img {
    border: none;
    font-style: italic;
}

input,
select,
option,
optgroup,
textarea {
    font: inherit;
}


/*------------------------------------*\
    $MAIN
\*------------------------------------*/

html {
    background-color: #ffffff;
    color: #454545;
    font-family: Helvetica, Verdana, Arial, sans-serif;
    font-size: 12px;
}

body {
    margin: 10%;
}

.avatar {
    float: left;
    margin: 0 40px 20px 0;
}

.avatar img {
    max-width: 200px;
    max-height: 200px;
    border-radius: 10px;
}

.content {
    float: left;
    width: 60%;
}

.myname {
    font-size: 48px;
    font-weight: normal;
}

.socialLinks li {
    float: left;
    padding: 10px;
}

.socialLinks img {
    width: 29px;
    height: 29px;
}

/*------------------------------------*\
    $TYPOGRAPHY
\*------------------------------------*/

p,
ul,
ol,
dl,
.myname {
    margin-bottom: 20px;
}

.mytitle {
    font-size: 1.4em;
    font-weight: bold;
}

.mydescp {
    font-size: 1.2em;
}    

ul,
ol,
dl {
    list-style-type: none;
}


/*------------------------------------*\
    $MOBILE
\*------------------------------------*/

@media handheld,
only screen and (max-width: 720px) {
    .avatar,
    .content {
        float: none;
    }
    .avatar img {
        max-width: 125px;
        max-height: 125px;
    }
    .content {
        width: 100%;
    }
}
