/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #444;
}

html {
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #2CBADF;
    text-shadow: none;
}

::selection {
    background: #2CBADF;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */



/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */


/*  ===============
    Global
    =============== */

body {
    font-family: 'PT Sans', sans-serif;
    background-color: #fff;
    margin: 0;
}

h1,h2,h3,p,a {
    color:#000;
}

h1 {
    font-size:28px;
    font-weight: 400;
}
h2 {
    font-size: 24px;
    font-weight: 400;
    margin-top:16px;
    margin-bottom: 15px}

h3 {
    font-size: 18px;
    line-height: 26px;
    font-weight: 700;
}
h4 {
    font-size: 16px;
    line-height: 27px;
    font-weight: 400;
    letter-spacing: .3px;
    color: #fff;
}
h5{
    font-size: 11px;
    line-height: 20px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 3px;
    color: #000;
}
p {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
}

a {
    text-decoration:none;
}
a:hover {
    color: #2CBADF;
}

hr {
    display: block;
    height: 1px;
    border:none;
    background-color: #aaa;
    margin: 0;
    padding: 0;
}

.grid {width: 95%;}

/*  ===============
    Navigation
    =============== */

.logo {
    position: absolute;
}
.logo-nav {
    background: url(../img/svg/zelmanco-clear.svg) no-repeat;
    width:49px;
    height:53px;
    margin-top: 0px;
}
.logo-nav:hover {
    background: url(../img/svg/zelmanco-blue.svg) no-repeat;
}
.nav-container {
    top:0%;
    background-color: #fff;
    position: fixed;
    width:100%;
    z-index: 100;
}
.nav-container .row {
    margin-bottom: 0px;
}
#navigation {
    padding-top: 6px;
    padding-bottom:13px;
}
.header-hr {
    margin:0 -20px;
    background-color: #aaa;
}

#site-links {
    width:350px;
    margin: 0 auto;
}
#site-links ul{
    text-align: center;
    margin:9px auto;
}
#site-links ul li{
    display: inline;
}
#site-links ul li a{
    font-size: 14px;
    font-weight: 400;
    color:#000;
    letter-spacing: .3px;
    padding:0px 7px;
    margin: 0 4px;
}
#site-links ul li a:hover {
    color: #2CBADF;
}

.social-media-top ul li {
    display: inline;
    float:right;
    width:28px;
    height: 26px;
    display: inline;
    margin-left:15px;
    margin-top: 10px;
}
#social-bottom {
    margin-top:5px;
}
#social-bottom ul{
    text-align: center;
}
.social-media-bottom{
    margin:15px 17px 0px 17px;
    display: inline-block;
    width:28px;
    height: 26px;
}

.dribbble {background-image: url(../img/svg/icon-dribbble-black.svg);}
.dribbble:hover {background-image: url(../img/svg/icon-dribbble-blue.svg);}
.twitter {background-image: url(../img/svg/icon-twitter-black.svg);}
.twitter:hover {background-image: url(../img/svg/icon-twitter-blue.svg);}
.linkedin {background-image: url(../img/svg/icon-linkedin-black.svg);}
.linkedin:hover {background-image: url(../img/svg/icon-linkedin-blue.svg);}
.instagram {background-image: url(../img/svg/icon-instagram-black.svg);}
.instagram:hover {background-image: url(../img/svg/icon-instagram-blue.svg);}
.instagram {background-image: url(../img/svg/icon-instagram-black.svg);}
.instagram:hover {background-image: url(../img/svg/icon-instagram-blue.svg);}



/*  =====================
    New Landing
    ===================== */


#landing-new {
    margin-top:64px;
}



/*  =====================
    Project Text/Comments
    ===================== */

.projectInfoContainer {
    margin-top: 65px;
}
.projectInfo {
    text-align: center;
    max-width: 640px;
    margin:31px auto 22px auto;
}

.projectInfo a{
    border-bottom: 1px solid #ccc;
    /*text-decoration: underline;*/
}

.projectInfo h3{
    font-size: 20px;
    font-weight: 400;
    margin-top:16px;
    margin-bottom: 15px;
}

.projectInfo a:hover{
    border-bottom:#2CBADF 1px solid;
}


