/* HTML5 Reset Stylesheet */

body {
    line-height: 1;
}

footer, header, section {
    display: block;
}

a {
    background: transparent;
    font-size: 100%;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}

hr {
    border: 0;
    border-top: 1px solid #cccccc;
    display: block;
    height: 1px;
    margin: 1em 0;
    padding: 0;
}

html, body, h1, h2, p, img, footer, header, section {
    background: transparent;
    border: 0;
    font-size: 100%;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}

/* Website's CSS */

footer {
    text-align: center;
}

a {
    color: #a9a9a9;
    text-decoration: none;
}

img {
    height: 100px;
    width: 100px;
}

p {
    padding-left: 5%;
}

p#skills {
    margin: 5% 0px 5% 0px;
}

p#social {
    margin: 0px 25% 0px 25%;
}

h1 {
    font-family: 'Reenie Beanie';
    font-size: 400%;
    font-weight: normal;
}

h2 {
    font-family: 'Sketch Block';
    font-size: 200%;
    font-weight: normal;
    padding-bottom: 3%;
}

body {
    font-family: Cantarell;
    margin-left: 25%;
    width: 50%;
}

/* Fonts */

@font-face {
    font-family: Cantarell;
    font-style: normal;
    font-weight: normal;
    src: url( ./Cantarell.ttf );
}

@font-face {
    font-family: 'Reenie Beanie';
    font-style: normal;
    font-weight: normal;
    src: url( ./Reenie_Beanie.ttf );
}

@font-face {
    font-family: 'Sketch Block';
    font-style: normal;
    font-weight: normal;
    src: url( ./Sketch_Block.ttf );
}
