@charset "UTF-8";

/*
<<< BELOW
<<< 767px
*/
@media all and (min-width: 1px) and (max-width: 767px){  
    
/* BODY resets ---------------------------------------------------------- */

/* align stuff */
.alignForScreen{
    text-align: left;
    }
    
/* HIDDEN BLOCKS -------------------------------------------------------- */

/* pad lightbox innards with an outer margin */
.featherlight .featherlight-inner{
    margin: 10px 20px;
    }
    
/* adjust for smaller screens */
.centerLightbox{
    overflow: auto;
    margin-bottom: 18px;
    }

    /* sidebars in lightboxes */
    .sidebar{
        clear: both;
        width: 100%;
        margin: 0;
        text-align: left;
        }
        .sidebar .label{
            height: 34px;
            }

        /* image caption in details */
        .detailsCenter .caption{
            font-size: 18px;
            padding-top: 25px;
            }
        /* avoid hover effects on smaller screens */
        .detailsCenter:hover .caption{
            -webkit-transform: none;
            -moz-transform: none;
            -ms-transform: none;
            transform: none;
            }
    
    /* main content in lightboxes */
    .details{
        clear: both;
        width: 100%;
        }
    
/* only show on larger displays */
.showAtHigherRes{
    display: inline;
    }

/* only show on smaller displays */
.showAtLowerRes{
    display: none;
    }
 
/* LAYOUT BLOCKS -------------------------------------------------------- */
    
/* background for each section */
.topBgBlock, .bottomBgBlock{
    box-shadow: inset 0 0 50px rgba(0, 0, 0, 0.35);
    }
    
/* hold content blocks in the flow of the main page */
.allBlock{
    width: 100%;
    padding: 25px;
    }
    /* adjust allBlock for small screens */
    .smallBlock{
        padding-top: 5px;
        }
    /* eliminate extra padding for the line break that clears divs */
    .noExtraPadding{
        padding-bottom: 0;
        }
    /* add extra padding for call to action of contact form */
    .allBlock .extraPadding{
        padding-bottom: 10px;
        padding-top: 0;
        margin-top: 0;
        }

/* hold inner content blocks in the flow of the main page */
.innerBlock{
    width: 100%;
    padding: 30px 0 0 0;
    border: none;
    }

/* about section background */
.aboutBG{
    padding: 0 25px 15px 25px;
    border: none;
    }
    
/* CONTENT BLOCKS ------------------------------------------------------- */

/* hold the banner */
.bannerBlock{
	width: 100%;
    margin: 40px 0 10px 0;
	}
    /* the banner */
    .banner{
        width: 100%;
        }
    
/* hold calls to action and headlines */
.ctaBlock{
	width: 100%;
    margin: 0 0 25px 0;
    padding-top: 0;
	}
    /* add some bottom margin to headlines only */
    .smallBlock .ctaBlock{
        width: 100%;
        margin-bottom: 20px;
        }
    /* no top margin for headlines on smaller screens */
    .bottom .ctaBlock{
        margin-top: 0;
        }
    
/* hold copy content on main page, like description under the banner */
.copyBlock{
	width: 100%;
	margin: 0;
	}
    
/* hold projects */
.projects{
    background-attachment: scroll;
    padding-top: 18px;
    }

/* resize video for current resolution */
.videoBlock{
    width: 240px;
    height: 180px;
    }
    
/* hold copy for inner sections */
.innerCopyBlock{
	width: 100%;
	margin: 0 0 0 0;
	}
    
/* hold modules */
.moduleBlock{
	width: 100%;
	margin: 0 0 30px 0;
    padding-left: 25px;
    padding-right: 25px;
    }
    
/* hold bottom content like the contact form and its call to action */
.bottom{
	margin-bottom: 0;
    background-image: url(images/woodBlur.jpg);
    }
    
/* PARAGRAPHS ----------------------------------------------------------- */

/* insert text into a nice purple button */
    
.btn{
    margin-bottom: 10px;
    width: 100%;
    }
    .btnBlue{
        width: 100%;
        height: 100px;
        font-weight: 900;
        font-size: 23px;
        line-height: 65px;
        padding-top: 15px;
        margin: 30px 25px 10px 0;
        border: 3px solid rgba(255, 255, 255, 0.9);
        }
 
/* style copy */
.content{
    font-size: 20px;
    line-height: 23px;
    font-weight: 400;
    text-align: left;
    }
    /* adjust copy style for inner blocks on lower part of home page */
    .innerCopyBlock .content{
        margin-bottom: 21px;
        }
    /* adjust copy style for lightboxes */
    .contentLightbox{
        font-size: 20px;
        line-height: 24px;
        font-weight: 100;
        }
    /* shorter line breaks in intro copy */
    .copyBlock .content br{
        display: none;
        }
 
/* style headlines atop project intros */
.headline{
    font-size: 32px;
    line-height: 50px;
    }
    /* adjust headline style for subheadlines */
    .subHeadline{
        font-size: 22px;
        line-height: 21px;
        text-align: left;
        }
    .projects .content{
        line-height: 0;
        }
        /* adjust subHeadlines for even top alignment with objects */
        .subHeadlineFlatTop{
            line-height: 22px;
            }
        .innerCopyBlock .subHeadline{
            line-height: 21px;
            }

/* style text atop sections */
.sectionTitle{
    font-size: 22px;
    line-height: 21px;
    }
    /* make "Check out my projects" smaller to fit better on mobile */
    #checkOutProjects .sectionTitle{
        font-weight: 700;
        font-size: 13px;
        line-height: 13px;
        letter-spacing: 0;
        color: rgba(255, 255, 255, 1.0);
        margin: 0 auto;
        width: 200px;
        padding: 6px 8px 4px 8px;
        background-color: rgba(15, 15, 15, 1.0);
        /* round corners to match site look and feel */
        border-top-left-radius: 8px;
        -webkit-border-top-left-radius: 8px;
        -moz-border-top-left-radius: 8px;
        border-top-right-radius: 8px;
        -webkit-border-top-right-radius: 8px;
        -moz-border-top-right-radius: 8px;
        }
    #checkOutProjects{
        margin: 0;
        border-bottom: 1px solid rgba(15, 15, 15, 1.0);
        }
    
