html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite,  del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin:0px; 
    padding:0px; 
    border:0px; 
    border-collapse:separate; 
    border-spacing:0px;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    text-decoration:none;
}

body {
    /* background-color: #E8E8E8    */
    background: url(../img/bg.jpg);
}

a { 
    color: rgb(255,126,113);
    text-decoration:none; 
}

a:hover, a:active { 
    text-decoration:none;
    color: #666666;
}

a img { 
    border: 0px; 
}

a.btn {
    background-image: none;
    -webkit-background-image: none;
    -moz-background-image: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border: 3px solid #666;
    background-color: #FFF;
}

a.btn i {
    margin-right: 5px;
}

p { 
    margin-bottom: 20px; 
    color: rgb(102,102,102);
    line-height: 30px;
    letter-spacing: 1pt;
    font-size: 16px;
}

strong, b { 
    font-weight:600; 
}

p b, p strong { 
    font-weight:600; 
}

em, i {
    font-style: italic;
}

blockquote p {
    font-size: 14px !important;
    line-height: 1.8em;
}


h1, h2, h3, h4 {
    font-weight: 300;
    line-height: 1em;
    color: #666666;
}

h1 { 
    font-size: 70px;
    line-height: 60px;
    margin-bottom: 40px;
    font-weight: 300;
    color: rgba(0,0,0,0.6);
    text-shadow: 0 1px 0 #FFF;
    text-align: center;
    text-transform: capitalize;
}

h2 { 
    font-size: 50px; 
    font-weight: 300;
    line-height: 40px; 
}

h3 {     
    background-color: #CCC;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    margin-bottom: 30px;
    margin-top: 10px;
    border: 0;
    color: #fff;
    padding: 20px;
    text-decoration: none;
    text-transform: uppercase;
    text-shadow: 0px 2px 2px rgba(0,0,0,0.1);
    
    display: block;
    font-size: 30px;
    text-transform: none;
    text-align: center;
    
    
    box-shadow: inset 0px 1px 2px rgba(0,0,0,0.15), 0px 1px 0px rgba(255,255,255,0.65);
    -webkit-box-shadow: inset 0px 1px 2px rgba(0,0,0,0.15), 0px 1px 0px rgba(255,255,255,0.65);
    -moz-box-shadow: inset 0px 1px 2px rgba(0,0,0,0.15), 0px 1px 0px rgba(255,255,255,0.65);
}

    h3 strong {
        font-weight: 400;
    }

    h3 i {
        font-size: 28px;
        margin-right: 20px;
    }

    h3:hover {
        background-color: #BBB;
    }

h4 { 
    font-size: 16px; 
    line-height: 26px; 
}

h5 { 
    text-align: center;
    font-weight: 300;
    color: rgb(102,102,102);
    line-height: 40px;
    letter-spacing: 1pt;
    font-size: 24px;
    margin: 20px 0 50px;
}

hr {
    border-top: none;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    box-shadow: 0 1px rgba(255,255,255,0.5);
}

.divider {
    height: 10px;
    width: auto;
    margin: 50px 0;
    background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAJCAYAAADgkQYQAAAANklEQVQYV2NkIAIwEqHGh5AiH6AhWwgpAluESxHYBJhTsClCUYDPJBT/IJuEYQK6dTgVgBQCAKYMBVYvFTZ5AAAAAElFTkSuQmCC) repeat;
}


/* ==========================================================================
   Resume
   ========================================================================== */