.projectTitle {
    margin-top:0px;
    margin-bottom: 13px;
    text-align: center;
}
.project-categories {
    text-align: center;
    margin-bottom: 20px;
}
.commentContainer {
    margin:15px 10px 25px 0;
}
.commentArrow {
    float:left;
    margin-top:3px;
    margin-left:-1px;
}
.comment {
    margin-left:25px;
}


/*  =====================
    Next and Back Bottom Nav
    ===================== */

.nextBackNav{
    margin:10px 0 12px 0;
}
.nextBackNav a{
    display: inline;
}
.back:hover, .next:hover{
    opacity: .7;
}
.back {
    float: left;
    text-align: left;
}
.next {
    float: right;
    text-align: right;
}
#nextBack .row{
    margin-bottom: 0px;
}


/*  =====================
    Footer
    ===================== */

#footerContainer {
    padding:0 0 31px 0;
    background-color: #fff;
}
#footer {
    margin-top:31px;
}
#footer a, #footer p{
    color:#6d6d6d;
    font-size:12px;
    font-weight: 400;
    line-height: 25px;
}
#footer a:hover { 
    color:#2CBADF;
}

/*.handcoded {
    height:25px;
}*/


.handcoded p {
    margin-left: 25px;
}

.hand {
    margin-top:4px;
    position: absolute;
    display: inline-block;
    width: 20px;
    height:21px;
    background: url(../img/misc/hand2.png) no-repeat;
    opacity: .8;
}


/*  =====================
    Home Page Specific
    ===================== */

.landingContainer {
    height: 70vh;
    overflow: hidden;

    /*background: url("../img/home/fuzz-2.png");*/
    /*background: #33B9DF;*/

/*    background: -webkit-linear-gradient(#2DAFCD, #1D73AB);
    background: -o-radial-linear (#1FDEF7, #2D7FB5);
    background: -moz-radial-linear (#1FDEF7, #2D7FB5);
    background: radial-linear (#1FDEF7, #2D7FB5);*/

/*    background: -webkit-radial-gradient(top, #2CBADF 5%, #035984 70%, #053854 92%);
    background: -o-radial-gradient (top, #2CBADF 5%, #035984 80%, #053854 96%);
    background: -moz-radial-gradient (top, #2CBADF 5%, #035984 80%, #053854 96%);
    background: radial-gradient (top, #2CBADF 5%, #035984 80%, #053854 96%);*/

/*    background: -webkit-linear-gradient(top, #4DC6E2 5%, #1D73AB 70%, #176799 92%);
    background: -o-linear-gradient (top, #2CBADF 5%, #035984 80%, #053854 96%);
    background: -moz-linear-gradient (top, #2CBADF 5%, #035984 80%, #053854 96%);
    background: linear-gradient (top, #2CBADF 5%, #035984 80%, #053854 96%);*/

    /*background: #fff;*/
}

.landing {
    height: 70vh;
    width: 100%;
    background: #00314e;
    opacity: 0;
    position: absolute;
}

.wavey1 {
    height: 100vh;
    min-width: 100%;
    background: url(../img/misc/wavey-1.png) center top;
    /*background-repeat: repeat-x;*/
    position: absolute;
    opacity: .9;
    z-index: -1;
    /*bottom: 10%;*/
}

.wavey2 {
    height: 100vh;
    min-width: 100%;
    background: url(../img/misc/wavey-2.png) center top;
    /*background-repeat: repeat-x;*/
    position: absolute;
    opacity: .9;
    z-index: -2;
    /*bottom: 10%;*/
}

.dive-1 {
    height: 100vh;
    min-width: 100%;
    background: url(../img/home/dive-2.jpg) center top;
    /*background-repeat: no-repeat;*/
    position: absolute;
    /*opacity: .9;*/
    z-index: -2;
    /*bottom: 10%;*/
}

.landing-info {
    padding-top: 30vh;
    text-align: center;
    position: relative;

}

.landing-info p {
    font-family: "lato", sans-serif;
    font-size: 28px;
    font-weight: 300;
    margin-bottom: 15px;
    letter-spacing: 1px;
    line-height: 38px;
    color: #fff;
}

.divein h5 {
    font-size: 11px;
    letter-spacing: 5px;
    padding: 8px;
    color: #000;
}
.divein-container {
    margin: 0 auto;
    width: 61px;
    height: 60px;
}
.divein {
    width: 61px;
    height: 60px;
    margin: 0 auto;
    /*border: 2px solid #000;*/
    /*text-align: center;*/
    background: url(../img/svg/circle-white-2.svg) no-repeat;
}