/* IMAGES --------------------------------------------------------------- */
    
.industry{
    width: 40px;
    height: 40px;
    margin-top: 1px;
    margin-right: 10px;
    float: left;
    }
    #scrollTop{
        display: block;
        float: none;
        width: 40px;
        height: 40px;
        margin-top: 25px;
        }
    
/* image */
.homeStill{
    margin-top: 14px;
    }
    .moduleBlock .homeStill{
        height: 38px;
        padding: 3px;
        }
    
}





/*
ABOVE >>>>
768px >>>>
*/
@media all and (min-width: 768px){

/* HIDDEN BLOCKS -------------------------------------------------------- */
    
/* pad lightbox innards with an outer margin */
.featherlight .featherlight-inner {
    margin: 60px 200px;
    }
    
.featherlight .featherlight-close-icon {
    /* position: centering vertical and horizontal */
    position: absolute;
    top: 15px;
    right: 15px;
    }
    
    /* sidebar labels in lightboxes */
        .sidebar .label{
            height: 34px;
            }
        /* image caption in details */
        .detailsCenter .caption{
            font-size: 22px;
            padding-top: 28px;
            }
    
/* only show on larger displays */
.showAtHigherRes{
    display: inline;
    }
    
/* only show on smaller displays */
.showAtLowerRes{
    display: none;
    }
    
/* LAYOUT BLOCKS -------------------------------------------------------- */
    
/* background for each section */    
.topBgBlock, .bottomBgBlock{
    width: 100%;
    box-shadow: inset 0 0 150px rgba(0, 0, 0, 0.35);
    }

.bottomBgBlock{
    border-bottom: 40px solid rgba(15, 15, 15, 1.0);
    }

/* hold content blocks in the flow of the main page */
.allBlock{
    max-width: 1200px;
    }
    /* add extra padding for call to action of contact form */
    .allBlock .extraPadding{
        padding-bottom: 0;
        }
    /* bottom border for About heading */
    .noExtraPadding{
        padding-bottom: 35px;
        }
    
/* hold inner content blocks in the flow of the main page */
.innerBlock{
	max-width: 1200px;
    /* avoid unwanted default styles */
    background-image: none;
    padding: 50px 0 0 0;
	}
    
/* about section background */
.aboutBG{
    margin-top: 70px;
    margin-bottom: 50px;
    padding: 100px 0 50px 0;
    border-bottom: 3px solid rgba(15, 15, 15, 1.0);
    }  
    
/* CONTENT BLOCKS ------------------------------------------------------- */

/* hold the banner */
.bannerBlock{
	width: 550px;
    margin: 180px auto 0 auto;
	}
    /* the banner */
    .banner{
        width: 550px;
        }
	
/* hold calls to action and headlines */
.ctaBlock{
	width: 550px;
	margin: 0 auto 50px auto;
    padding-top: 60px;
	}
    /* remove bottom margin from headlines only */
    .smallBlock .ctaBlock{
        margin-bottom: 0;
        }

/* hold copy content on main page, like description under the banner */
.copyBlock{
	width: 550px;
	margin: 20px auto 20px auto;
	}
.topCopyBlock{
    width: 550px;
    margin: 20px auto 35px auto;
    }
    
/* hold projects */
.projects{
    float: left;
    width: 50%;
    padding: 25px;
    margin: 0;
    -moz-box-shadow: inset 0 0 100px 10px rgba(0, 0, 0, 1.0);
    -webkit-box-shadow: inset 0 0 100px 10px rgba(0, 0, 0, 1.0);
    box-shadow: inset 0 0 100px 10px rgba(0, 0, 0, 1.0);
    }
    .projects .copyBlock{
        width: 100%;
        margin: 0 auto;
        }
    .medicalBG, .webBG, .mobileBG, .zooBG{
        width: 25%;
        height: 290px;
        border-bottom: 40px solid rgba(15, 15, 15, 1.0);
        }
    .themedBG{
        width: 100%;
        height: 440px;
        border-bottom: none;
        border-top: 40px solid rgba(15, 15, 15, 1.0);
        }
    .projects .content{
        line-height: 0;
        }

/* resize video for current resolution */
.videoBlock{
    width: 400px;
    height: 300px;
    }
    
/* hold copy for inner sections */
.innerCopyBlock{
    width: 100%;
	margin: 0 50px 40px 50px;
	}
    /* adjust inner sections individually */
    .innerLeft{
        width: 34%;
        margin-right: 3%;
        margin-left: 13%;
        }
    .innerRight{
        width: 34%;
        margin-right: 13%;
        margin-left: 3%;
        }
    
/* hold modules */
.moduleBlock{
	width: 30%;
	margin: 20px 1.66666666666666666666666666666666% 50px 1.66666666666666666666666666666666%;
    padding: 18px 0.66666666666666666666666666666666% 30px 0.66666666666666666666666666666666%;
    border-top: 1px dashed rgba(255, 255, 255, 0.25);
    border-bottom: 1px dashed rgba(255, 255, 255, 0.25);
    /* cool background */
    background: repeating-radial-gradient(
        circle at 50% 48px,
        rgba(0, 120, 175, 0.1),
        rgba(0, 120, 175, 0.1) 20px,
        rgba(255, 255, 255, 0.05) 20px,
        rgba(255, 255, 255, 0.05) 40px
    );
    }
    
/* hold bottom content like the contact form and its call to action */
.bottom{
    margin-bottom: 0;
	padding-top: 70px;
    padding-bottom: 20px;
    box-shadow: inset 0 0 300px rgba(0, 0, 0, 0.35);
	}
    
/* PARAGRAPHS ----------------------------------------------------------- */

/* on hover, glow white */
.btn:hover, .btnBlue:hover, #checkOutProjects .sectionTitle:hover{
    border-color: rgba(255, 255, 255, 1.0);
    -webkit-box-shadow: 0 0 25px rgba(190, 230, 255, 1.0);
    -moz-box-shadow: 0 0 25px rgba(190, 230, 255, 1.0);
    box-shadow: 0 0 25px rgba(255, 255, 255, 0.3);
    text-shadow: 0 0 30px rgba(190, 230, 255, 0.3),
                 15px 15px 30px rgba(190, 230, 255, 0.3),
                 15px -15px 30px rgba(190, 230, 255, 0.3),
                 -15px 15px 30px rgba(190, 230, 255, 0.3),
                 -15px -15px 30px rgba(190, 230, 255, 0.3);
    }

