@charset "UTF-8";
@charset "UTF-8";
/* CSS Document */



/* Generated by Font Squirrel (https://www.fontsquirrel.com) on April 5, 2017 */
@font-face {
    font-family: 'oswaldextralight';
    src: url('../fonts/oswald-extralight-webfont.woff2') format('woff2'),
         url('../fonts/oswald-extralight-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'oswaldmedium';
    src: url('../fonts/oswald-medium-webfont.woff2') format('woff2'),
         url('../fonts/oswald-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'oswald_regular';
    src: url('../fonts/oswald-regular-webfont.woff2') format('woff2'),
         url('../fonts/oswald-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'open_sanslight';
    src: url('../fonts/opensans-light-webfont.woff2') format('woff2'),
         url('../fonts/opensans-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'open_sanslight_italic';
    src: url('../fonts/opensans-lightitalic-webfont.woff2') format('woff2'),
         url('../fonts/opensans-lightitalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

a:hover{
    cursor: pointer;
}

body{
	font-size: 100%;	
    font-family: open_sanslight;
    letter-spacing: 0.01em;
   color: #070715;
/*    min-width: 320px;*/
    background-image: url(../images/layout/bg-left.jpg), url(../images/layout/bg_right.jpg);
    background-repeat: repeat-y, repeat-y;
    background-position: left, right;
}
.blur{
/*     filter:blur(5px);*/
}
.inner-wrapper{
    width: 100%;
/*    min-height: 200px;*/
    max-width: 1200px;
    min-width: 320px;
    display: block;
    overflow: auto;
    margin: 0 auto;
    padding: 0 20px;
}
h1{
    font-size: 3.75em; /* 60/16 */
    text-transform: uppercase;
    font-family: oswaldmedium;
     margin-bottom: 0.5em;
    color: #dd2c28;
}
h2, h3, h4, h5, h6{
    margin-bottom: 0.5em;
    text-transform: uppercase;
    font-family: oswald_regular;
    color: #dd2c28;
}
h2{
    
    /* font-size: 2.5em;*/ /* 40/16 */
    font-size: 3.75em;
}
h3{
    color: #151522;
    font-size: 1.5em; /* 24/16 */
}

/*
h3::before{
    color: #cdcdd0;
}
*/
/* ================================================================================ */
/* ================================ to top arrow ================================== */
/* ================================================================================ */

#to-top-arrow{
    display: block;
    background-image: url(../images/layout/top_top_arrow.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #0f0f14;
    border-radius: 8px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 50px;
    height: 50px;
    opacity: 0.5;
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    transform: scale(0.9);
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    z-index: 100;
}
#to-top-arrow:hover{
    opacity: 1;
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
}
.hidden{
    opacity: 0 !important;
}
/* ================================================================================ */
/* ================================ index page styles ================================== */
/* ================================================================================ */
#portfolio, #contact{
	min-height: 200px;
	display: block;	
	padding: 3em 0;
	clear: both;
}
#contact{
    background-image: url(../images/layout/contact_img2.jpg);
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    min-height: 500px;
    overflow: auto;
    display: block;
    color: #fff;
}
#contact .inner-wrapper{
    display: table;
    height: 100%;
    min-height: 500px;
}
.one-col-cell{
    display: table-cell;
    height: 100%;
    vertical-align: middle;
}
#contact h2{
    color: #fff;
    font-size: 3.75em;
}
#contact .one-col-cell{
    height: 500px; /* display for FF */
}
.contact-icon{
    display: inline-block;
    clear: both;
    float: left;
    margin-bottom: 1em;
}
.contact-linkedin{
    clear: both;
    float: left;
    display: inline-block;
    color: #fff;
    letter-spacing: 0.01em;
    font-size: 1.5em;
}
.contact-linkedin > img{
    margin-right: 10px;
}

#about p{
    max-width: 400px;
    margin-bottom: 1em;
    line-height: 1.5;
}
/* mock button styles for index portfolio thumbnails hover state */
a.button, p.mock-button{
	display: block;
	height: 0;
    opacity: 0;
	min-width: 200px;
	max-width: 200px;
/*	background-color: #F33;*/
/*    	background-color: #070715;*/
/*    background-color: #dd2c28;*/
    background-color: #d2151b;
	font-size: 1.2em;
	color: #fff;
	text-align: center;	
	text-decoration: none;
	line-height: 40px;
	text-transform: uppercase;
	margin: 1.5em auto;
    transition: all 0.35s ease-in-out;
    overflow: hidden;
}

