/* html5doctor.com Reset v1.6.1 - http://cssreset.com */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote,
pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small,
strong, sub, sup, var, b, 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;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent
}

body {
    line-height: 1em;
}

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

nav ul {
    list-style: none
}

blockquote, q {
    quotes: none
}

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

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

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none
}

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold
}

del {
    text-decoration: line-through
}

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

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

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

input, select {
    vertical-align: middle
}

html {
    width: 100%;
    height: 100%;
    font-family: 'Open Sans', sans-serif;

}

body {

    width: 100%;
    height: 100%;
    color: #FFF;
    background-color: #fafafa;
}

img {

    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);


    max-width: 11%;
    min-width: 200px;
    opacity: 0.6;
}

#container {
    display: block;
    width: 100%;
    min-height: 100%;
    height: 100%;
}

#resume-table {
    height: auto;
    text-align: left;
}

ul {
    margin: 5px;
}

li {
    margin-bottom: 5px;
    ;
}

li:last-child {
    margin-bottom: 10px;
}

.logo-center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#description-container {
    display: block;
    padding: 0.5em;
    color: #333;
	line-height: 1.2em;
}

.numbering {
    font-size: 3em;
    font-weight: 300;
}

.border-bold {
    border-top: 5px solid #333;
    margin-top: 1em;
    margin-bottom: 1em;
    display: inline-block;
    width: 100%;
}

.border-thin {
    border-top: 1px solid #333;
    margin-top: 1em;
    margin-bottom: 1em;
    display: inline-block;
    width: 100%;
}

.project-name {
    font-size: 1.5em;
    font-weight: bold;
    padding-bottom: 0.6em;
}

.client-name {
    font-size: 1em;
    padding-bottom: 0.6em;
}

.description-block {
    padding: 0;
    display: block;
    width: 250px;
}

.description-bold {
    font-size: 0.7em;
    font-weight: bold;
}

.description-normal {
    font-size: 0.7em;
}

.description-bold.left {
    float: left;
}

.description-normal.right {
    font-size: 0.7em;
    padding-bottom: 1em;
    width: 300px;
    margin-left: 120px;
}

.tag-text {
    display: inline-block;
    border: 1px solid #333;
    font-size: 0.6em;
    padding: 0.1em 0.7em;
    text-transform: uppercase;
    font-weight: 400;
    color: #333;
    line-height: 1.8em;
}

.tag-fill {
    background-color: #333;
    color: #fafafa;
}

