* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

*::after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

body {
    margin: 0 auto;
    font-size: 16px;
    line-height: 1.375;
    font-family: Helvetica, Verdana, Arial, sans-serif;
    background: url(../img/pattern.png), #1e5799;
    /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(../img/pattern.png), url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzFlNTc5OSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzI5ODlkOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iIzIwN2NjYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3ZGI5ZTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: url(../img/pattern.png), -moz-linear-gradient(top, #1e5799 0%, #2989d8 50%, #207cca 51%, #7db9e8 100%);
    /* FF3.6+ */
    background: url(../img/pattern.png), -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1e5799), color-stop(50%, #2989d8), color-stop(51%, #207cca), color-stop(100%, #7db9e8));
    /* Chrome,Safari4+ */
    background: url(../img/pattern.png), -webkit-linear-gradient(top, #1e5799 0%, #2989d8 50%, #207cca 51%, #7db9e8 100%);
    /* Chrome10+,Safari5.1+ */
    background: url(../img/pattern.png), -o-linear-gradient(top, #1e5799 0%, #2989d8 50%, #207cca 51%, #7db9e8 100%);
    /* Opera 11.10+ */
    background: url(../img/pattern.png), -ms-linear-gradient(top, #1e5799 0%, #2989d8 50%, #207cca 51%, #7db9e8 100%);
    /* IE10+ */
    background: url(../img/pattern.png), linear-gradient(to bottom, #1e5799 0%, #2989d8 50%, #207cca 51%, #7db9e8 100%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#7db9e8', GradientType=0);
    /* IE6-8 */
}

.container_page {
    margin: 0 auto;
    padding: 30px 10px;
    max-width: 1024px;
    background: white;
    box-shadow: 0px 0px 20px 2px #000000;
}


/**/


/* START - Header */


/**/

header {
    margin: 0 auto;
    padding: 0;
}

.logo {
    margin: 0 auto;
    padding: 0 15px;
    display: block;
    width: 100%;
}


@font-face {
    font-family: 'Audiowide';
    src: url('../Audiowide-Regular.ttf');
}

.home_nav,
.resume_nav,
.contact_nav {
    margin-top: 30px;
    padding: 5px 0;
    width: 33.3333%;
    display: block;
    font-family: 'Audiowide', Helvetica, Verdana, Arial, sans-serif;
    color: white;
    letter-spacing: 1px;
    text-decoration: none;
    text-align: center;
    background: black;
    border-right: 1px solid white;
    outline: none;
    float: left;
}

.contact_nav {
    border-right: none;
}

.nav_active {}

a img {
    outline: none;
    border: none;
}

header a:link,
header a:visited,
header a:focus {
    background-color: black;
    transition: all 250ms;
}

header a:hover,
header a:active {
    background-color: #9cd19b;
    transition: all 250ms;
}


/**/


/* END - Header */


/**/

main {
    margin: 0 auto;
}

a {
    color: black;
    text-decoration: none;
    outline: none;
}

div[class^="container_thumbs"] {
    margin: 60px 0;
    padding: 0 0 30px 0;
    border-bottom: dotted 1px #000;
}

div[class^="container_thumbs"]:last-of-type {
    border: none;
}

.row_thumbs {
    margin-left: -10px;
    margin-right: -10px;
}

.thumbs_a {
    margin: 0 auto;
    padding: 15px;
    max-width: 280px;
    display: block;
    outline: none;
}

.thumbs_img {
    margin: 0 auto;
    width: 100%;
    display: block;
    box-shadow: 2px 2px 10px 2px #999999;
}

h3 {
    margin: 0 0 20px 0;
    text-align: center;
    font-size: 1.5em;
    color: #7da7d9;
    font-family: 'Audiowide', Helvetica, Verdana, Arial, sans-serif;
}

h4,
h5 {
    margin: 0 0 3px;
}

p {
    margin: 0;
}


/**/


/* START - Resume */


/**/

.resume_main a,
.resume_main a:link,
.resume_main a:focus,
.resume_main a:active,
.resume_main a:visited {
    transition-property: color;
    transition-duration: 0.15s;
    transition-timing-function: ease-out;
    color: #769d75;
}

.resume_main a:hover {
    transition-property: color;
    transition-duration: 0.15s;
    transition-timing-function: ease-out;
    color: #5e7e5e;
}

.resume_section {
    margin: 60px auto;
}

.container_job {
    margin: 0 0 30px 0;
}

.container_job a {}

ul {
    margin: 0;
    padding: 0 0 0 50px;
}

.container_school {
    margin: 0 0 15px;
}

.download_section {
    margin: 0 auto 60px;
    padding: 0;
    text-align: center;
}

.download_container {}

.resume_download_a {}

.download_section p,
.download_section .icon_container {
    display: inline-block;
    text-decoration: underline;
}

.download_section .icon_container {
    margin: 15px 50px 0;
    padding-bottom: 3px;
}


/**/


/* END - Resume */


/**/

.top {
    margin: 0 auto;
    padding-bottom: 30px;
    display: block;
    text-align: center;
}

.top a,
.top a:link,
.top a:focus,
.top a:active,
.top a:visited {
    margin: 0 auto;
    display: inline-block;
    font-family: 'Audiowide';
    text-align: center;
    text-decoration: none;
    outline: none;
    transition-property: color;
    transition-duration: 0.25s;
    transition-timing-function: ease-out;
    color: black;
}

.top a:hover {
    text-decoration: none;
    transition-property: color;
    transition-duration: 0.25s;
    transition-timing-function: ease-out;
    color: #f69679;
}

@media (min-width: 358px) {
    .download_container {
        display: inline-block;
    }
    .resume_download_a {
        display: block;
        border-bottom: 1px solid #769d75;
    }
    .resume_download_a:hover {
        border-bottom: 1px solid #5e7e5e;
    }
    .download_section p {
        padding-top: 14px;
        padding-right: 5px;
    }
    .download_section p,
    .download_section .icon_container {
        display: block;
        float: left;
        border-bottom: none;
        text-decoration: none;
    }
    .download_section .icon_container {
        margin: 0;
        padding-bottom: 0;
    }
}

@media (min-width: 755px) {
    .container_page {
        padding: 30px;
        width: 80%;
    }
    .logo {
        padding: 0;
    }
    .row_thumbs {
        margin-left: -15px;
        margin-right: -15px;
    }
    .thumbs_a {
        float: left;
    }
    h3 {
        margin: 0 0 10px 0;
        text-align: left;
    }
}