p.hovered-mock{
    height: 40px;
    opacity: 1;
}
/* ================================================================================ */
/* ============= index header and intro sections ================================== */
/* ================================================================================ */
header{
/*
	background-image: url(../images/banner_texture.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
*/
	min-height: 500px;	
	height: 100vh;
	position: relative;
}

#intro-container{
/*
    left:25%;
    width:50%;
    height:50%;
    top:25%;
*/
    display: table;
    left:10%;
    width:80%;
    height:50%;
    top:25%;
    position:absolute;
    max-width: 1200px;
    min-height: 100px;
}
#intro-logo img{
    width: 100%;
    max-width: 530px;
    float: right;
}
#intro-logo{
    display: table-cell;
    vertical-align: middle;
    padding-right: 40px;
    min-height: 100px;
    width: 55%;
}
#intro-blurb{
    display: table-cell;
    border-left: 1px solid #151522;
    padding-left: 40px;
    width: 45%;
    position: relative;
        background-image: url(../images/layout/pronghorn.png);
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: contain;
    padding: 40px;
}

#intro-blurb p{
    font-size: 1.875em;
    letter-spacing: 0.01em;
    line-height: 1.333em;
    color: #070715;
    font-family: open_sanslight_italic;
    max-width: 270px;
}
/* ================================================================================ */
/* ================================ buttons      ================================== */
/* ================================================================================ */
.red-button, .white-button{
    border: 1px solid #ec1c23;
    border-radius: 8px;
    height: 58px;
    min-width: 164px;
    display: inline-block;
    color: #ec1c23;
    font-family: oswaldextralight;
    text-transform: uppercase;
    font-size: 1.125em;
    text-align: center;
    line-height: 60px;
    letter-spacing: 0.05em;
    margin-top: 30px;
    transition: all 0.35s ease-in-out;
}
.white-button{
    border: 1px solid #fff;
    color: #fff;
}
.white-button:hover{
    background-color: #fff;
    color: #ec1c23;
}
.red-button:hover{
    background-color: #ec1c23;
    color: #fff;
}
.right-margin{
    margin-right: 20px;
}
/* ================================================================================ */
/* ================================ index about ================================== */
/* ================================================================================ */
#about{
/*        background-color: #dd2c28;*/
    background-color: #d2151b;
    background-image: url(../images/layout/red-left.jpg), url(../images/layout/red-right.jpg);
    background-repeat: repeat-y, repeat-y;
    background-position: left, right;
}
#about .inner-wrapper{
    min-height: 500px;
    display: table;
/*    width: 100%;*/
}
#about h2, #about p{
    color: #fff;
}

#about-left, #about-right{
    width: 50%;
    display: table-cell;
    height: 100%;
}
#about-left{
    background-image: url(../images/layout/alexj.png);
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: contain;
}
#about-right{
    padding: 25px 25px 40px 25px;
    vertical-align: bottom;
}

/* ================================================================================ */
/* ============================ wrapper and nav  ================================== */
/* ================================================================================ */
#wrapper{
    overflow: auto;
    position: relative;
}
#small-nav{
    display: none;
}
nav {
		position: absolute;
		bottom: 0;
		left: 0;
		display: block;
		height: 50px;
		width: 100%;
		background-color: #080816;
/*            #50505e;*/
    z-index: 100;
/*
    -webkit-box-shadow: 0 5px 15px rgba(0,0,0,0.25);
    -moz-box-shadow: 0 5px 15px rgba(0,0,0,0.25);
    box-shadow: 0 5px 15px rgba(0,0,0,0.25);
*/
}
.home-nav{
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all 0.35s ease-in-out;
}
.fixed-nav{
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(21, 21, 34, 0.9);
}
.fixed-nav .logo-nav-item{
    opacity: 1;
}
nav .logo-nav-item img{
    width: 100%;
    padding-top: 8%;
}
.logo-nav-item{
    opacity: 0;
    transition: all 0.35s ease-in-out;
}
nav ul{
    display: block;
    overflow: auto;
    width: 100%;
	padding: 0;
	margin: 0;	
	height: 100%;
}
nav ul li a{
	display: block;	
	float: left;
	height: 100%;
	text-align: center;
	width: 25%;
    max-width: 150px;
	line-height: 50px;
	margin: 0;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    transition: all 0.3s ease-in-out;
    font-size: 0.8em;
}
nav ul li a span{
      position: relative;
}
nav ul li a span::after{
    opacity: 0;
    content: '';
    display: block;
    width: 100%;
    height: 0;
    background-color: #dd2c28;;
    position: absolute;
    top: -14px;
    left: 0;
    transform-origin: center;
/*
    width: 10px;
    height: 20px;
    background-color: #dd2c28;
    position: absolute;
    left: -17px;
     bottom: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
*/
    transition: all 0.2s ease-in-out;
}
nav ul li a:hover, nav ul li a.active {
    color:  #dd2c28;
}
nav ul li a:hover span::after{
    opacity: 1;
    width: 100%;
    height: 7px;
   
}

