html, body, img, a, div, pre, em, ul, li, h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
}

body {
	display: block;
	
}
/*

    body {
        opacity: 1;
        transition: 1s opacity;
    }
    body.fade-out {
        opacity: 0;
        transition: none;
    }
*/

img.lazy {
	background-repeat: no-repeat;
    background-image: url(../img/preloader.gif);
	background-size:  10% 10%;
	background-position: center center;
}
#about-page {
	width: 100%;
	height: 100%;
	background-color:rgba(255,255,255,0.95);
	color: #000;
	text-align: center;
	position: fixed;
	top: -800px;
	left: 0px;
	z-index: 800;
	transition: all .2s ease-out;
}
#about-page h4 {
	margin-bottom: 20px;
}
#about-page.active {
	top: 100px;
	
	
}
#mobileNav {
	display: none;
	z-index: 999;
}
#mobile-navigation {
	display: none;
	position: absolute;
	top: 80px;
	height: 0px;
	width: 100%;
	background-color: #fff;
	z-index: 999;
	-moz-user-select: none;
	cursor: pointer;
}
#mobile-navigation ul li {
	text-align: center;
	font-size: 1.5em;
	list-style: none;
	list-style-image: none;
	cursor: pointer;
}
#mobile-navigation ul li a {
	color: #000;
	line-height: 2em;
	text-decoration: none;
	cursor: pointer;
}

#mobile-navigation ul li a:hover {
	color: #707070;
	border-bottom: 1px solid;
}
#mobile-navigation.open {
	display: block;
	height: auto;
	padding-bottom: 20px;
}
h1 {
	font-size: 26px;
}
/* NAV ICON ANIMATION */

#nav-icon {
	width: 40px;
	height: 45px;
	position: relative;
	margin: 0px auto;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
}
#nav-icon span {
	display: block;
	position: absolute;
	height: 3px;
	width: 100%;
	background: #707070;
	border-radius: 0px;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}
#nav-icon span:nth-child(1) {
	top: 0px;
}
#nav-icon span:nth-child(2), #nav-icon span:nth-child(3) {
	top: 8px;
}
#nav-icon span:nth-child(4) {
	top: 16px;
}
#nav-icon.open span:nth-child(1) {
	top: 8px;
	width: 0%;
	left: 50%;
}
#nav-icon.open span:nth-child(2) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
#nav-icon.open span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#nav-icon.open span:nth-child(4) {
	top: 18px;
	width: 0%;
	left: 50%;
}
/* END NAV ICON ANIMATION */

li#connect {
	transition: all .2s ease-out;
	width: 100px;
	overflow: visible;
}
li#connect.active {
	padding-right: 260px !important;
}
li#connect.active .social {
	margin-right: 30px;
	opacity: 1;
	right: 0;
}
li#connect .social {
	cursor: default;
	opacity: 0;
	right: 0px;
	margin-right: -200px;
	position: absolute;
	overflow: visible;
	top: 0;
	transition: all .1s ease-in;
}
.social li a:hover {
	color: #707070 !important;
}
div#connect-page {
	transition: all .2s ease-out;
	width: 100%;
	overflow: visible;
}

div#connect-page li {
	list-style: none;
	list-style-image: none;
	display: inline;
	
}


div#connect-page li a, div#connect-page li a i{
	width:80px;
	height: 80px;
	font-size: 50px !important;
	color: #000;
	transition:all .2s ease-in;
}

div#connect-page li a:hover, div#connect-page li a:hover i{
	
	color: #707070;
}

div#connect-page .social {
	cursor: default;	
	overflow: visible;
	transition: all .1s ease-in;
}

#siteTitle {
	width: 250px;
	float: left;
	display: inline;
	height: 100px;
	position: relative;
	z-index: 990;
}
#siteTitle a.white {
	background-color: #000;
	color: #fff;
}
#siteTitle a {
	color: #000;
	text-decoration: none;
	transition: all .2s ease-in;
}
#siteTitle a:hover {
	color: #707070;
}
#siteTitle a h1 {
	padding: 30px 0px 0px 50px;
	vertical-align: middle;
	font-size: 2.4em;
}
header {
	height: 100px;
	width: 100%;
	background-color: #fff;
	color: #000;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	transition: all 0.2s ease-out;
}
header.white {
	color: #fff !important;
	background-color: #000;
}
header.white li a {
	color: #fff !important;
}
footer {
	position: fixed;
	height: 60px;
	bottom: 0px;
	width: 100%;
	background-color: #fff;
	z-index: 999;
	transition: all .2s ease-in;
}
footer div {
	margin-left: 50px;
	line-height: 60px;
	vertical-align: middle;
}
footer.black {
	background-color: #000;
	color: #fff;
}
/* NAVIGATION */

