@charset "UTF-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}
/* CSS Document */
	
	
	
/*------------------------------------*\
	RESET
\*------------------------------------*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0px;
	padding: 0px;
	}



/*------------------------------------*\
	TYPE
\*------------------------------------*/


@font-face {
	font-family: AkzidenzGrotesk-Regular;
	src: url("../../links/fonts/AkzidenzGrotesk-Regular.otf");
}

@font-face {
	font-family: AkzidenzGrotesk-Medium;
	src: url("../../links/fonts/AkzidenzGrotesk-Medium.otf");
}
	
p {
	font-family: AkzidenzGrotesk-Regular;
	font-size: 13px;
	color: #84888e;
	letter-spacing: 0.5px;
	line-height: 1.5;
}
	
h1 {
	font-family: AkzidenzGrotesk-Medium;
	font-size: 15px;
	letter-spacing: 1.5px;
	text-transform: none;
	font-weight: normal; 
	font-style: normal;
}

	
h2 {
	font-family: AkzidenzGrotesk-Regular;
	font-size: 13px;
	line-height:1.5;
	letter-spacing: 1px;
	font-weight: normal; 
	font-style: normal;
}

h3 {
	font-family: AkzidenzGrotesk-Medium;
	font-size: 13px;
	line-height: 1.5;
	letter-spacing: 1px;
	font-weight: normal; 
	font-style: normal;
}

h4 {
	font-family: AkzidenzGrotesk-Regular;
	font-size: 13px;
	line-height: 1.5;
	letter-spacing: 0.5px;
	font-weight: normal; 
	font-style: normal;
}


	/*--- Link Styles ---*/

		a:link {
			color: #84888e;
			text-decoration: underline;
		}
	
		a:visited {
			color: #84888e;
			text-decoration: none;
		}
	
		a:hover {
			color: #000000;
			text-decoration: none;
		}
	
		a:active {
			color: #000000;
			text-decoration: none;
		}


/*------------------------------------*\
	MAIN CONTENT
\*------------------------------------*/

html {
	height: 100%;
	background: #ffffff;
	width: 100%;
}
	
body {
	font-family: AkzidenzGrotesk-Regular;
	font-size: 12px;
	color: #333;
	width: 100%;
}

	/*--- Mobile, 480px and below ---*/

		.gridcontainer {
			margin-left: auto;
			margin-right: auto;
			width: 86.0869%;
			padding-left: 1.9565%;
			padding-right: 1.9565%;
		}
		
		#project_display {
			margin-top: 6%;
			width: 100%;
		}
	
	
	/*--- Tablet, 481px-768px, Inherits Styles from Mobile ---*/

	@media only screen and (min-width: 481px) {
	
		.gridcontainer {
			width: 88.5326%;
			padding-left: 0.7336%;
			padding-right: 0.7336%;
		}
		
		#project_display {
			margin-top: 4%;
		}
	}
	
	
	/*--- Desktop, 760px to max 1232px, Inherits Styles from Mobile and Tablet ---*/

	@media only screen and (min-width: 769px) {
	
		.gridcontainer {
			width: 79.1304%;
			max-width: 1232px;
			padding-left: 0.4347%;
			padding-right: 0.4347%;
		}
		
		#project_display {
			margin-top: 3%;
		}
	}