.inner-container{
    width: 100%;
    min-width: 320px;
    max-width: 1200px;
    display: block;
    overflow: auto;
    margin: 0 auto;
}
.center-me{
	display: block;
/*	width: 75%;*/
	overflow: auto;
	margin: 0 auto;	
}

.thumbnail{
	text-decoration: none;
	display: block;
/*
	width: 30%;
    margin-left: 2.5%;
    margin-bottom: 2.5%;
*/
    width: 33.333333%;
	float: left;
	/* height: 300px; */
	padding: 2.5%;
/*	border: 1px solid black;*/
	transition: all 0.35s;
/*	background-color: #dd2c28;  red colour */
    background-color: #fff;
	position: relative;
	overflow: hidden;
    min-height: 300px;
    padding-top: 25%;
    border: 1px solid #f6f6f6;
    box-shadow: 0 0 15px rgba(0,0,0,0.15);
}
/*
.thumbnail::after {
  content: "";
  background: url(../images/thumb_blackbirdcoffeeco.jpg);
  opacity: 1;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1;   
}

.thumbnail::after:hover{
	opacity: 0.5;
}
*/

.thumb_background{
opacity: 1;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
    width: 100%;
/*  z-index: 1;   */
  	transition: all 0.35s;
/*    background-image: url(../images/thumb_blackbirdcoffeeco.jpg);*/
/*    background-size: cover;*/
   
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #fff;
  }
#quietbay_thumb{
        background-image: url(../images/thumbnails/quietbay.gif);
}
#cibc_thumb{
        background-image: url(../images/thumbnails/cibc.gif);
}
#ignite_thumb{
        background-image: url(../images/thumbnails/ignite.gif);
}
#blackbird_thumb{
       background-image: url(../images/thumbnails/blackbird.jpg);
}
#sugar_thumb{
            background-image: url(../images/thumbnails/sugar.jpg);
}
#gladen_thumb{
            background-image: url(../images/thumbnails/gladen.jpg);
}
#wapiti_thumb{
            background-image: url(../images/thumbnails/wapiti.gif);
}
#illuminate_thumb{
            background-image: url(../images/thumbnails/illuminate.jpg);
}
#wanderlust_thumb{
            background-image: url(../images/thumbnails/wanderlust.jpg);
}
#alligator_thumb{
            background-image: url(../images/thumbnails/alligator.jpg);
}
#marsh_thumb{
            background-image: url(../images/thumbnails/marsh.jpg);
}
#tiger_thumb{
            background-image: url(../images/thumbnails/tiger.jpg);
}
 .thumbnail:hover .thumb_background{
  	opacity: 0.5;
     filter: blur(1.5px);
  }