.projects:hover{
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: rgba(255, 255, 255, 0.99);
    text-shadow: 0 0 10px rgba(190, 230, 255, 0.3),
                 5px 5px 100px rgba(190, 230, 255, 0.3),
                 5px -5px 100px rgba(190, 230, 255, 0.3),
                 -5px 5px 100px rgba(190, 230, 255, 0.3),
                 -5px -5px 100px rgba(190, 230, 255, 0.3);
    }
    
/* style copy */
.content{
    font-size: 26px;
    line-height: 30px;
    }
    /* copy for About section */
    .innerCopyBlock .content, .moduleBlock .content{
        font-size: 22px;
        line-height: 25px;
        }
    /* adjust copy style for lightboxes */
    .contentLightbox{
        font-size: 22px;
        line-height: 26px;   
        }
    .projects .content{
        font-size: 20px;
        line-height: 0;
        font-weight: 400;
        }
    .themedBG .content{
        font-size: 36px;
        line-height: 24px;
        font-weight: 400;
        }
    
/* style headlines atop project intros */
.headline{
    font-size: 90px;
    line-height: 90px;
    }
    /* adjust headline style for subheadlines */
    .subHeadline{
        font-size: 40px;
        line-height: 60px;
        }
        /* adjust subHeadlines in main About section */
        .innerCopyBlock .subHeadline{
            text-align: left;
            margin-top: 22px;
            }
        /* adjust subHeadlines for even top alignment with objects */
        .subHeadlineFlatTop{
            line-height: 40px;
            }
        .projects .subHeadline{
            font-size: 32px;
            line-height: 32px;
            }
        .themedBG .subHeadline{
            font-size: 56px;
            line-height: 56px;
            }

