@charset "UTF-8";
/* ---------------------------------------------- 
Reset
---------------------------------------------- */

html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*,
*:before,
*:after {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
body {
    line-height: 1;
    background: #FFFFFF;
}
ol,
ul {
    list-style: none;
}
blockquote,
q {
    quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
a {
    color: inherit;
    text-decoration: underline;
}
a:hover {
    color: #f96868;
    text-decoration: underline;
}
body {
    font-family: 'Raleway', Helvetica, sans-serif;
    line-height: 1;
    background: #FFFFFF;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.home {
    position: relative;
    z-index: 1000;
    background: #FFFFFF;
    margin-bottom: 752px;
}
/* Layouts */

.logo {
    fill: #d17575;
}
.container {
    width: 960px;
    margin: 0 auto;
    position: relative;
}
@media (min-width: 768px) and (max-width: 1023px) {
    .container {
        width: 100%;
        margin: 0;
    }
}
.section {
    padding: 150px 0;
    border-bottom: 1px solid #E8E8E8;
}
.section .container::before {
    font-size: 16px;
    line-height: 16px;
    background: #FFFFFF;
    position: absolute;
    top: -158px;
    left: -16px;
    padding: 0 16px;
    color: #C5C5C5;
}
.section.work .container::before {
    content: "Featured Work";
}
.section.profile .container::before {
    content: "Profile";
}
.section.profile {
    border-bottom: none;
}
/* Intro */

.user-gist {
    margin: 0;
    padding: 0 0 80px 90px;
    position: relative;
}
@media (min-width: 768px) and (max-width: 1023px) {
    .user-gist {
        padding: 0 0 40px 52px;
    }
}
.user-gist .icon-symbol {
    position: absolute;
    top: 0;
    left: 0;
}
.user-gist h3.fullname {
    font-size: 18px;
    line-height: 18px;
    font-weight: 500;
    color: #252525;
    padding: 18px 0 0 0;
}
.user-gist p.designation {
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
    color: #757575;
}
.user-blurb {
    margin: 0;
    padding: 0;
}
.user-blurb p {
    font-size: 30px;
    padding-bottom: 40px;
    color: #757575
}
.user-blurb .currently {
    font-size: 42px;
    line-height: 56px;
    color: #424242;
    padding-bottom: 40px;
}
.user-blurb .previously {
    font-size: 14px;
    line-height: 14px;
    color: #737373;
}
.user-blurb .previously strong {
    text-transform: uppercase;
    font-weight: 600;
    padding-right: 15px;
}
.user-gist h3.quotes {
    width: 40%;
    margin: 0 auto;
    color: #fff;
    line-height: 1.5em;
}
.author {
    text-align: center;
    font-style: italic
}
/* Featured Work */

ul.featured-work {
    margin: 0 0 -60px 0;
    padding: 0;
    overflow: hidden;
}
@media (min-width: 768px) and (max-width: 1023px) {
    ul.featured-work {
        margin: 0;
    }
}
ul.featured-work li {
    width: 460px;
    margin: 0 40px 60px 0;
    float: left;
}
ul.featured-work li:nth-child(2n+2) {
    margin: 0 0 60px 0;
}
ul.featured-work li:last-child {
    margin: 0;
}
ul.featured-work li .thumb,
ul.featured-work li .thumb img,
ul.featured-work li .thumb-link,
ul.featured-work li .thumb .thumb-link img {
    width: 100%;
    height: 320px;
    position: relative;
    transition: all .3s ease-in-out;
    z-index: 0;
}
ul.featured-work li .thumb-link:hover {
    opacity: 0.5;
}
ul.featured-work li .meta {
    padding: 40px 0 0 0;
}
ul.featured-work li .meta h4.title {
    font-size: 18px;
    line-height: 18px;
    font-weight: 500;
    color: #252525;
    padding: 0 0 8px 0;
}
ul.featured-work li .meta p.description {
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    color: #757575;
    padding: 0 50px 25px 0;
}
ul.featured-work li .meta span.links {
    display: block;
    font-size: 14px;
    line-height: 14px;
    color: #959595;
}
ul.featured-work li .meta span.links > a {
    color: inherit;
    text-decoration: none;
}
ul.featured-work li .meta span.links > a:hover {
    text-decoration: underline;
    color: #f96868;
}
/* Profile */

.about-wrap {
    overflow: hidden;
}
.bio {
    width: 460px;
    float: left;
}
.bio > h1 {
    font-size: 5em;
    padding: 0 0 .3em 0;
}
.bio > h4 {
    font-size: 18px;
    line-height: 30px;
    font-weight: 500;
    padding: 0 40px 40px 0;
    color: #252525;
}
.bio > p {
    font-size: 16px;
    line-height: 28px;
    padding: 0 40px 40px 0;
    color: #737373;
}
.bio > p:last-child {
    padding: 0;
}
.mentions {
    width: 460px;
    float: left;
    background: #F8F8F8;
    padding: 40px;
    margin: 10px 0 0 40px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}
.mentions h3 {
    font-size: 14px;
    line-height: 14px;
    color: #252525;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
    padding-bottom: 40px;
}
ul.highlights {
    margin-bottom: 40px;
    padding-bottom: 40px;
}
ul.highlights li {
    font-size: 16px;
    color: #757575;
    display: inline-block;
    float: left;
    padding: 5px 10px;
    background: #f1c6c6;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    margin: 2px 5px
}
/* Footer */

.footer {
    position: fixed;
    left: 0px;
    bottom: 0px;
    right: 0;
    height: 752px;
    background: #f96868;
    background-attachment: fixed;
    z-index: 0;
}
.footer .section {
    border-bottom: none;
}
.footer .user-gist {
    margin: 0;
    padding: 0;
    position: relative;
    text-align: center;
}
.footer .user-gist .icon-symbol {
    width: 60px;
    height: 60px;
    background: url("../images/icon-symbol-white.png") top left no-repeat;
    background-size: 60px 60px;
    position: relative;
    display: inline-block;
}
.footer .user-gist h3.fullname {
    font-size: 18px;
    line-height: 18px;
    font-weight: 500;
    color: #FFFFFF;
    padding: 8px 0 4px 0;
}
.footer .user-gist p.designation {
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.75);
}
.lets-chat {
    width: 1px;
    height: 120px;
    background: rgba(255, 255, 255, 0.4);
    margin: 20px auto;
    position: relative;
}
.lets-chat::before {
    content: "Got questions? Email me.";
    position: absolute;
    top: 35px;
    left: -60px;
    width: 120px;
    text-align: center;
    background: #e44949;
    padding: 10px 0;
    color: rgba(255, 255, 255, 0.4);
}
.contact {
    margin: 0;
    text-align: center;
}
.contact .email {
    font-size: 48px;
    line-height: 48px;
    font-weight: 500;
    color: #FFFFFF;
    display: inline-block;
    text-decoration: underline;
}
.contact .email:hover {} .contact .availability {
    font-size: 16px;
    line-height: 20px;
    display: block;
    padding: 20px 0 0 0;
    color: rgba(255, 255, 255, 0.75);
}
.footer .colophon .container {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding: 30px 0;
    overflow: hidden;
}
.colophon .copyright {
    float: left;
    color: rgba(255, 255, 255, 0.75);
}
.colophon ul.social-links {
    float: right;
    overflow: hidden;
}
.colophon ul.social-links li {
    float: left;
    margin-left: 20px;
}
.colophon ul.social-links li a {
    color: rgba(255, 255, 255, 0.75);
}
.colophon ul.social-links li a:hover {
    color: white;
    text-decoration: underline;
}
/*
* Skeleton V1.2
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 6/20/2012
*/
/* Table of Contents
==================================================
    #Base 960 Grid
    #Tablet (Portrait)
    #Mobile (Portrait)
    #Mobile (Landscape)
    #Clearing */
/* #Base 960 Grid
================================================== */

.container {
    position: relative;
    width: 960px;
    margin: 0 auto;
    padding: 0;
}
.column,
.columns {
    float: left;
    display: inline;
    margin-left: 10px;
    margin-right: 10px;
}
.row {
    margin-bottom: 20px;
}
/* Nested Column Classes */

.column.alpha,
.columns.alpha {
    margin-left: 0;
}
.column.omega,
.columns.omega {
    margin-right: 0;
}
/* Base Grid */

.container .one.column,
.container .one.columns {
    width: 40px;
}
.container .two.columns {
    width: 100px;
}
.container .three.columns {
    width: 160px;
}
.container .four.columns {
    width: 220px;
}
.container .five.columns {
    width: 280px;
}
.container .six.columns {
    width: 340px;
}
.container .seven.columns {
    width: 400px;
}
.container .eight.columns {
    width: 460px;
}
.container .nine.columns {
    width: 520px;
}
.container .ten.columns {
    width: 580px;
}
.container .eleven.columns {
    width: 640px;
}
.container .twelve.columns {
    width: 700px;
}
.container .thirteen.columns {
    width: 760px;
}
.container .fourteen.columns {
    width: 820px;
}
.container .fifteen.columns {
    width: 880px;
}
.container .sixteen.columns {
    width: 940px;
}
.container .one-third.column {
    width: 300px;
}
.container .two-thirds.column {
    width: 620px;
}
/* Offsets */

.container .offset-by-one {
    padding-left: 60px;
}
.container .offset-by-two {
    padding-left: 120px;
}
.container .offset-by-three {
    padding-left: 180px;
}
.container .offset-by-four {
    padding-left: 240px;
}
.container .offset-by-five {
    padding-left: 300px;
}
.container .offset-by-six {
    padding-left: 360px;
}
.container .offset-by-seven {
    padding-left: 420px;
}
.container .offset-by-eight {
    padding-left: 480px;
}
.container .offset-by-nine {
    padding-left: 540px;
}
.container .offset-by-ten {
    padding-left: 600px;
}
.container .offset-by-eleven {
    padding-left: 660px;
}
.container .offset-by-twelve {
    padding-left: 720px;
}
.container .offset-by-thirteen {
    padding-left: 780px;
}
.container .offset-by-fourteen {
    padding-left: 840px;
}
.container .offset-by-fifteen {
    padding-left: 900px;
}
/* #Tablet (Portrait)
================================================== */
/* Note: Design for a width of 768px */

@media only screen and (min-width: 768px) and (max-width: 959px) {
    .container {
        width: 768px;
    }
    .container .column,
    .container .columns {
        margin: 0;
    }
    .column.alpha,
    .columns.alpha {
        margin-left: 0;
        margin-right: 10px;
    }
    .column.omega,
    .columns.omega {
        margin-right: 0;
        margin-left: 10px;
    }
    .alpha.omega {
        margin-left: 0;
        margin-right: 0;
    }
    .container .one.column,
    .container .one.columns {
        width: 28px;
    }
    .container .two.columns {
        width: 76px;
    }
    .container .three.columns {
        width: 124px;
    }
    .container .four.columns {
        width: 172px;
    }
    .container .five.columns {
        width: 220px;
    }
    .container .six.columns {
        width: 268px;
    }
    .container .seven.columns {
        width: 316px;
    }
    .container .eight.columns {
        width: 364px;
    }
    .container .nine.columns {
        width: 412px;
    }
    .container .ten.columns {
        width: 460px;
    }
    .container .eleven.columns {
        width: 508px;
    }
    .container .twelve.columns {
        width: 556px;
    }
    .container .thirteen.columns {
        width: 604px;
    }
    .container .fourteen.columns {
        width: 652px;
    }
    .container .fifteen.columns {
        width: 700px;
    }
    .container .sixteen.columns {
        width: 748px;
    }
    .container .one-third.column {
        width: 236px;
    }
    .container .two-thirds.column {
        width: 492px;
    }
    /* Offsets */
    
    .container .offset-by-one {
        padding-left: 48px;
    }
    .container .offset-by-two {
        padding-left: 96px;
    }
    .container .offset-by-three {
        padding-left: 144px;
    }
    .container .offset-by-four {
        padding-left: 192px;
    }
    .container .offset-by-five {
        padding-left: 240px;
    }
    .container .offset-by-six {
        padding-left: 288px;
    }
    .container .offset-by-seven {
        padding-left: 336px;
    }
    .container .offset-by-eight {
        padding-left: 384px;
    }
    .container .offset-by-nine {
        padding-left: 432px;
    }
    .container .offset-by-ten {
        padding-left: 480px;
    }
    .container .offset-by-eleven {
        padding-left: 528px;
    }
    .container .offset-by-twelve {
        padding-left: 576px;
    }
    .container .offset-by-thirteen {
        padding-left: 624px;
    }
    .container .offset-by-fourteen {
        padding-left: 672px;
    }
    .container .offset-by-fifteen {
        padding-left: 720px;
    }
}
/*  #Mobile (Portrait)
================================================== */
/* Note: Design for a width of 320px */

@media only screen and (max-width: 767px) {
    .container {
        padding: 0 20px;
        width: 100%
    }
    .container .columns,
    .container .column {
        margin: 0;
    }
    .container .one.column,
    .container .one.columns,
    .container .two.columns,
    .container .three.columns,
    .container .four.columns,
    .container .five.columns,
    .container .six.columns,
    .container .seven.columns,
    .container .eight.columns,
    .container .nine.columns,
    .container .ten.columns,
    .container .eleven.columns,
    .container .twelve.columns,
    .container .thirteen.columns,
    .container .fourteen.columns,
    .container .fifteen.columns,
    .container .sixteen.columns,
    .container .one-third.column,
    .container .two-thirds.column {
        width: 300px;
    }
    /* Offsets */
    
    .container .offset-by-one,
    .container .offset-by-two,
    .container .offset-by-three,
    .container .offset-by-four,
    .container .offset-by-five,
    .container .offset-by-six,
    .container .offset-by-seven,
    .container .offset-by-eight,
    .container .offset-by-nine,
    .container .offset-by-ten,
    .container .offset-by-eleven,
    .container .offset-by-twelve,
    .container .offset-by-thirteen,
    .container .offset-by-fourteen,
    .container .offset-by-fifteen {
        padding-left: 0;
    }
}
/* #Mobile (Landscape)
================================================== */
/* Note: Design for a width of 480px */

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .container {
        width: 420px;
    }
    .container .columns,
    .container .column {
        margin: 0;
    }
    .container .one.column,
    .container .one.columns,
    .container .two.columns,
    .container .three.columns,
    .container .four.columns,
    .container .five.columns,
    .container .six.columns,
    .container .seven.columns,
    .container .eight.columns,
    .container .nine.columns,
    .container .ten.columns,
    .container .eleven.columns,
    .container .twelve.columns,
    .container .thirteen.columns,
    .container .fourteen.columns,
    .container .fifteen.columns,
    .container .sixteen.columns,
    .container .one-third.column,
    .container .two-thirds.column {
        width: 420px;
    }
}
/* #Media Queries
================================================== */
/* Smaller than standard 960 (devices and browsers) */