.capstone{
    width: 95%;
    min-height: 400px;
}
.thumbs-container{
    clear: both;
	display: block;
/*	background-color: red; */
	overflow: auto;
}
.project-info{
    z-index: 10;
    display: block;
    position: absolute;
    width: 90%;
    max-width: 600px;
    left: 50%;
    top: 50%;
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.thumbnail h3, .thumbnail h4, .thumbnail a.button{
	display: block;
	width: 75%;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	margin: auto;
    text-shadow: 0 0 15px rgba(0, 0,0, 0.95);
}
.thumbnail h3, .thumbnail h4{
    margin-bottom: 0.35em;
}
.thumbnail h4{
    font-family: oswaldextralight;
    letter-spacing: 0.01em;
    font-size: 1.25em;
}
h2{
/*	font-size: 2.75em;	*/
    font-size: 3.75em;
    padding-top: 3px; /* top of text was getting cut off otherwise */
}

h3{
	font-size: 2em;	
}

h4{
	font-size: 1.5em;	
}
h5{
    font-size: 1em;
}
p{
    font-size: 0.9em;
    line-height: 1.5em;
}

.button-primary, .button-secondary{
    display: inline-block;
    width: 180px;
    z-index: 10;
    height: 45px;
    margin: 1em auto;
    line-height: 45px; /* match height */
    text-decoration: none;
    font-family: oswald_regular;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.15em;
/*    background-color: #dd2c28;*/
/*    border-radius: 24px;*/
    border-radius: 25px;
    text-shadow: 0 -1px 0 #b42623;

    color: #dd2c28;
    border: 2px solid #dd2c28;
    font-size: 1em; /* 18/16 */
    padding: 0 25px;
/*    background-color: #dd2c28;*/
    transition: all 0.15s ease-in-out;
}
.button-primary:hover, .button-secondary:hover{
    background-color: #dd2c28;
    color: #fff;
    -moz-text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
    -webkit-text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
    text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
    -o-box-shadow: 0 3px 5px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 3px 5px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 3px 5px rgba(0,0,0,0.2);
    box-shadow: 0 3px 5px rgba(0,0,0,0.2);
}
.button-primary:active{
     background-color: #a3221f;
}
/*
main .button-primary, main .button-secondary{
    margin-top: -300px;
    z-index: 10;
    position: absolute;
    left: 50%;
    bottom: 20px;
    transform: translate(-50%);  
}
*/
main .button-primary, main .button-secondary{
     position: absolute;
    left: 50%;
    bottom: 0px;
    -moz-transform: translate(-50%);  
    -webkit-transform: translate(-50%);  
    transform: translate(-50%);  
}
.larger-button{
    width: 250px;
}
/* ================================================================================ */
/* ================================  footer styles ================================== */
/* ================================================================================ */
footer{
    display: block;
	min-height: 500px;	
    overflow: auto;
    padding: 40px;
    background-color: #0f0f14;
    width: 100%;
    background-image: url(../images/layout/deer.png);
    background-repeat: no-repeat;
    background-position: center 40px;
}
footer  .inner-wrapper img{
    width: auto;
    max-width: 100%;
    margin: 0 auto 30px auto;
}
footer .inner-wrapper{
    display: table;
/*    height: 100%;*/
    height: 500px;
}
footer img.contact-icon{
    margin: 0 auto;
    float: none;
    display: block;
}
footer.inner{
    width: 65%;
}
footer h5{
    color: #fff;
    font-size: 2em;
    text-align: center;
}
footer img{
    display: block;
    margin: 2em auto;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ================================================================================ */
/* ================================ detail pages ================================== */
/* ================================================================================ */
/* ================================================================================ */

.detail-section h5{
    margin-top: 60px;
}
main{
    background-color: #fff;
}
nav.detail-page{
    position: fixed;
    top: 0;
    left: 0;
}
nav.detail-page .logo-nav-item{
    opacity: 1;
}

main{
    margin-top: 50px;
    display: block;
    width: 65%;
}
#designs img, .one-col img, .three-col img, #email-newsletter img, #wireframes img, #personas img{
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.5);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,0.5);
        box-shadow: 0 0 10px rgba(0,0,0,0.5);

}

#designs img.no-shadow, img.no-shadow {
    box-shadow: none;
}
main h4, main h5{
    text-align: center;
    margin-bottom: 1em;
    font-size: 2em;  
    position: relative;
}
main h5{
    font-size: 1.25em;
}
#portfolio{
    margin-top: 1em;
    margin-bottom: 60px;
}
#portfolio h3{
     text-align: center;
    position: relative;
    margin-bottom: 1em;
    margin-top: 1em;
}
#portfolio h3 span, main h4 span, main h5 span{
    z-index: 10;
    padding: 0 10px;
    background-color: #fff;
    display: inline-block;
}
#portfolio h3::after, main h4::after, main h5::after{
    content: '';
    position: absolute;
    right: 0;
    margin-top: 0.4em;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #e6e5eb;
    z-index: -1;
}
#secondary-nav{
    padding: 15px 40px;
    display: block;
    position: fixed;
    width: 35%;
    /* height: 100%; */
    overflow-y:scroll;
    overflow-x:hidden;
    top: 50px;
    bottom: 0;
    right: 0;
/*    background-color: #e5e5ea;*/
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.05);
}