/* style text atop sections */
.sectionTitle{
    font-size: 58px;
    line-height: 58px;
    }
    /* make "Check out my projects" smaller to fit better on mobile */
    #checkOutProjects .sectionTitle{
        font-weight: 700;
        width: 350px;
        font-size: 22px;
        line-height: 22px;
        color: rgba(255, 255, 255, 1.0);
        margin: 0 auto;
        padding-top: 22px;
        padding-bottom: 20px;
        background-color: rgba(0, 175, 230, 1.0);
        border: 2px solid rgba(255, 255, 255, 0.75);
        /* round corners to match site look and feel */
        -webkit-border-radius: 8px;  
        -moz-border-radius: 8px;  
        border-radius: 8px;
        /* animate changes on hover and click */
        -webkit-transition: box-shadow 200ms;
        -moz-transition: box-shadow 200ms;
        -o-transition: box-shadow 200ms;
        -ms-transition: box-shadow 200ms;
        transition: all 200ms;
        -webkit-transition: .2s ease-in-out;  
        -moz-transition: .2s ease-in-out;
        }
    #checkOutProjects{
        display: inline;
        float: left;
        margin-top: 0;
        margin-right: 0;
        margin-bottom: 140px;
        margin-left: 0;
        width: 100%;
        }
        #checkOutProjects .sectionTitle:active{
            background-color: rgba(34, 187, 255, 1.0);
            }
    
/* IMAGES --------------------------------------------------------------- */
    
.industry{
    display: inline;
    width: 60px;
    height: 60px;
    margin-top: 25px;
    margin-right: auto;
    margin-bottom: 5px;
    margin-left: auto;
    }
    .themedBG .industry{
        display: inline;
        width: 120px;
        height: 120px;
        margin-top: 50px;
        margin-right: auto;
        margin-bottom: 10px;
        margin-left: auto;
        }
    #scrollTop{
        display: inline;
        width: 45px;
        height: 45px;
        margin-top: 100px;
        margin-right: auto;
        margin-bottom: 0;
        margin-left: auto;
        }