@media only screen and (max-width: 959px) {
    .logo {
        margin: 20px 0 !important;
    }
}
/* All Mobile Sizes (devices and browser) */

@media only screen and (max-width: 767px) {
    .user-blurb .currently {
        font-size: 1.5em;
        line-height: 1.4em;
    }
    .user-blurb .previously {
        font-size: 1.2em;
        line-height: 1.2em;
    }
    .user-blurb p {
        font-size: 1.3em
    }
    .user-blurb .previously strong {
        text-transform: none;
        padding-right: 0
    }
    .section {
        padding-top: 50px
    }
    ul.featured-work li,
    .bio,
    .mentions,
    .user-gist h3.quotes {
        width: 100%;
    }
    .bio,
    .bio > h4,
    .bio > p {
        padding-right: 0
    }
    .mentions {
        margin: 20px 0
    }
    ul.featured-work li .thumb,
    ul.featured-work li .thumb img,
    ul.featured-work li .thumb-link,
    ul.featured-work li .thumb .thumb-link img {
        height: 100%
    }
    .section .container::before {
        top: -64px;
        left: 4px;
        padding: 0 16px;
    }
    .contact .email {
        font-size: 100%;
    }
    .colophon .copyright {
        font-size: 12px
    }
    .footer {
        height: 541px
    }
    .footer .section {
        padding-bottom: 50px
    }
    .footer .colophon .container {
        padding: 30px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .container {
        width: 100%;
        padding: 0 50px
    }
    .user-gist {
        padding: 0 0 40px 85px;
    }
    .section .container::before {
        left: 33px;
    }
    ul.featured-work li {
        width: 415px;
    }
    .bio {
        width: 60%;
    }
    .mentions {
        width: 30%;
    }
    ul.featured-work li .thumb,
    ul.featured-work li .thumb img,
    ul.featured-work li .thumb-link,
    ul.featured-work li .thumb .thumb-link img {
        width: 100%;
        height: 100%
    }
    ul.featured-work li {
        width: 45%;
    }
    .footer .colophon .container {
        padding: 30px 50px
    }
}
/* #Clearing
================================================== */
/* Self Clearing Goodness */

.container:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
/* Use clearfix class on parent to clear nested columns,
    or wrap each row of columns in a <div class="row"> */

.clearfix:before,
.clearfix:after,
.row:before,
.row:after {
    content: '\0020';
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}
.row:after,
.clearfix:after {
    clear: both;
}
.row,
.clearfix {}
/* You can also use a <br class="clear" /> to clear columns */

.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}