#secondary-nav h1{
    margin-bottom: 0.05em;
    max-width: 500px;
    font-size: 2.5em;
}
#secondary-nav h2{
    font-family: open_sanslight_italic;
    font-size: 1em;
    letter-spacing: 0.05em;
    line-height: 1.3em;
    margin-bottom: 1em;
    color: #070715;
    max-width: 500px;
}
#secondary-nav h3{
    margin-top: 1em;
    max-width: 500px;
}
#secondary-nav p{
    max-width: 450px;
    font-size: 0.875em;  /* 14/16 */
    margin-bottom: 0.5em;
}
#secondary-nav ul{
/*    list-style-type: disc;*/
    margin-left: 40px;
    max-width: 300px;
    font-size: 0.9em;
}
#secondary-nav ul li{
   
    margin-bottom: 0.75em;
    text-transform: capitalize;
}
#secondary-nav ul li a, #secondary-nav ul li a:link, #secondary-nav ul li a:visited{
    color: #070715;
    transition: all 0.35s ease-in-out;
    display: block;
    width: 100%;
/*
    height: 20px;
    line-height: 10px;
*/
/*    border-bottom: 1px solid #acacb4;*/
}
#secondary-nav ul li a:hover{
    color: #dd2c28;
}
 #secondary-nav ul ul{
        margin-top: 0.75em;
     margin-bottom: 1.5em;
    }
.download-icon{
    background-image: url(../images/icon_download_inactive.png);
    margin-right: 5px;
    width: 20px;
    height: 18px;
    display: inline-block;
    transition: all 0.35s ease-in-out;
}
#secondary-nav ul li a:hover .download-icon{
        background-image: url(../images/icon_download.png);
}
.detail-section p {
    margin: 0 auto;
    margin-bottom: 10px;
    line-height: 1.5;
    max-width: 600px;
    
}
.detail-section{
    display: block;
    padding: 40px;
    min-height: 600px;
    overflow: auto;
    margin-bottom: 30px;
}

.top-margin-zero{
    margin-top: 0;
    padding-top: 0;
}
.bottom-margin-zero{
    margin-bottom: 0;
    padding-bottom: 0;
}

.detail-section-full-bleed{
    padding-left: 0px !important;
    padding-right: 0px !important;
    min-height: inherit;
    margin-bottom: 0;
    
}
.detail-section img{
      margin-bottom: 40px;
}
#intro {
/*
   background-image: url('../images/projects_intro_ignitev2.jpg');
    background-size: contain;
    background-position: center bottom;
    background-repeat: no-repeat;
    min-height: 800px;
    margin-top: 50px;
*/
}
#intro p{
    display: block;
    text-align: center;
    max-width: 450px;
    font-size: 0.875em;  14/16 
    margin: 0 auto;
}
#intro h1{
    text-align: center;
    margin-bottom: 0 auto 0.05em auto;
    font-size: 2.5em;
}
#intro h2{
    font-family: open_sanslight_italic;
    font-size: 1em;
    letter-spacing: 0.05em;
    line-height: 1.3em;
    margin-bottom: 1em;
    color: #070715;
    max-width: 500px;
    text-align: center;
}
#intro div{
    display: block;
    overflow: auto;
    position: relative;
}
#intro img{
       width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}
#branding img{
    width: auto;
    max-width: 100%;
    margin: 0 auto;
    margin-bottom: 40px;
  
}
#designs img, #wireframes img, section .three-col img{
    width: 30%;
    float: left;
    display: block;
    margin-right: 5%;
}
#designs img:last-child, section .three-col img:last-child, #designs.two-col img:last-child, #wireframes img:last-child{
    margin-right: 0;
}
#personas img{
    margin-bottom: 40px;
}
.detail-section img{
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

#utilities{
    display: block;
    overflow: auto;
    width: 100%;
    line-height: 40px;
    margin-bottom: 40px;
}
#breadcrumb{
    display: block;
    margin: 0 auto;
    text-align: left;
    width: 90%;
    font-size: 0.75em;
    margin-top: 85px;
    
}
#page-of{
    display: block;
    float: left;
    text-align: center;
    width: 80%;
    
}
#prev-arrow, #next-arrow{
    display: block;
    width: 10%;
    height: 44px;
    min-width: 22px;
    float: left;
    background-image: url(../images/arrow-left.png);
    background-repeat: no-repeat;
    cursor: pointer;
}
#next-arrow{
    float: right;
    background-image: url(../images/arrow-right.png);
    background-position: right;
}
#logo img{
    height: 35px;
    margin-top: 8px;
}

a{
    text-decoration: none;
}

/* override to a one column layout */
#designs.one-col img, .one-col img,
#wireframes.one-col img{
    display: block;
    width: auto;
    max-width: 100%;
    margin: 40px auto;
    float: none;
    clear: both;
}

/* override to a two column layout */