#main-nav {
	position: relative;
	display: block;
	z-index: 999;
	height: 100px;
	float: right;
	box-sizing: content-box !important;
}
#main-nav ul {
	display: inline-block;
}
#main-nav li {
	display: inline-block;
	font-family: 'FuturaBT-Medium', arial, sans-serif;
	margin: 40px 15px 0px 0px;
}
#nav li a {
	text-decoration: none;
	font-size: 1.2em;
	color: #000;
	transition: all .2s ease-in;
}
li#about:hover a.transition-link, li#resume:hover a.transition-link, li#connect:hover a.transition-link {
	color: #707070;
	border-bottom: 1px solid;
}
#content {
	position: absolute;
	top: 100px;
	width: 100%;
	padding-bottom:60px;
}

.cat-header {
	background-color:#E9E9E9;
	height:40px;
	padding-left:50px;
	line-height:40px;
}

.cat-title {
	margin:0px 0px 20px 0px;
}
.project-icon, .category-icon {
	height:300px;
	overflow: hidden;
	background-color: #000;
}
.bg {
	filter: url('../img/resources.svg#desaturate');
	/* Firefox 3.5+ */
	filter: gray;
	/* IE6-9 */
	-webkit-filter: grayscale(1);
	/* Google Chrome & Safari 6+ */
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	transform: scale(1.2);
	transition: all 0.3s ease-out 0s;
	z-index: 600;
}
.bg.darken {
	filter: none;
	-webkit-filter: none;
	transform: scale(1.5);
	opacity: .5;
}

#content .category-icon:nth-child(1) a.bg {
	background: rgba(255, 255, 255, 1) url("../img/nav_branding.png") repeat scroll top center / cover;
}

#content .category-icon:nth-child(2) a.bg {
	background: rgba(255, 255, 255, 1) url("../img/nav_print2.jpg") repeat scroll top center / cover;
}

#content .category-icon:nth-child(3) a.bg {
	background: rgba(255, 255, 255, 1) url("../img/nav_digital4.jpg") repeat scroll top center / cover;
}

#content .category-icon:nth-child(4) a.bg {
	background: rgba(255, 255, 255, 1) url("../img/nav_fineart2.jpg") repeat scroll top center / cover;
}



#content .project-icon:nth-child(1) .bg {
	background: rgba(255, 255, 255, 1) url("../img/nav_money2020c.jpg") repeat scroll top center / cover;
}
#content .project-icon:nth-child(2) .bg {
	background: rgba(0, 0, 0, 0) url("../img/nav_manga5.jpg") repeat scroll top center / cover;
}
#content .project-icon:nth-child(3) .bg {
	background: rgba(0, 0, 0, 0) url("../img/nav_moh3.jpg") repeat scroll top center / cover;
}
#content .project-icon:nth-child(4) .bg {
	background: rgba(0, 0, 0, 0) url("../img/nav_resistance3.jpg") repeat top center / cover;
}


a.portfolio-tag, a.category-tag {
	position: absolute;
	color: #fff;
	width: 100%;
	height: 300px;
	text-align: center;
	top: 40%;
	left: 0;
	opacity: 0;
	transition: opacity .2s ease-in;
	z-index: 700;
	vertical-align:middle;
	text-decoration: none;
	
}
a.portfolio-tag.visible, a.category-tag.visible {
	opacity: 1;
}

.description {
	padding-left:70px;
	position:fixed;
}

.scroll-description {
	overflow-y: scroll;
	max-height: 300px;
}

.artwork {
}

.artwork img {
	width:100%;
	height:auto;
	max-width:100%;
	border: 0 none;
    vertical-align: middle;
	margin-bottom:40px;

}
/* MEDIA QUERIES */
@media screen and (max-width:737px) {
	#topBar {
		height: 80px;
	}
	#siteTitle {
		width: auto;
	}
	#siteTitle a h1 {
		font-size: 2.4em;
		padding: 23px 0px 0px 30px;
		margin: 0 auto;
		text-align: left;
	}
	#mobileNav, #nav-icon {
		display: block;
		z-index: 999 !important;
	}
	#nav-icon {
		position: fixed;
		top: 32px;
		right: 25px;
	}
	#main-nav {
		display: none;
	}
	#content {
		top: 80px;
	}
	.project-icon {
	}
	a.portfolio-tag, a.category-tag {
		padding-top:0%;
		opacity:1;
	}
	.bg {
		filter: none;
		-webkit-filter: none;
		transform: scale(1.5);
		opacity: .5;
	}
	.description {
		margin:0px;
		padding:0px 30px 20px;
		position: relative;
	}
	.cat-header {
		height:30px;
		padding-left:30px;
		line-height:30px;
	}
	footer {
		font-size:.8em;
	}
	footer div {
		margin-left: 30px;
	}
	.scroll-description {
	overflow-y: visible;
	max-height: inherit;
}
}
