* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	/*background-color: #282725;*/
	background-color: #464341;
	color: #bbb;
	font-family: 'Montserrat', 'Helvetica', sans-serif;
	font-size: 12px;
	height: 100%;
}

/*

LEFT COLUMN

*/

#leftColumn {
	position: fixed;
	width: 320px;
	left: 0;
	top: 0;
	padding: 20px 0 20px 20px;
	height: 100%;
}

#logo {
	max-width: 240px;
}

#info {
	position: absolute;
	bottom: 20px;
}

#info p {
	margin: 0 0 20px 0;
	line-height: 1.5em;
}

#info ul {
	margin: 0;
}

#info li {
	display: inline-block;
	text-transform: uppercase;
	font-size: 90%;
	background: #111;
	margin: 0 5px 7px 0;
	padding: 3px 5px;
}

#bottom {
	padding: 20px;
}

/* 

NAV STYLE 

*/

#nav {
	list-style: none;
	margin: 40px 0 40px 0;
	text-transform: uppercase;
	font-size: 120%;
	letter-spacing: 2px;
	font-weight: 700;
}

#nav li {
	margin: 0 0 25px 0;
}

#nav a {
	padding-bottom: 4px;
}

#nav a:hover {
	border-bottom: 2px solid #fff;
}

#nav li.active a {
	color: #bbb;
}

/* 

TYPOGRAPHY 

*/

a {
	color: #fff;
	text-decoration: none;
}

h1 {
	font-size: 120%;
	font-weight: 400;
}

h2 {
	font-weight: 700;
	font-size: 150%;
	margin: 0 0 20px 0;
	padding-bottom: 2px;
	display: inline-block;
	color: #fff;
}

h3 {
	font-weight: 400;
	font-size: 100%;
	margin: 0 0 20px 0;
}

h4 {
	font-weight: 400;
	text-transform: uppercase;
	font-size: .5em;
	letter-spacing: 1px;
	color: #888;
	margin: 10px 0 0 0;
}


/*

THUMB GALLERY STYLE 

*/

#gallery {
	margin: 10px 0 40px 340px;
}

#gallery img {
	margin: 10px 10px 5px 5px;
	max-height: 230px;
	min-height: 230px;
	opacity: .8;
	-webkit-transition: all.5s ease-in-out;
  	-moz-transition: all.5s ease-in-out;
  	-o-transition: all.5s ease-in-out;
  	transition: all.5s ease-in-out;
	-webkit-transform: translateZ(0);
}

#gallery img:hover {
	opacity: 1;
	 -webkit-transition: all.5s ease-in-out;
  	-moz-transition: all.5s ease-in-out;
  	-o-transition: all.5s ease-in-out;
  	transition: all.5s ease-in-out;
    -webkit-transform: translateZ(0);
}

/* 

PROJECT PAGE

*/ 

#project {
	margin: 20px auto 60px 340px;
	text-align: center;
	font-weight: 400;
	text-transform: uppercase;
}

#project p {
	display: inline-block;
	max-width: 600px;
	padding: 0px 60px 10px 60px;
	margin: 30px auto 40px auto;
	border-bottom: 2px solid #bbb;
	letter-spacing: 3px;
	line-height: 1.5em;
}

#project img {
	display: block;
	max-width: 600px;
	max-height: 700px;
	margin: 20px auto 80px auto;
}

#project a {
	letter-spacing: 3px;
}

#project a:hover {
	border-bottom: 2px solid #fff;
	padding: 0 0 2px 0;
}

#project p a:hover {
	border-bottom: none;
}

div.clear {
	clear: both;
	margin: 0px 0 20px 0;
}

#me {
	max-width: 400px !important;
	border-radius: 5%;
}

.mobileOnly {
	display: none;
}

.mobilePageNav {
	display: none;
}

/* 

MOBILE MEDIA QUERIES

*/

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

	#leftColumn {
	position: fixed;
	width: 320px;
	left: 0;
	top: 0;
	padding: 20px 0 20px 20px;
	height: 100%;
	}


	#gallery {
		margin: 10px 0 40px 320px;
	}

	#gallery img {
		max-height: 160px;
		min-height: 160px;
		min-height: inherit;
		opacity: 1;
		margin: 2px 4px 4px 2px;
	}

	#logo {
		max-width: 260px;
	}
}


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


	#leftColumn {
		position: inherit;
		text-align: center;
		margin: 0 auto;
		padding: 20px 0 0 0;
		max-width: 300px;
	}

	#logo {
		max-width: 280px;
	}

	#info {
		position: inherit;
	}

	#nav {
		padding: 20px;
		list-style: none;
		text-align: center;
		margin: 10px 0 0 0;
		font-size: 100%;
	}

	#nav li {
		margin: 0 0 10px 0;
	}

	#info h1 {
		display: none;
		margin: 0 0 20px 0;
	}

	.mobileOnly {
		display: block;
		font-size: 100%;
		font-weight: 400;
		text-transform: uppercase;
		text-align: center;
		letter-spacing: 1px;
		color: #bbb;
	}

	.mobilePageNav {
		display: inherit;
	}

	#more {
		display: none;
	}

	#gallery, #project {
		margin: 0 auto 40px auto;
		text-align: center;
	}

	#gallery img {
		max-width: 300px;
		min-height: inherit;
		opacity: 1;
	}

	#project img {
		max-width: 90%;
	}

	#project p {
		max-width: 320px;
	}

}

@media only screen and (max-width: 620px) {
	#gallery img {
		max-height: 80%;
		min-width: 80%;
	}

	div#info h4 {
		display: block;
		text-align: center;
		padding: 2em;
	}

	.mobilePageNav {
		margin-top: 1em;
	}

	.mobilePageNav a {
		font-size: 1.4em;
		padding: 1em 2em 1em 2em;
	}
}

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


	#project img {
		max-width: 800px;
		max-height: 700px;
	}
}