#designs.two-col img,
#wireframes.two-col img{
    width: 48%;
    float: left;
    display: block;
    margin-right: 4%;
}
/* ================================================================================ */
/* ================================================================================ */
/* ================================================================================ */
/* =======================                              =========================== */
/* =======================                              =========================== */
/* =======================         media queries        =========================== */
/* =======================                              =========================== */
/* =======================                              =========================== */
/* ================================================================================ */
/* ================================================================================ */
/* ================================================================================ */


@media (max-width: 900px){
    
    .thumb_background{
/*         background-size: contain;*/
        background-size: 80%;
    }
    /* make to-top arrow smaller */
    #to-top-arrow{
        -moz-transform: scale(0.65);
        -webkit-transform: scale(0.65);
        transform: scale(0.65);
        bottom: 5px;
        right: 5px;
    }
    
     /* detail pg */
    .detail-section{
         min-height: 200px;
    }
    nav{
        font-size: 0.9em;
    }
     #secondary-nav{
        text-align: center;
    }
    #secondary-nav h1, #secondary-nav h2, #secondary-nav p, #secondary-nav h3{
        margin-right: auto;
        margin-left: auto;
    }
    #secondary-nav ul{
        padding-left: 45px;
        margin: 0 auto;
        text-align: left;
    }
   
    #secondary-nav{
        position: static;
        width: 100%;
        overflow: auto;
        transition: filter 0.35s ease-in-out;
        margin-top: -60px;
        box-shadow: none;
    }
    main{
        width: 100%;
         transition: filter 0.35s ease-in-out;
    }
    footer.inner{
        width: 100%;
        padding: 0;
    }
    footer .inner-wrapper{
        padding: 0;
    }
    footer.inner img{
        width: 75%;
    }
    
    #designs.two-col img,
    #wireframes.two-col img,
    #designs.one-col img,
    #wireframes.one-col img,
    #designs img, #wireframes img, #wireframes img:last-child, #designs img:last-child, 
    #designs.two-col img:last-child, #wireframes img:last-child{
        float: none;
        clear: both;
        max-width: 100%;
        width: auto;
        margin: 0 auto;
        margin-bottom: 40px;
        
    }
   
    .detail-section-full-bleed{
        margin-bottom: 20px;
    }

} /* end media q */
@media (max-width: 800px){

   
/*    index pg */
    #intro-container{
        top: 15px;
    }
    #intro-logo{
        margin-bottom: 3em;
    }
    #intro-blurb{
        padding: 
    }
    #intro-blurb, #intro-logo{
        clear: both;
        display: block;
        width: 100%;
        border: none;
    }
    #about-right{
        float: none;
        width: 100%;
        height: 100%;
    }
    
    #about-left{
        display: none;
    }
	.thumbnail{
		width: 50%;	
	}
    #big-nav{
        display: none;
    }
    #small-nav #logo{
        margin-left: 8px;
    }
    #small-nav{
        display: block;
        width: 100%;
       overflow: auto;
    }
    #small-nav li{
        display: block;
        float: left;
        width: 50%;
    }
    #small-nav li:last-child img{
        float: right;
    }
    #menu-trigger{
        cursor: pointer;
    }
    #mobile-menu{
        width: 100%;
        padding-top: 50px;
        position: fixed;
        top: 50px;
        left: 0;
        height: 100%;
/*        background-color: rgba(0, 0, 0, 0.95);*/
        background-color: #fff;
        z-index: 100;
    }
    #mobile-menu a, #mobile-menu a:link, #mobile-menu a:visited{
/*        color: #fff;*/
        display: block;
        text-transform: uppercase;
        letter-spacing: 0.1em;
        width: 100%;
        height: 50px;
        text-align: center;
        line-height: 50px;
    }
    #mobile-menu a:hover{
        color: #ec1c23;
    }
   
} /* end media q */

@media (max-width: 550px){
    footer img{
/*        width: 95%;*/
    }
	.thumbnail{
		width: 100%;	
	}
    .thumb_background{
        background-size: auto;
    }
    /*    contact section */
    #contact .inner-wrapper{
        padding: 15px;
    }
    #contact img{
        width: 100%;
    }
    #contact .contact-linkedin img{
        width: auto;
    }
}/* end media q */

@media (max-width: 415px){
    #contact a{
        font-size: 1.2em;
    }
    .thumb_background{
        background-size: 70%;
    }
    #intro-blurb{
        padding: 5%;
    }
    footer{
        padding: 0;
    }
    footer .inner-wrapper img{
        width: 80%;
        margin: 0 10% 1em 10%;
    }
} /* end ,edia q */