/*! normalize.css v1.1.3 | MIT License | git.io/normalize */

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

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden] {
    display: none
}

html {
    font-size: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

html,
button,
input,
select,
textarea {
    font-family: sans-serif
}

body {
    margin: 0
}

a:focus {
    outline: thin dotted
}

a:active,
a:hover {
    outline: 0
}

h1 {
    font-size: 2em;
    margin: 0.67em 0
}

h2 {
    font-size: 1.5em;
    margin: 0.83em 0
}

h3 {
    font-size: 1.17em;
    margin: 1em 0
}

h4 {
    font-size: 1em;
    margin: 1.33em 0
}

h5 {
    font-size: 0.83em;
    margin: 1.67em 0
}

h6 {
    font-size: 0.67em;
    margin: 2.33em 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: bold
}

blockquote {
    margin: 1em 40px
}

dfn {
    font-style: italic
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

mark {
    background: #ff0;
    color: #000
}

p,
pre {
    margin: 1em 0
}

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
    font-size: 1em
}

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word
}

q {
    quotes: none
}

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

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -0.5em
}

sub {
    bottom: -0.25em
}

dl,
menu,
ol,
ul {
    margin: 1em 0
}

dd {
    margin: 0 0 0 40px
}

menu,
ol,
ul {
    padding: 0 0 0 40px
}

nav ul,
nav ol {
    list-style: none;
    list-style-image: none
}

img {
    border: 0;
    -ms-interpolation-mode: bicubic
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 0
}

form {
    margin: 0
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em
}

legend {
    border: 0;
    padding: 0;
    white-space: normal;
    *margin-left: -7px
}

button,
input,
select,
textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    *vertical-align: middle
}

button,
input {
    line-height: normal
}

button,
select {
    text-transform: none
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
    *overflow: visible
}

button[disabled],
html input[disabled] {
    cursor: default
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
    *height: 13px;
    *width: 13px
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto;
    vertical-align: top
}

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

body {
    -webkit-font-smoothing: antialiased;
    font-family: "PT Serif", sans-serif;
    text-rendering: optimizeLegibility;
    line-height: 29px;
    font-size: 18px;
    color: #6C6C6C
}

h1,
h2,
h3 {
    font-weight: normal;
    color: #444
}

h1 {
    font-size: 22px
}

h2 {
    font-size: 22px
}

h3 {
    font-size: 20px
}

header {
    text-align: center;
    color: #444;
    margin-bottom: 40px
}

header h1 {
    font-weight: bold;
    font-size: 32px
}

hr {
    border: none;
    border-top: 1px solid #000000
}

.hidden {
    display: none
}

.logo {
    width: 139px
}

.container {
    padding: 30px;
    max-width: 570px;
    margin: 0 auto
}

.skills {
    font-size: 16px;
    padding: 24px 20px;
    vertical-align: top;
    background: #000000;
    fill: #000000;
    color: #ffffff;
    columns: 1;
}

@media (min-width: 500px) {
    .skills {
        columns: 2
    }
}

@media (min-width: 600px) {
    .skills {
        columns: 3
    }
}

.skills li {
    padding-left: 5px;
    cursor: pointer
}

.skills li:before {
    display: none;
    background: none
}

.skills li.checked:before {
    display: block;
    border: 0;
    background: transparent url("../img/tick.svg") no-repeat 0 5px;
    width: 18px;
    height: 18px;
    position: absolute;
    left: 10px;
    top: 4px
}

.skills ul {
    margin: 0
}

img {
    max-width: 100%
}

.main-photo {
    width: 100%
}

p {
    margin-bottom: 30px
}

a {
    color: #000000
}

.timeline {
    margin-bottom: 30px;
    font-size: 16px
}

.timeline a {
    color: #6C6C6C
}

.timeline em {
    color: #9D9D9D
}

@media (max-width: 500px) {
    .timeline em {
        display: block;
        font-size: .8em
    }
}

.timeline:before {
    content: "";
    width: 1px;
    height: calc(100% - 40px);
    background-color: #000000;
    position: absolute;
    left: -15px;
    top: 22px
}

ul {
    list-style: none;
    position: relative;
    padding: 0
}

ul .timestamp {
    font-size: 13px;
    position: absolute;
    color: #000000;
    left: -230px;
    top: 1px;
    text-align: right;
    width: 200px
}

li {
    position: relative
}

li:before {
    content: "";
    width: 10px;
    height: 10px;
    background-color: #000000;
    position: absolute;
    top: 5px;
    left: -25px;
    /* border-radius: 50%; */
    border: 5px solid #fff
}

.red-swatch {
    font-family: "Courier New", serif;
    white-space: nowrap
}

.red-swatch:before {
    content: "";
    background-color: red;
    width: 14px;
    height: 14px;
    top: 2px;
    position: relative;
    display: inline-block;
    border-radius: 2px;
    margin-right: 3px
}

.recommendation {
    background-color: #000000;
    color: #ffffff;
    padding: 20px 25px;
    margin: 10px 0 10px;
    font-size: 14px;
    line-height: 24px;
    max-width: 540px
}

.recommendation:before {
    display: none
}

.recommendation .writer {
    line-height: 20px
}

.recommendation .writer div:first-of-type {
    color: #444
}

.recommendation img {
    float: left;
    margin-right: 10px;
    border-radius: 50%;
    height: 40px;
    width: 40px
}

.recommendation p {
    margin: 0 0 10px
}

.recommendation p:first-child:before {
    position: relative;
    left: -1px;
    top: 2px;
    margin: 0 10px 0 0;
    /*background-image: url("../img/quote.svg");*/
    content: "";
    width: 16px;
    height: 14px;
    display: inline-block
}
