
/* Table of Content
==================================================
	#Site Styles
	#Page Styles
	#Media Queries
	#Font-Face */

/* #Site Styles
================================================== */

/* #HEADER
=================== */
header {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 30px;
}
header h2 {
	text-transform: uppercase;
	font-size: 28px; line-height: 34px; margin-bottom: 8px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 200;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
}
h2.gecko {
	font-family: 'Open Sans', sans-serif;
}
header h6 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 200;
}
header strong {
	font-weight: 800;
	color:#444;
}
header nav {
	/*max-width: 500px;*/
	margin: 0px auto;
}
header h2:hover strong {
	color: #111;
}
header h2:hover{
	color: #000;
	font-weight: 200;
}
/* #FOOTER
=================== */

footer {
	padding-top: 30px;
	border-top: 1px solid #ddd;
}
footer nav{
	text-align: center;
	text-transform: uppercase;
}
footer a{
	font-family: 'Open Sans', sans-serif;
	color: #444;
	font-weight: 300;
	padding:5px;
	margin:10px;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	-moz-transition: color 0.3s ease;
	-webkit-transition: color 0.3s ease;
	transition: color 0.3s ease;
}
footer a:hover {
	color: #000;
}
footer h5 {
	font-size: 11px;
	color: #999;
	padding: 10px 0px 20px 0px;
}

/* #Page Styles
================================================== */

/* #HOME
=================== */

.split nav.glass {
	margin: 90px auto 130px auto;
	padding: 25px;
	padding-bottom: 15px;
	text-align: center;
	text-transform: uppercase;
	border-radius: 2px;
	background: #ffffff;
	opacity: 1;
	-moz-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

/*nav.glass:hover {
	background: #ffffff;
	border: 1px solid #eee;
}*/

.split h1{ 
	font-family: 'Open Sans', sans-serif;
	font-size: 28px; 
	line-height: 34px; 
	margin-bottom: 8px; 
	font-weight: 300;
}

nav.home {
	display: block;
	background-size: 100% auto;
}
a#home1 {
	display: block;
	background-size: 100% auto;
	width: 400px;
	margin: 90px auto 130px auto;
	border-radius: 3px;
	background-image: url("../images/thumbs/beautiful_thumbs.jpg");	
}
a#home2 {
	display: block;
	background-size: 100% auto;
	width: 400px;
	margin: 90px auto 130px auto;
	border-radius: 3px;
	background-image: url("../images/thumbs/meaningful_thumbs.jpg");	
}
nav.home:hover {
	opacity: 0.8;
	-moz-transition: opacity 1s ease;
	-webkit-transition: opacity 1s ease;
	transition: opacity 1s ease;
}
nav#home2 {
	background-image: url("../images/thumbs/thumb_chair1.jpg");
}
/*.home nav{
	background: #fff;
	width: 100%;
	height: 100%;
	opacity: 1.0;
	-moz-transition: opacity 0.5s ease;
	-webkit-transition: opacity 0.5s ease;
	transition: opacity 0.5s ease;
}
nav.home:hover {
	opacity: 0.0;
}

/* #PORTFOLIO
=================== */
div.title {
	text-align: center;
	text-transform: uppercase;
}
div.title h4 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 200;
	margin-bottom: 40px;	
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
}

a.thumb {
	display: block;
	background-size: 100% auto;
}
a#thumb1 {
	background-image: url("../images/thumbs/thumb_jitterbugs1.jpg");
}
a#thumb2 {
	background-image: url("../images/thumbs/thumb_chair1.jpg");
}
a#thumb3 {
	background-image: url("../images/thumbs/thumb_buggy1.jpg");
}
a#thumb4 {
	background-image: url("../images/thumbs/thumb_cnc_chair1.jpg");
}
a#thumb5 {
	background-image: url("../images/thumbs/thumb_gears2.jpg");
}
a#thumb6 {
	background-image: url("../images/thumbs/thumb_bowl.jpg");
}
a#thumb01 {
	background-image: url("../images/thumbs/thumb_sgt.jpg");
}
a#thumb02 {
	background-image: url("../images/thumbs/thumb_nysearch.jpg");
}
a#thumb03 {
	background-image: url("../images/thumbs/thumb_powa4.jpg");
}
.thumb h5{
	background: #fff;
	width: 100%;
	height: 100%;
	opacity: 0.8;
	-moz-transition: opacity 0.5s ease;
	-webkit-transition: opacity 0.5s ease;
	transition: opacity 0.5s ease;
}
a.thumb:hover h5{
	opacity: 0.0;
}