.innerCopyBlock .homeStill{
    margin-top: 28px;
    padding: 10px;
    background-color: rgba(232, 176, 86, 1.0);
    border: 2px solid rgba(15, 15, 15, 1.0);
    /* round corners to match site look and feel */
    -webkit-border-radius: 8px;  
    -moz-border-radius: 8px;  
    border-radius: 8px;
    }
    
.moduleBlock .homeStill{
    height: 75px;
    padding: 7px;
    }
	
}





/* below 380px */
@media all and (min-width: 1px) and (max-width: 380px){  
    
/* HIDDEN BLOCKS -------------------------------------------------------- */
 
/* only show on larger displays */
.showAtHigherRes{ display: none; }

/* only show on smaller displays */
.showAtLowerRes{ display: inline; }    
    
.projects .content{
    font-size: 18px;
    }
    
}





/* below 479px */
@media all and (min-width: 1px) and (max-width: 479px){
    
/* keep close button at top on mobile */
.featherlight .featherlight-close-icon{
    position: fixed;
    top: 30px;
    right: 30px;
    }
    
}





/* 480px to 767px */
@media all and (min-width: 480px) and (max-width: 767px){

/* keep close button at top on mobile */
.featherlight .featherlight-close-icon{
    position: fixed;
    top: 35px;
    right: 11%;
    }
    
.bannerBlock{
    max-width: 625px;
    }

/* style copy */
.content{
    font-size: 26px;
    line-height: 30px;
    font-weight: 100;
    }
    /* adjust headline style for subheadlines */
    .subHeadline{
        font-size: 30px;
        line-height: 32px;
        }

/* style text atop sections */
.sectionTitle{
    font-size: 30px;
    line-height: 32px;
    }
    /* make "Check out my projects" smaller to fit better on mobile */
    #checkOutProjects .sectionTitle{
        font-size: 18px;
        line-height: 18px;
        width: 300px;
        }

.industry{
    width: 60px;
    height: 60px;
    margin-right: 12px;
    margin-top: 0;
    }
    #scrollTop{
        width: 60px;
        height: 60px;
        margin-top: 40px;
        }

.moduleBlock .homeStill{
    height: 80px;
    padding: 8px;
    }
    
}





/* 768px to 850px */
@media all and (min-width: 768px) and (max-width: 850px){

/* hide things */
.disappear{ display: none; }

}





/* 768px to 1099px */
@media all and (min-width: 768px) and (max-width: 1099px){

.medicalBG, .webBG, .mobileBG, .zooBG{
    width: 50%;
    }
    
.medicalBG, .webBG{
    border-bottom: none;
    }
    
.moduleBlock{
    height: 225px;
	width: 48%;
	margin: 20px 1% 50px 1%;
    padding-right: 1%;
    padding-left: 1%;
    }
    
/* pad lightbox innards with an outer margin */
.featherlight .featherlight-inner{
    margin: 20px 40px;
    }
    
/* adjust for smaller screens */
.centerLightbox{
    overflow: auto;
    margin-bottom: 18px;
    }

    /* sidebars in lightboxes */
    .sidebar{
        clear: both;
        width: 100%;
        margin: 0;
        text-align: left;
        }
        .sidebar .label{
            height: 34px;
            margin-bottom: 10px;
            }
    
    /* main content in lightboxes */
    .details{
        clear: both;
        width: 100%;
        }

}





/* 1100px to 1199px */
@media all and (min-width: 1100px) and (max-width: 1199px){
    
.projects .content{
    font-size: 16px;
    }
.themedBG .content{
    font-size: 28px;
    line-height: 20px;
    }
    
.projects .subHeadline{
    font-size: 28px;
    line-height: 28px;
    }
.themedBG .subHeadline{
    font-size: 48px;
    line-height: 48px;
    }
    
.moduleBlock{
    height: 225px;
	width: 40%;
	margin: 20px 5% 50px 5%;
    padding-right: 4%;
    padding-left: 4%;
    }
    
}