.divein:hover {
    background: url(../img/svg/circle-blue.svg) no-repeat;
}

.dive-bottom {
    height:4%;
    order-top: 1px solid #aaa;b
    background-color: #fff;
    width: 100%;
    bottom: 0%;
    position:absolute;
}

.landing-info img {
    margin-bottom: 11px;
}


/*  =====================
    About
    ===================== */

.aboutContainer {
    height: 100vh;
    overflow: hidden;

/*    background: -webkit-linear-gradient(#2DAFCD, #1D73AB);
    background: -o-radial-linear (#1FDEF7, #2D7FB5);
    background: -moz-radial-linear (#1FDEF7, #2D7FB5);
    background: radial-linear (#1FDEF7, #2D7FB5);*/

/*    background: -webkit-radial-gradient(top, #2CBADF 5%, #035984 70%, #053854 92%);
    background: -o-radial-gradient (top, #2CBADF 5%, #035984 80%, #053854 96%);
    background: -moz-radial-gradient (top, #2CBADF 5%, #035984 80%, #053854 96%);
    background: radial-gradient (top, #2CBADF 5%, #035984 80%, #053854 96%);*/

    background: -webkit-radial-gradient(top, #4DC6E2 5%, #1D73AB 70%, #176799 92%);
    background: -o-radial-gradient (top, #2CBADF 5%, #035984 80%, #053854 96%);
    background: -moz-radial-gradient (top, #2CBADF 5%, #035984 80%, #053854 96%);
    background: radial-gradient (top, #2CBADF 5%, #035984 80%, #053854 96%);
}

.aboutpic {
    margin-top:75px;
}

.contactabout {
    margin-top:40px;
}

.contactabout h3{
    margin: 20px 0 6px 0;
}

.contactabout a{
    border-bottom: 1px solid #ccc;
}
.contactabout a:hover{
    border-bottom: 1px solid #2CBADF;
}

.contact {
    margin-bottom:20px;
}


/*  =====================
    Portfolio
    ===================== */

a.portfolio-anchor {
    display: block; position: relative; top: -53px; visibility: hidden;
}

a.hm-logo-anchor {
    display: block; position: relative; top: -70px; visibility: hidden;
}



#portfolioContainer {
    border-top: 1px solid #aaa;
    padding:70px 0 60px 0;
    background-color: #f7f7f7;
}

 /*css for only portfolioContainer .c6*/

.cx  {
    margin-bottom: 20px;
    -webkit-transition: .3s; /* Safari */
    transition: .3s;
}
 }

.featured h2{
    text-align: center;
    margin-top:14px;
    margin-bottom: 14px;
    letter-spacing:.5px;
}

.thumb, .thumb * {
  -moz-box-sizing: border-box;
 -webkit-box-sizing: border-box;
 box-sizing: border-box;
 }

.title {
    height: 100%;
    margin:0 9px;
    position:absolute;
    bottom:0;
    left:0;
    right:0;
    opacity: 0;
}
.title:hover {
    opacity: 1;
    background-color: #fff;
}

 /*Tile specific hover colors */

.sk:hover {
    background-color: #C8C5C0 !important;
    color: #fff !important;
}

.cav:hover {
    background-color: #BE9471 !important;
}

.gay:hover {
    background-color: #E7B959 !important;
}

.inside:hover {
    background-color: #A1E1D0 !important;
}

.pop:hover {
    background-color: #DE5C3C !important;
}

.hm:hover {
    background-color: #F39100 !important;
}

.raw:hover {
    background-color: #85CA72 !important;
}

.tiny:hover {
    background-color: #46C7EA !important;
}


.middle {
    text-align: center;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.middle h3 {
    color: #000;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 17px;
}
.middle h4 {
    color: #000;
    display: inline-block;
    letter-spacing: 1px;
    font-size: 17px;
    font-weight: 400;
}


/*  =======================
    Inside Man
    ======================= */

.clickme {
    position: absolute;
}

.im {
/*    max-width:800px;
    width: 100%;
    max-height: 653px;
    height: 100%;
    background: url(../img/Projects/im-test-1.jpg);
    /*position: relative;*/*/
}

.im ul li{
    display: none;
}

.active {
    display: inline !important;
}

/*  =======================
    Useful Things
    ======================= */

.space {height:50px;}

/* for k1,k2 etc grid two columns when resizing */
.leftImage {
    padding-right: 6px;
}
.rightImage {
    padding-left: 6px;
}

.trans {
    -webkit-transition: .12s ease-out;  /* For Safari 3.1 to 6.0 */
    transition: .12s ease-out;
}

/* backgrounds */

.grayBG {
    background: url(../img/gray-bg.jpg);
}


.light-gray {
    /*background: #f3f3f3;*/
}


.mfa-bg-container {
    background: url(../img/projects/mfa-bg-1.png);
}
.mfa-bg {
    border-top: 1px solid #aaa;

    background: -webkit-linear-gradient(rgba(68,25,30,0) 1%,rgba(178,27,38,0) 20% , rgba(178,27,38,0) 60% , rgba(68,25,30,.45) 99% );
    background: -o-radial-gradient (top, #2CBADF 5%, #035984 80%, #053854 96%); 
    background: -moz-radial-gradient (top, #2CBADF 5%, #035984 80%, #053854 96%); 
    background: radial-gradient (top, #2CBADF 5%, #035984 80%, #053854 96%); 
}
.mfa-info a{
    border-bottom: 1px solid #ccc;
    /*text-decoration: underline;*/
}
.mfa-info a:hover{
    border-bottom:#2CBADF 1px solid;
}

.mfa-info {
    text-align: center;
    max-width: 590px;
    margin:40px auto;
    background: #fff;
    /*padding:20px 30px 25px 30px;*/
    /*border: 3px solid #E62025;*/
    /*max-width: 700px;*/

    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;

    background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 25%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 76%, rgba(255,255,255,0) 99%, rgba(255,255,255,0) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0)), color-stop(25%,rgba(255,255,255,1)), color-stop(50%,rgba(255,255,255,1)), color-stop(76%,rgba(255,255,255,1)), color-stop(99%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 25%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 76%,rgba(255,255,255,0) 99%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 25%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 76%,rgba(255,255,255,0) 99%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 25%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 76%,rgba(255,255,255,0) 99%,rgba(255,255,255,0) 100%); /* IE10+ */
    background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 25%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 76%,rgba(255,255,255,0) 99%,rgba(255,255,255,0) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */


}

.mfa-info h1{
    margin-top: 0;
    margin-bottom:10px;
}

.mfa-info p{
    margin-bottom: 10px;
}

.hm-mini {
    margin:30px 0 40px 0;
}

.hm-mini .c6 {
    padding-right: 0px;
    padding-left: 0px;
}


/* Preload Images */
body:after
{
    content: url(../img/svg/icon-dribbble-blue.svg)
            url(../img/svg/icon-twitter-blue.svg)
            url(../img/svg/icon-linkedin-blue.svg)
            url(../img/svg/icon-instagram-blue.svg)
            url(../img/svg/icon-instagram-blue.svg)
            url(../img/svg/logo-black.svg)
            url(../img/svg/logo-blue.svg)
            url(../img/svg/logo-white.svg)
            url(../img/svg/circle-black.svg)
            url(../img/svg/circle-blue.svg)
            url(../img/svg/zelmanco-blue.svg)
            ;
            display:none;
}

.visiblewhenmedium {
    display: none;
}
.visiblewhensmall {
    display: none;
}


/*  =====================
    Jquery Classes    
    ===================== */

.color-home {
    background: none;
}

.color-home .logo-nav {
    background: url(../img/svg/zelmanco-white.svg);
}
.color-home #site-links ul li a:hover{
    text-decoration: none;
    opacity: .5;
}
.color-home #site-links ul li a {
    color:#fff;
}
.color-home .logo-nav:hover {
    opacity:.5;
}
.color-home hr{
    height:1px;
    background-color:#fff;
    opacity: 0;
}
.color-home .instagram:hover, .color-home .twitter:hover, .color-home .dribbble:hover, .color-home .linkedin:hover{
    opacity: .5;
}
.color-home .instagram, .color-home .twitter, .color-home .dribbble, .color-home .linkedin {
    opacity: 1;
}

.color-home .instagram {background-image: url(../img/svg/icon-instagram-white.svg);}
.color-home .instagram:hover {background-image: url(../img/svg/icon-instagram-white.svg);}
.color-home .twitter {background-image: url(../img/svg/icon-twitter-white.svg);}
.color-home .twitter:hover {background-image: url(../img/svg/icon-twitter-white.svg);}
.color-home .dribbble {background-image: url(../img/svg/icon-dribbble-white.svg);}
.color-home .dribbble:hover {background-image: url(../img/svg/icon-dribbble-white.svg);}
.color-home .linkedin {background-image: url(../img/svg/icon-linkedin-white.svg);}
.color-home .linkedin:hover {background-image: url(../img/svg/icon-linkedin-white.svg);}

.invisible {opacity: 0;}


/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */



.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (max-width:1200px){
.grid {
    max-width:92%;
}

}

@media only screen and (max-width:960px){

.middle h3 {
    font-size: 17px;
}
.middle h4 {
    font-size: 17px;
}

/* hide / visible */
.visiblewhenlarge {
    display: none;
    background: none;
}
.visiblewhenmedium {
    display: block;
}

}

@media handheld, only screen and (max-width: 768px), only screen and (max-device-width: 768px) and (orientation:portrait){

.grid {
    max-width:95%;
}



h1 {
    font-size:22px;
}

p {
    font-size: 14px;
    line-height: 24px;
}

/*  =====================
    Site Nav Small   
    ===================== */



#navigation {
    padding:0 0 11px 0;
}
.nav-container {
    position: relative;
}
.nav-container .c12 {
    margin: 0;
}
.logo{
    left:50%;
    right: 50%;
    margin-left:-25px;
    margin-right: 25px;
}

#small-nav {
    display: inline;
    float:right;
    margin-top:7px;
    margin-bottom: 1px;
}
.hide-small-nav {
    display: none;
}
#site-links {
    margin-top: 54px;
    background-color: #fff;
    width: 100%;
}
#site-links ul{
    margin-top:14px;
    margin-bottom:4px;
}
#site-links ul li a{
    display: inline;
    color:#000;
    padding:0px 6px;
    margin:0 5px;
}