div.meaningful {
	text-align: center;
	padding: 130px 0px 150px 0px;
	margin: 20px auto;
}
div.meaningful a {
	font-weight: 400;
}
div.meaningful h3 {
	margin-bottom: 40px;
}

/* #PROJECT
=================== */

div.description {
	text-align: center;
	height: 470px;

	border:0px dashed #bbb;
	box-sizing: border-box;
	-moz-box-sizing:border-box;
}
div.description h3{
	text-transform: uppercase;
	margin-bottom: 0px;
}
div.description h5{
	text-transform: uppercase;
	margin-bottom: 20px;
}
div.description h4{
	text-transform: uppercase;
	margin-bottom: 10px;
}
div.description p{
	font-weight: 300;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
}
div.description a.viz{
	margin: 0px 15px;
	opacity: 0.5;
}
div.description a:hover {
	opacity: 1;
	-moz-transition: opacity 0.3s ease;
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}

div.money {
	float: right;
	height:500px;
	margin-top: -30px;
	opacity: 1;
	-moz-transition: opacity 1s ease;
	-webkit-transition: opacity 1s ease;
	transition: opacity 1s ease;

	border:0px dashed #bbb;
	box-sizing: border-box;
	-moz-box-sizing:border-box;
}
body:hover div.money {
	opacity: 1;
}
div.money img {
	width:100%;
}
div.back img {
	margin-top: 0px;
	padding: 7px;
	max-height: 47px;
	opacity: 0.5;
	-moz-transition: opacity 0.3s ease;
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;

}
div.back img:hover {
	opacity: 1.0;

}
div.back h4 {
	font-size: 0px;
	height: 0px;
	text-transform: uppercase;
	visibility: hidden;
	opacity: 0.5;
	-moz-transition: opacity 0.3s ease;
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}
div.back h4:hover {
	opacity: 1.0;
}

/* #PROJECT - JITTERBUGS
=================== */
.jitterbug p {
	font-size: 13px;
	line-height: 18px;
}
/* #PROJECT - DARPA
=================== */
.darpa p {
	font-size: 13px;
	line-height: 18px;
}
div.darpa h5 {
	margin-bottom: 10px;
}
/* ABOUT
=================== */
div.description.about h3{
	text-transform: none;
	margin-bottom: 0px;
	font-size: 25px; 
	line-height: 30px; 
	margin-bottom: 4px;
}
div.description.about ul{
	font: 14px/21px "Open Sans", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #444;
	font-weight: 200;
	font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;
	text-align: center;
}
div.description.about li{
	margin-bottom: 8px;
}

/* #Media Queries
================================================== */

	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) {}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {}


/* #Font-Face
================================================== */
/* 	This is the proper syntax for an @font-face file
		Just create a "fonts" folder at the root,
		copy your FontName into code below and remove
		comment brackets */

	@font-face {
	    font-family: 'Avenir Next';
	    src: url('../fonts/Avenir Next.ttc') format('truetype');
	    font-weight: normal;
	    font-style: normal; }

.noise {
	position: relative;
	z-index: 1;
	}
		
.noise:before, .body-noise:before {
	content: "";
	top:0;
	bottom:0;
	left:0;
	right:0;
	background-image: url(data:image/png;base64,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);

	}
	.noise:before {
	position: absolute;
	z-index: -1;
	opacity:0.1;
	}

	.body-noise:before {
	position: fixed;
	z-index: -1;
	opacity:0.2;


	}