/*------------------------------------*\
	NAVIGATION
\*------------------------------------*/


	/*--- Navigation Content Container ---*/
	
		
		#navcontainer {
			width: 100%;
			display: table;
			padding-top: 2%;
			padding-bottom: 2.3%;
			z-index: 3;
		}
	
	
		/*--- Mobile, 480px and below ---*/
		
			#navgrey {
				width: 100%;
				background-color: #f0f0f0;
				z-index: 3;
				margin-bottom: 4%;
			}
		
			#logo {
				width: 30.303%;
				background: transparent;
				float: left;
				position: relative;
				z-index: 3;
			}

			#navitems {
				width: 65.1515%;
				display: table;
				background: transparent;
				float: left;
				position: relative;
				margin-left: 4.5454%;
				bottom: 0;
				right: 0;
				z-index: 3;
			}
		
		
		/*--- Tablet, 481px-768px, Inherits Styles from Mobile ---*/

		@media only screen and (min-width: 481px) {

			#navgrey {
				width: 100%;
				background-color: #f0f0f0;
				z-index: 3;
				margin-bottom: 2%;
			}
			
			#logo {
				width: 23.7569%;
			}

			#navitems {
				width: 74.5856%;
				margin-left: 1.6574%;
			}	
		}


		/*--- Desktop, 760px to max 1232px, Inherits Styles from Mobile and Tablet ---*/

		@media only screen and (min-width: 769px) {

			#navgrey {
				width: 100%;
				background-color: #f0f0f0;
				z-index: 3;
				margin-bottom: 1.4%;
			}
			
			#logo {
				width: 15.7509%;
			}

			#navitems {
				width: 83.1501%;
				margin-left: 1.0989%;
			}
		}
	
	/*--- Navigation Text Styles ---*/
	
		#navlist {
			list-style:none;
			font-family: AkzidenzGrotesk-Regular;
			font-size: 12px;
			line-height:1.5;
			letter-spacing: 1px;
			font-weight: normal; 
			font-style: normal;
			text-transform: uppercase;
			position: relative;
			right: 0;
			z-index: 3;
		}
	
		#navlist li {
			float: right;
			margin-left: 5%;
		}

		#navlist a {
			color: #84888e;
			text-decoration:none;
		}

		#navlist a:hover {
			color: #000000;
			text-decoration: none;
		}
		


/*------------------------------------*\
	IMAGE GRID
\*------------------------------------*/


	/*--- Mobile, 480px and below ---*/
		
		.indexthumb {
			clear: none;
			width: 100%;
			background-color: transparent;
			cursor: pointer;
			position: relative;
			float: left;
			margin-bottom: 4%;
			margin-right: auto;
			margin-left: auto;
			z-index: 1;
		}
		
		/*--- Overlay with Titles and Descriptions ---*/
		
			.overlay {
				background: #ffffff;
				width: 100%;
				height: 100%;
				opacity: 0;
				position: absolute;
			}

			.overlay-title {
				width: 100%;
				float: left;
				margin-top: 3%;
				margin-bottom: 4%;
			}


	/*--- Tablet, 481px-768px, Inherits Styles from Mobile ---*/

	@media only screen and (min-width: 481px) {
		
		.indexthumb {
			width: 49.1712%;
			margin-bottom: 2%;
			margin-right: 1.6574%;
			margin-left: 0;
		}
		
		.indexthumb:nth-of-type(2n+2) {
    			margin-right: 0;
		}

	}


	/*--- Desktop, 760px to max 1232px, Inherits Styles from Mobile and Tablet ---*/

	@media only screen and (min-width: 769px) {
		
		.indexthumb {
			width: 24.1758%;
			margin-bottom: 1.3%;
			margin-right: 1.0989%;
			margin-left: 0;
		}
		
		.indexthumb:nth-of-type(2n+2) {
    			margin-right: 1.0989%;
		}
		
		.indexthumb:nth-of-type(4n+4) {
    			margin-right: 0;
		}
		
		/*--- Mouse-Over with Titles and Descriptions ---*/
		
			.overlay {
				transition: opacity .30s ease-in-out;
				-moz-transition: opacity .30s ease-in-out;
				-webkit-transition: opacity .30s ease-in-out;
			}
		
			.overlay:hover {
				opacity: 0.9;
				transition: opacity .30s ease-in-out;
				-moz-transition: opacity .30s ease-in-out;
				-webkit-transition: opacity .30s ease-in-out;
			}

			.overlay-title {
				margin-top: 50%;
			}		
	}

	

