
@font-face {
    font-family: 'Raleway';
    src: local('Raleway'), url('./fonts/raleway-regular-webfont.eot');
    src: url('./fonts/raleway-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('./fonts/raleway-regular-webfont.woff2') format('woff2'),
         url('./fonts/raleway-regular-webfont.woff') format('woff'),
         url('./fonts/raleway-regular-webfont.ttf') format('truetype'),
         url('./fonts/raleway-regular-webfont.svg#ralewayregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Source Code Pro';
    src: local('Source Code Pro'), url('./fonts/sourcecodepro-regular-webfont.eot');
    src: url('./fonts/sourcecodepro-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('./fonts/sourcecodepro-regular-webfont.woff2') format('woff2'),
         url('./fonts/sourcecodepro-regular-webfont.woff') format('woff'),
         url('./fonts/sourcecodepro-regular-webfont.ttf') format('truetype'),
         url('./fonts/sourcecodepro-regular-webfont.svg#source_code_proregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

* {
    font-family: "Raleway", sans-serif;
}

body,
html {
    background-color:#eee;
    margin: 0;
    padding: 0;
}

a:link, a:visited {
    color: #999;
    text-decoration: none;
}

a:active,
a:hover {
    color: #777;
}

header {
    background-color: #eee;
    width: 100%;
    height: 145px;
    padding-top: 30pt;
    text-align: center;
    margin-bottom: 10pt;
}


header a:link,
header a:visited {
    color: #000;
    text-decoration: none;
}

header a:active,
header a:hover {
    color: #777;
    text-decoration:underline;
}

header img {
    margin-bottom:-3pt;
    width:16px;
    image-rendering: auto;
}

header * {
    font-family: "Source Code Pro", monospace;
    letter-spacing: -1px;
}

header .name * {
    font-family: "Raleway";
    font-size: 30pt;
}

header .name .last {
    font-size: 30pt;
}

header .name .first {
    font-weight: 600;
}

header .job {
    font-size: 10pt;
}

header .info {
    font-size: 8pt;
    padding-top: 15pt;
    padding-left: 10pt;
    padding-right: 10pt;
}

@media (max-width:500px){
    header img{
        width: 14px;
    }

    header .info a{
        font-size: 7pt;
    }

    header .visitor-counter-container {
        font-size: 12px;
        width: 50px;
    }
}

.wrapper{
    width:100%;
    background-color:#fff;
}

.container {
    background-color: #fff;
    max-width: 1000px;
    margin: 0 auto;
    padding-top: 15px;
    padding-bottom: 30px;
}

.container hr {
    width: 10pt;
    border: 1px dotted #eee;
    margin-top: 20pt;
    margin-bottom: 20pt;
}

.container h2 {
    padding-left: 3pt;
    margin-bottom: 0pt;
    font-size: 20pt;
    font-weight: 600;
}

.container table {
    width: 100%;
    padding: 10pt;
}

.container table .title {
    font-weight: 500;
    font-size: 13pt;
}

.container table .duration {
    font-size: 11pt;
    font-weight: 300;
    text-align: right;
    font-style: italic;
}

.container table .description {
    font-size: 10pt;
    font-weight: 300;
}

.container .experience .title  {
    width: 550pt;
}

.container .skills {
    .title {
        font-weight: 600;
        font-size: 11pt;
        width: 120px;
        vertical-align: top;
        padding: 0;
    }
    
    tr:first-child .description {
        margin-bottom: 10pt;
        display: block;
    }
}

.certifications {
    h2 {
        margin-bottom: 20pt;
    }

    div {
        margin-left: 10pt;
        margin-bottom: 25pt;
    }
}

.microsoft-badge {
    float: left;
    margin-right: 10pt;
    width: 80pt;
}

footer {
    background-color: #eee;
    text-align: center;
    font-size: 8pt;
    padding-top: 10px;
    padding-bottom:2pt;
    width: 100%;
    min-height: 10pt;
    margin-top: 5pt;
    margin-bottom:5pt;
}

.elapsed {
    font-size: 8pt;
}

@media(max-width:800px){
    body{
        margin-left: 0;
        margin-right: 0;
    }
}

.visitor-counter-container {
    position: absolute;
    top: 10px;
    left: 20px;
    background-color: rgba(255, 255, 255, 0.8);
    width: 70px;
    padding: 5px 10px;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    z-index: 1000;
}