/* Landing */

#landing-new {
    margin-top:0px;
}


/* Portfolio */
#portfolioContainer {
    border-top: 0px;
    background-color: #fcfcfc;
    padding: 15px 0 10px 0;
    margin:0 auto;
    /*max-width: 600px;*/
}

.projectInfoContainer{
    margin-top: 0px;
}
.projectInfo {
    max-width: 100%;
    margin-top: 15px;
    text-align: left;
}

.project-categories, .projectTitle {
    text-align: left;
}

.projectTitle {
    margin-bottom: 10px;
}

/* comments */
.commentContainer {
    margin: 8px 0px 16px 0px;
}
.comment {
    margin-left: 20px;
}

/* next and back nav */
#nextBack {
    margin-bottom: 10px;
}

/* footer */
#footer {
    margin-top: 15px;
}
#footer a{
    margin: 0 auto;
    text-align: center;
}
#footer p{
    text-align: center;
}
#footer .c3 {
    margin-bottom:5px;
}

.handcoded p {
    margin-left: 0px;
}

.hand {
    display: none;
}



/*  =====================
    About    
    ===================== */
.aboutpic {
    margin-top:15px;
}

.contactabout {
    margin-top: 15px;
}

/*  =====================
    Hide/visible small    
    ===================== */

.hidewhensmall {
    display: none;
    background: none;
}
.visiblewhenmedium {
    display: none;
    background: none;
}
.visiblewhensmall {
    display: inherit;
}


/*  =====================
    Adding Space Small    
    ===================== */

.space {
    height:25px;
}


/* Div backgrounds */
.grayBG {
    background: url(../img/gray-bg-small.jpg);
}

/*  =====================
    Jquery Classes small    
    ===================== */

/*.color-home {
    background-color: #fff;
}
.color-home #site-links ul li a {
    color:#000;
}
.color-home #site-links ul li a:hover {
    opacity: 1;
    color:#2CBADF;
}
.color-home .logo-nav {
    background: url(../img/svg/logo-black.svg) ;
}
.color-home .logo-nav:hover {
    background: url(../img/svg/logo-blue.svg) ;
    opacity: 1;
}
.color-home hr{
    background-color: #aaa;
}

a.portfolio-anchor {
    top:5px;
}

a.hm-logo-anchor {
    display: block; position: relative; top: -5px; visibility: hidden;
}

*/
}