img,
legend {
    border: 0;
}

body,
figure,
h1,
h2,
h3,
h4,
p {
    margin: 0;
}


.category-title,
.content .center,
.personal-info {
    text-align: center;
}

/*! normalize.css v2.1.2 | 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;
}

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

.page-break,
[hidden],
template {
    display: none;
}

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

a {
    background: 0 0;
    color: #c93c67;
    text-decoration: none;
}

a:focus {
    outline: dotted thin;
}

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

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

b,
bold,
strong {
    font-weight: 700;
}

dfn {
    font-style: italic;
}

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

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

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

q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}

small {
    font-size: 80%;
}

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

sup {
    top: -.5em;
}

sub {
    bottom: -.25em;
}

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

fieldset {
    border: 1px solid silver;
    margin: 16px 2px;
    padding: .35em .625em .75em;
}

legend {
    padding: 0;
}

button,
input,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0;
}

body,
h1,
h2,
h3,
h4 {
    font-family: "Source Sans Pro", sans-serif;
}

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;
}

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

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0;
}

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

#all-projects div,
nav {
    box-sizing: border-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;
}

ul {
    padding: 0 0 0 40px;
}

body {
    background: #fff;
    color: #333;
    font-size: 20px;
    -webkit-font-smoothing: antialiased;
}

.home-page,
.home-page a {
    color: #fff;
}

.date {
    float: right;
}

a:hover {
    text-decoration: underline;
}

p {
    margin-bottom: .8em;
    line-height: 1.6em;
}

h1,
h2,
h3,
h4 {
    font-weight: 400;
    line-height: 1.25;
    margin: 60px 0 10px;
}

h1 {
    font-size: 2.5em;
}

@media (max-width: 415px) {
    h1 {
        font-size: 2em;
    }

    h1,
    h2,
    h3 {
        margin: 20px 0 0;
    }
}

h2 {
    font-size: 2em;
}

h3 {
    font-size: 1.5em;
}

h4 {
    font-size: 1em;
    font-weight: 700;
}

ul li {
    list-style-type: disc;
    line-height: 1.5em;
    margin-bottom: .5em;
}

.personal-details li,
nav .nav-open-btn li {
    list-style-type: none;
}

li {
    line-height: 1.75em;
}

@media print {
    .page-break {
        display: block;
        page-break-before: always;
    }

    a {
        text-decoration: underline;
    }

}

#main {
    margin: 0 auto;
    max-width: 900px;
}

#content {
    display: inline-block;
    margin: 0 auto;
    max-width: 900px;
    padding: 16px;
}

#quote {
    display: flex;
    flex-direction: column;
    align-items: flex-end;

}

@media (max-width: 1500px) {
    #main {
        margin: 0px auto;
    }

    #quote {
        padding: 0 48px;
    }

    #jumbotron {
        margin: 28px auto 0;
    }

}

@media (max-width: 900px) {
    #main {
        margin: 0px;
    }

    #quote {
        padding: 0 48px;
    }

    #jumbotron {
        margin: 24px auto 0;
        overflow: scroll;
    }

}

@media (max-width: 415px) {
    #main {
        margin: 0;
    }

    #jumbotron {
        margin: 16px auto 0;
        padding: 40px 4px 0 4px;
        overflow: scroll;
    }

    #quote {
        padding: 0 4px;
    }

}

nav {
    background-color: #c93c67;
}

nav .nav-display {
    border-bottom: none;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    padding: 20px;
}

nav .nav-display.open {
    height: 250px;
}

nav .nav-display li {
    font-size: .9em;
    list-style: none;
    margin-bottom: 0;
}

nav .nav-display li a {
    border-radius: 5px;
    color: #fff;
    font-weight: 700;
    margin-right: 15px;
    padding: 10px 20px;
}

nav .nav-display li a:hover {
    background-color: #b8335c;
    text-decoration: none;
}

nav .nav-display li a.active {
    background-color: #b8335c;
}

nav .nav-open-btn {
    cursor: pointer;
    display: none;
}

nav .nav-open-btn ul {
    margin-right: 20px;
    margin-top: 22px;
    position: absolute;
    right: 0;
    top: 0;
}

.category,
.category-title,
.item {
    position: relative;
}

nav .nav-open-btn li {
    background-color: #fff;
    height: 2px;
    margin-bottom: 4px;
    padding: 0;
    width: 20px;
}

.home-page {
    background: #b8335c;
}

.personal-info {
    margin: 60px auto;
    max-width: 350px;
}

.personal-info .blurb {
    font-size: 2.5em;
    font-weight: 700;
    line-height: 1.15em;
}

.personal-info .photo {
    margin: 0 auto 20px;
}

.personal-info .profile-pic {
    border-radius: 100%;
    width: 230px;
}

.personal-info .connections {
    margin-top: 80px;
    padding-left: 0;
}

.personal-info .connections li {
    display: inline;
    margin-right: 40px;
}

.personal-info .connections li:last-child {
    margin-right: 0;
}

.personal-info .connections a {
    color: #960934;
    font-size: 2em;
}

.personal-info .connections a:hover {
    color: #fff;
    text-decoration: none;
}

.content {
    margin: 0 auto;
    max-width: 700px;
    padding: 20px 40px;
}

.thanks-kitten {
    display: block;
    margin: 20px auto;
}

.personal-details {
    display: none;
    margin-bottom: 30px;
}

.personal-details ul {
    padding-left: 0;
}

.category {
    margin-top: 1.5em;
}

.category-title {
    font-size: .9em;
    max-width: 150px;
    padding: 10px 15px;
    border-radius: 5px;
    color: #fff;
    left: -20px;
    top: 0;
    font-weight: 700;
}

.item {
    border-left: 5px solid;
    padding-left: 50px;
    padding-bottom: 2em;
}

.item:nth-child(2) {
    margin-top: 30px;
}

.item:last-child {
    border: none;
    margin-left: 5px;
}

@media (max-width: 415px) {
    .category-title {
        left: 0;
    }

    .item {
        border: none;
        padding-left: 0;
    }

    .target-border {
        display: none;
    }
}

.target-border {
    position: absolute;
    left: -38px;
    top: -15px;
    width: 40px;
    height: 40px;
    border: 15px solid #fff;
    border-radius: 50%;
    z-index: 1;
}

.target-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    z-index: 10;
    margin: 5px auto;
    border: 10px solid #fff;
}

.item-company-title {
    display: inline-block;
    margin-top: 0;
}

.item-date {
    position: absolute;
    right: 750px;
    top: 6px;
    text-align: right;
    min-width: 180px;
    color: #888;
    font-size: .8em;
}

.item-personal-title {
    margin-left: 15px;
    color: #888;
}

@media (max-width: 1150px) {
    .item-company-title {
        margin-bottom: 5px;
    }

    .item-date {
        position: relative;
        right: auto;
        top: auto;
        text-align: left;
        margin-bottom: 5px;
    }

    .item-personal-title {
        margin-left: 0;
        margin-bottom: 5px;
        display: block;
    }
}

.item-personal-details {
    margin-top: 0;
    padding-left: 1em;
}

.overview .item {
    padding-left: 0;
    border-color: #c93c67;
}

.overview .category-title {
    background-color: #c93c67;
}

.overview .target-border,
.overview .target-dot {
    background: #c93c67;
}

.overview a {
    color: #c93c67;
}

.experience .category-title {
    background-color: #264e59;
}

.experience .item {
    border-color: #264e59;
}

.experience .target-border,
.experience .target-dot {
    background: #264e59;
}

.experience a {
    color: #264e59;
}

.community .category-title {
    background-color: #21b080;
}

.community .item {
    border-color: #21b080;
}

.community .target-border,
.community .target-dot {
    background: #21b080;
}

.community a {
    color: #21b080;
}

.education .category-title {
    background-color: #500e4e;
}

.education .item {
    border-color: #500e4e;
}

.education .target-border,
.education .target-dot {
    background: #500e4e;
}

.education a {
    color: #500e4e;
}

.technical .category-title {
    background-color: #f78a4f;
}

.technical .item {
    border-color: #f78a4f;
}

.technical .target-border,
.technical .target-dot {
    background: #f78a4f;
}

.technical a {
    color: #f78a4f;
}

@media print {
    .resume h1 {
        margin-top: 0;
        margin-bottom: 5px;
    }

    .resume .personal-details {
        display: block;
    }

    .resume .overview .item-company-title,
    .resume .target-dot,
    .resume nav {
        display: none;
    }

    .resume .content {
        font-size: 12px;
    }

    .resume .item {
        margin-top: 10px;
        padding-bottom: 1px;
        padding-left: 30px;
    }

    .resume .category {
        margin-top: 20px;
    }

    .resume .category-title {
        max-width: 80px;
        left: -5px;
    }

    .resume .target-border {
        left: -22px;
        top: -9px;
        width: 10px;
        height: 10px;
    }

    .resume li,
    .resume p {
        margin-bottom: .2em;
    }

    .resume .overview .item {
        padding-left: 0;
        margin-left: 0;
    }
}

.blog-listing hr {
    background-color: rgba(0, 0, 0, .2);
    border: none;
    height: 1px;
    margin: 4em auto;
    width: 20%;
}

.blog-listing img {
    max-width: 100%;
}

.programming-examples textarea {
    height: 2.6em;
    width: 90%;
}

.programming-examples .example-questions {
    max-height: 1000px;
    opacity: 1;
    transition: max-height .75s ease-out;
}

.programming-examples .example-questions.inactive {
    max-height: 0;
    overflow: hidden;
}

.programming-examples .thank-you {
    background: #f5dce4;
    border-radius: 5px;
    height: 0;
    opacity: 0;
    overflow: hidden;
    text-align: center;
    transition: opacity 1.5s ease-out;
}

code,
pre {
    background: #f8f8f8;
}

.programming-examples .thank-you.active {
    height: auto;
    margin: 10px 0;
    opacity: 1;
    padding: 20px;
}

form textarea {
    width: 100%;
}

form input[type=email],
form input[type=submit],
form input[type=text],
form textarea {
    border: 2px solid #888;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    margin-bottom: 15px;
    padding: 10px;
}

form input[type=email]:focus,
form input[type=submit]:focus,
form input[type=text]:focus,
form textarea:focus {
    border-color: #c93c67;
    outline: 0;
}

form input[type=submit] {
    background: #fff;
    cursor: pointer;
    padding: 5px 15px;
}

form input[type=submit]:hover {
    background: #f5dce4;
    border-color: #c93c67;
}

form input[type=submit]:active {
    background: #c93c67;
    outline: 0;
}

form .form-input input {
    float: left;
}

form .form-input .error-message {
    display: none;
    float: left;
    padding: 12px 20px;
}

form .form-input.error .error-message {
    color: #c93c67;
    display: inline-block;
}

code,
pre {
    font-size: .8em;
    font-family: "Source Code Pro", monospace, serif;
}

pre {
    padding: 8px 15px;
    border-radius: 5px;
    border: 1px solid #e5e5e5;
    overflow-x: auto;
    white-space: pre;
}

code {
    border-radius: 5px;
    border: 1px solid #e5e5e5;
    padding: 1px 5px;
    white-space: nowrap;
}

#all-projects {
    font-family: "Source Sans Pro", sans-serif;
    left: 0;
    margin: 0 auto;
    padding: 20px;
    position: absolute;
    right: 0;
}

#all-projects #backbone-demo {
    background-image: url(/images/demos/backbone.svg);
}

#all-projects #calculator-demo {
    background-image: url(/images/demos/calculator.svg);
}

#all-projects #form-validation-demo {
    background-image: url(/images/demos/form-validation.svg);
}

#all-projects #google-maps-demo {
    background-image: url(/images/demos/google-maps.svg);
}

#all-projects #minesweeper-demo {
    background-image: url(/images/demos/minesweeper.svg);
}

#all-projects #missile-command-demo {
    background-image: url(/images/demos/missile-command.svg);
}

#all-projects #snake-demo {
    background-image: url(/images/demos/snake.svg);
}

#all-projects #tabs-demo {
    background-image: url(/images/demos/tabs.svg);
}

#all-projects #tic-tac-toe-demo {
    background-image: url(/images/demos/tic-tac-toe.svg);
}

#all-projects .project {
    float: left;
    padding: 10px;
    position: relative;
    width: 20%;
}

@media (max-width: 1500px) {
    #all-projects .project {
        width: 25%;
    }
}

@media (max-width: 900px) {
    #all-projects .project {
        width: 33.333%;
    }
}

@media (max-width: 650px) {
    #all-projects .project {
        width: 50%;
    }
}

#all-projects .title {
    margin-bottom: 10px;
}

#all-projects .image-wrap {
    height: 200px;
    overflow: hidden;
    position: relative;
}

#all-projects .image-wrap:hover .links,
#all-projects .image-wrap:hover .overlay {
    display: block;
}

#all-projects .project-image {
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    position: relative;
    text-align: center;
    width: 100%;
}

#all-projects .overlay {
    background-color: rgba(0, 0, 0, .6);
    display: none;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
}

#all-projects .links {
    display: none;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}

#all-projects a {
    border-radius: 3px;
    background-color: rgba(255, 255, 255, .75);
    color: #333;
    display: block;
    font-weight: 700;
    margin: 10px 0;
    padding: 6px 20px;
    position: relative;
    text-align: center;
}

#all-projects a:hover {
    background-color: #df8ca5;
    text-decoration: none;
}

@font-face {
    font-family: icomoon;
    src: url(fonts/icomoon.eot?wlufe1);
    src: url(fonts/icomoon.eot?#iefixwlufe1) format("embedded-opentype"),
    url(fonts/icomoon.woff?wlufe1) format("woff"),
    url(fonts/icomoon.ttf?wlufe1) format("truetype"),
    url(fonts/icomoon.svg?wlufe1#icomoon) format("svg");
    font-weight: 400;
    font-style: normal;
}

[class*=" icon-"],
[class^=icon-] {
    font-family: icomoon;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-linkedin-square:before {
    content: "\f08c";
}

.icon-twitter:before {
    content: "\f099";
}

.icon-github:before {
    content: "\f09b";
}

.icon-stack-overflow:before {
    content: "\f16c";
}

@media (max-width: 900px) {
    body {
        font-size: 14px;
    }

    nav .nav-display {
        padding: 20px 10px;
    }

    nav .nav-display li a {
        padding: 10px;
        margin-right: 5px;
    }
}

@media (max-width: 415px) {
    #all-projects .project {
        width: 100%;
    }

    form textarea {
        width: 90%;
    }

    .content {
        padding: 20px;
    }

    nav {
        padding: 30px;
        width: 100%;
    }

    nav .nav-open-btn {
        display: block;
    }

    nav .nav-display {
        align-items: center;
        flex-direction: column;
        height: 0;
        justify-content: space-around;
        padding: 0;
        transition: height .5s;
        overflow: hidden;
    }

    nav .nav-display li a {
        padding: 10px 20px;
    }
}