.resume {
    position: relative;
    width: auto;
    margin: 0;
    background: #fff;
    border: 1px solid;
    border-color: #dfdcdc #d9d6d6 #ccc;
    border-radius: 2px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.resume:before, .resume:after {
    content: '';
    position: absolute;
    z-index: -1;
    height: 4px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 2px;
}

.resume:after {
    left: 0;
    right: 0;
    bottom: -3px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.resume:before {
    left: 2px;
    right: 2px;
    bottom: -5px;
    border-color: #c4c4c4;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
}

.lt-ie9 .resume:before, .lt-ie9 .resume:after {
    height: 1px;
    border-top: 0;
}

.resume-top {
    position: relative;
    width: auto;
    margin: 0;
    min-height: 300px;
    background: #FFF url('../img/bg/board-walk.jpg') no-repeat center bottom;
}

    .resume-name {
        position: absolute;
        font-size: 60px;
        color: #FFF;
        bottom: 10px;
        left: 250px;
        text-shadow: 0px -4px 3px rgba(0,0,0,0.5);
    }

.resume h2 {
    font-size: 30px;
}

.resume h3 small {
    color: #FFF;
}

.resume-link {
    width: auto;
    height: 40px;
    border-bottom: 1px solid #CCC;
    position: relative;
}

    .resume-link .inner-container {
        width: auto;
        padding: 0 20px;
    }

.profile-pic-container {
    width: 100;
    position: absolute;
    bottom: 20px;
    z-index: 2;
}

    .profile-pic {
        width: 200px;
        height: 200px;
        background-color: #FFF;
        position: relative;
        -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset;
        -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset;
        box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset;
    }

    .profile-pic:before, .profile-pic:after {
        content: '';
        z-index: -1;
        position: absolute;
        left: 13.5px;
        bottom: 10px;
        width: 70%;
        max-width: 300px; /* avoid rotation causing ugly appearance at large container widths */
        height: 55%;
        -webkit-box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
        -moz-box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
        box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
        -webkit-transform: skew(-20deg) rotate(-8deg);
        -moz-transform: skew(-20deg) rotate(-8deg);
        -ms-transform: skew(-20deg) rotate(-8deg);
        -o-transform: skew(-20deg) rotate(-8deg);
        transform: skew(-20deg) rotate(-8deg);
    }
    
    .profile-pic:after {
        left: auto;
        right: 13.5px;
        -webkit-transform: skew(20deg) rotate(8deg);
        -moz-transform: skew(20deg) rotate(8deg);
        -ms-transform: skew(20deg) rotate(8deg);
        -o-transform: skew(20deg) rotate(8deg);
        transform: skew(20deg) rotate(8deg);
    }

    .profile-pic img {
        min-height: 200px;
        min-width: 200px;
    }


    ol{
    padding: 0;
    margin: 0;
    counter-reset: li;
    list-style: none;
    *list-style: decimal;
    padding: 0;
    text-shadow: 0 1px 0 rgba(255,255,255,.5);
}

ol ol{
    margin: 0 0 0 2em;
}

ol li{
    position: relative;
    display: block;
    padding: .4em .4em .4em .8em;
    *padding: .4em;
    margin: .5em 0 .5em 2.5em;
    background-color: #EEEEEE;
    color: #444;
    text-decoration: none;
    transition: all .3s ease-out;   
    line-height: 1.5em;
}

ol li:hover{
    background-color: #FFFFFF;
}   

ol li:before{
    content: counter(li);
    counter-increment: li;
    position: absolute; 
    left: -2.5em;
    top: 50%;
    margin-top: -1em;
    background: rgb(255,126,113);
    color: #FFFFFF;
    height: 2em;
    width: 2em;
    line-height: 2em;
    text-align: center;
    font-weight: bold;
    text-shadow: 0px 1px 0px rgba(0,0,0,0.3);
}

ol li:after{
    position: absolute; 
    content: '';
    border: .5em solid transparent;
    left: -1em;
    top: 50%;
    margin-top: -.5em;
    transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
}

ol li:hover:after{
    left: -.5em;
    border-left-color: rgb(255,126,113);    
    z-index: 1;
}

ul.lined-list { 
    display: block; 
    list-style: none; 
    margin: 0; 
    font-size: 16px;
}

ul.lined-list li { 
    display: block; 
    list-style: none; 
    border-bottom:1px solid #e5e5e5; 
    font-size: 16px;
    font-weight: 300;
    padding: 10px;
}

ul.lined-list li:empty { 
    display: none;
}

ul.lined-list li:hover{
    background:#f3f3f3; 
    border-bottom:1px solid #bbb; 
    cursor: default;
}


/* ==========================================================================
   Colors & Highlights
   ========================================================================== */

.highlight {
    display: inline-block;
    padding: 5px 10px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    text-shadow: none;
    cursor: default; 
    box-shadow: inset 0px 1px 2px rgba(0,0,0,0.15), 0px 1px 0px rgba(255,255,255,0.65);
    -webkit-box-shadow: inset 0px 1px 2px rgba(0,0,0,0.15), 0px 1px 0px rgba(255,255,255,0.65);
    -moz-box-shadow: inset 0px 1px 2px rgba(0,0,0,0.15), 0px 1px 0px rgba(255,255,255,0.65);
}

.turquoise {
    background-color: #79d1b0;
    color: #FFF;
}

    .turquoise:hover {
        background-color: #5AC79E;
    }

.blue {
    background-color: #93b8ca;
    color: #FFF;
}

    .blue:hover {
        background-color: #7DAABF;
    }

.orange {
    background-color: #FF968A;
    color: #FFF;
    box-shadow: inset 0px 1px 2px rgba(0,0,0,0.3), 0px 1px 0px rgba(255,255,255,0.65);
    -webkit-box-shadow: inset 0px 1px 2px rgba(0,0,0,0.3), 0px 1px 0px rgba(255,255,255,0.65);
    -moz-box-shadow: inset 0px 1px 2px rgba(0,0,0,0.3), 0px 1px 0px rgba(255,255,255,0.65);
}

    .orange:hover {
        background-color: #FF7E71;
    }

.grey {
    background-color: #BBB;
    color: #FFF;
}

    .grey:hover {
        background-color: #AAA;
    }


/* ==========================================================================
   Responsive Behaviors
   ========================================================================== */

/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 959px) {
    .logo { font-size: 70px; }
}

/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
    .logo { font-size: 70px; }
    nav ul li a, nav ul li a:visited { font-size: 10px; }
}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
    header { height: 250px; }
    .logo { font-size: 50px; }
    .container { margin: 0 10px; }
    
    h1 { font-size: 40px; line-height: 50px; margin-bottom: 20px; }
    h2 { font-size: 30px; line-height: 40px; }
    h3 { font-size: 20px; line-height: 30px; margin-bottom: 10px; }
    h4 { font-size: 24px; line-height: 30px; margin: 10px 0 25px; }
    
    nav .container { display: none; }
    nav select { display: block; }
    #whoiam,#whatido,#thingsiwrite,#stuffimade,#getintouch { padding: 100px 0; }
    footer { display: none; }    
    .footer-copyright { text-align: center; }
    .mobile-center { text-align: center !important; }
    .gmap { height: 200px; }
    .map-overlay-container, .map-overlay { display: none; }
    
    .services h4 { text-align: center; }
    .blog li { width: 48%; margin-left:0; margin-bottom: 10px; height: inherit; }
    .blog li:nth-child(2n) { margin-left: 2%; }
    .blog li a h3, .blog li a p { padding-left: 10px; padding-right: 10px; }
    .filter a { margin-bottom: 10px; }
    .resume-top { min-height: 150px; max-height: 200px; }
    .resume-link .ss { display: none; }
    
    #whatido .half-mobile { float: left; width: 48%; margin-left:0; margin-bottom: 10px; }
    #whatido .half-mobile:nth-child(2n) { margin-left: 2%; }
}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
    header { height: 250px; }
    .logo { font-size: 50px; }
    .container { margin: 0 10px; }
    
    h1 { font-size: 40px; line-height: 50px; margin-bottom: 20px; }
    h2 { font-size: 30px; line-height: 40px; }
    h3 { font-size: 20px; line-height: 30px; margin-bottom: 10px; }
    h4 { font-size: 24px; line-height: 30px; margin: 10px 0 25px; }
    
    #resume h2 { font-size: 30px; line-height: 40px; text-align: center; margin-bottom: 10px; font-weight: 400; }
    
    nav .container { display: none; }
    nav select { display: block; }
    #whoiam,#whatido,#thingsiwrite,#stuffimade,#getintouch { padding: 100px 0; }
    footer { display: none; }    
    .footer-copyright { text-align: center; }
    .mobile-center { text-align: center !important; }
    .gmap { height: 200px; }
    .map-overlay-container, .map-overlay { display: none; }
    
    .services h4 { text-align: center; }
    .blog li { width: 48%; margin-left:0; margin-bottom: 10px; }
    .blog li:nth-child(2n) { margin-left: 2%; }
    .blog li a h3, .blog li a p { padding-left: 10px; padding-right: 10px; }
    .filter a { margin-bottom: 10px; }
    .resume-top { min-height: 150px; max-height: 200px; }
    .resume-link .ss { display: none; }
    
    #whatido .half-mobile { float: left; width: 48%; margin-left:0; margin-bottom: 10px; }
    #whatido .half-mobile:nth-child(2n) { margin-left: 2%; }
}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
    header { height: 200px; }
    .logo { font-size: 30px; margin-top: 65px; color: #FFF; }
    .sub-logo { font-size: 15px; color: #FFF; }
    .container { margin: 0 10px; }
    
    h1 { font-size: 40px; line-height: 50px; margin-bottom: 20px; }
    h2 { font-size: 30px; line-height: 40px; }
    h3 { font-size: 20px; line-height: 30px; margin-bottom: 10px; }
    h4 { font-size: 24px; line-height: 30px; margin: 10px 0 25px; }
    
    #resume h2 { font-size: 30px; line-height: 40px; text-align: center; margin-bottom: 10px; font-weight: 400; }
    
    nav .container { display: none; }
    nav select { display: block; }
    #whoiam,#whatido,#thingsiwrite,#stuffimade,#getintouch { padding: 100px 0; }
    footer { display: none; }    
    .footer-copyright { text-align: center; }
    .mobile-center { text-align: center !important; }
    .gmap { height: 200px; }
    .map-overlay-container, .map-overlay { display: none; }
    
    .services h4 { text-align: center; }
    .blog li { float: none; display: block; width: auto; margin-bottom: 10px; }
    .blog li:nth-child(2n) { margin-left: 0; }
    .blog li a h3, .blog li a p { padding-left: 10px; padding-right: 10px; }
    .filter a { margin-bottom: 10px; }
    .resume-top { min-height: 150px; max-height: 200px; }
    .resume-link .ss { display: none; }
    
    #whatido .half-mobile { float: none; display: block; width: auto; margin: 0; margin-bottom: 5px; }
    #whatido .half-mobile:nth-child(2n) { margin-left: 0; }
}