/*------------------------------------*\
	PROJECT PAGE
\*------------------------------------*/

	
	
	/*--- Mobile, 480px and below ---*/
			
		.project_image {
			position: relative;
			clear: both;
    			width: 100%;
    			background-color: transparent;
			float: left;
		}
	
		.project_container {
			position: relative;
			clear: both;
			width: 100%;
			background-color: #ffffff;
			display: none;
			z-index: 4;
		}
			
		.project_title {
			clear: both;
			width: 100%;
			float: left;
			margin-top: 14.5px;
		}
	
		.project_desc {
			clear: both;
			width: 100%;
			float: left;
			margin-top: 14.5px;
			margin-bottom: 10%;
		}
	
	
	/*--- Tablet, 481px-768px, Inherits Styles from Mobile ---*/

	@media only screen and (min-width: 481px) {
		
		.project_desc p{
			width: 61.8784%;
		}
	}
		
	/*--- Desktop, 760px to max 1232px, Inherits Styles from Mobile and Tablet ---*/

		@media only screen and (min-width: 769px) {
		
		.project_desc p{
			width: 66.3003%;
		}
	}
	
	
	/*--- Project Page Thumbnail Styles ---*/


	/*--- Mobile, 480px and below ---*/
	
		.thumb_image {
			width: 30.303%;
			position: relative;
			float: left;
			margin-left: 0;
			margin-right: 4.5454%;
			margin-top: 4%;
		}
		
		.thumb_image:nth-child(3n+3) {
    			margin-right: 0;
		}
		
	
	/*--- Tablet, 481px-768px, Inherits Styles from Mobile ---*/

		@media only screen and (min-width: 481px) {
		
		.thumb_image {
			width: 23.7569%;
			margin-right: 1.6574%;
			margin-top: 1.5%
		}
		
		.thumb_image:nth-child(3n+3) {
    			margin-right: 1.6574%;
		}
		
		.thumb_image:nth-child(4n+8) {
    			margin-right: 0;
		}
	}
	
		
	/*--- Desktop, 760px to max 1232px, Inherits Styles from Mobile and Tablet ---*/

		@media only screen and (min-width: 769px) {
	
		.thumb_image {
			width: 15.7509%;
			margin-right: 1.0989%;
			margin-top: 1%;
			cursor: pointer;
    			opacity: 1;
    			transition: opacity .30s ease-in-out;
    			-moz-transition: opacity .30s ease-in-out;
    			-webkit-transition: opacity .30s ease-in-out;
		}
		
		.thumb_image:nth-child(3n+3) {
    			margin-right: 1.0989%;
		}
		
		.thumb_image:nth-child(4n+4) {
    			margin-right: 1.0989%;
		}
		
		.thumb_image:nth-child(6n+12) {
    			margin-right: 0;
		}
	}
	
	.project_thumbcontainer img:hover {
   		opacity: 0.6;
    		transition: opacity .30s ease-in-out;
    		-moz-transition: opacity .30s ease-in-out;
    		-webkit-transition: opacity .30s ease-in-out;
	}


/*------------------------------------*\
	ABOUT PAGE
\*------------------------------------*/
	


	/*--- Mobile, 480px and below ---*/
		
		#aboutcontainer {
			width: 100%;
			height: 100%;
			position: relative;
			margin-left: auto;
			margin-right: auto;
			margin-top: 6%;
		}
	
		#aboutdesc {
			width: 100%;
			float: left;
		}
		
		#resume {
			width: 100%;
			float: left;
			margin-top: 29px;
		}
		
		
	/*--- Tablet, 481px-768px, Inherits Styles from Mobile ---*/
	@media only screen and (min-width: 481px) {

		#aboutcontainer {
			margin-top: 4%;
		}
		
		#aboutdesc {
			width: 61.8784%;
		}	
		
		#resume {
			width: 57.8754%;
		}
	}


	/*--- Desktop, 760px to max 1232px, Inherits Styles from Mobile and Tablet ---*/
	@media only screen and (min-width: 769px) {
		
		#aboutcontainer {
			margin-top: 3%;
		}
		
		#aboutdesc {
			width: 32.6007%;
			margin-right: 9.5238%;
		}
		
		#resume {
			width: 57.8754%;
			margin-top: 0;
		}
	}
	
	
/*------------------------------------*\
	FOOTER
\*------------------------------------*/

#footergrey {
	width: 100%;
	background-color: #f0f0f0;
	float: left;
	margin-top: 5%;
	z-index: 3;
	}

#footercontainer {
	width: 100%;
	margin-top: 2%;
	margin-bottom: 2.3%;
	}
	
#footercontainer h2 {
	text-align: right;
	}