

body{
	font-family: "Space Grotesk", sans-serif;
	font-size: 16px;
	font-weight: 700; /* 300 > 700 */
	font-style: normal;
	text-align: center;
	color:  #333;
	background-color: #131313;
	font-optical-sizing: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;	

}

/* header - home */
h1{
	font-family: "Space Grotesk", sans-serif;
	font-optical-sizing: auto;
	font-weight: 700;
	font-style: normal;
	font-size: 6em;  
}

/* header - project */
h2{
  	font-family: "Baskervville", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	color: #fff;
	font-size: 3em; 
}

/* home - about */
h3{
	font-family: "Space Grotesk", sans-serif;
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;
	color: #fff;
	font-size: 3.4em;  
	line-height: 1.3em;  
}

/* home - subheader */
h4{
  	font-family: "Baskervville", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	color: #fff;
	font-size: 1.4em;  
}

/* project - subheader */
h5{
	font-family: "Space Grotesk", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	color: #fff;
	font-size: 1.4em;  
	opacity: .6;
	border-bottom: 2px dotted #444;
	display: inline-block;
	padding: 0;
	margin: 0;
	padding-bottom: .4em;
	margin-top: 2em;
	line-height: 1.2em;
}

/* header - labels */
h6{
	font-family: "Space Grotesk", sans-serif;
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;
	color: #fff;
	font-size: 1.1em;  
	padding: 0;
	margin: 0;
}

/* content section header */
h7{
  	font-family: "Baskervville", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	color: #888;
	font-size: 1.4em;
	border-bottom: 2px dotted #444;
	padding-bottom: .4em;
	display: inline-block;
	margin-top: 3.4em;
	margin-bottom: 2.5em;
  	font-style: italic;
}

/* footer */
h8{
  	font-family: "Baskervville", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: italic;
	color: #444;
	font-size: 1.2em;
}

p{
	font-family: "Space Grotesk", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	color: #999;
	font-size: 16px;
	line-height: 1.4em;
	margin-top: 1.2em;
}

img{
	width: 100%;
	max-width: 1280px;
}

a:link{
	text-decoration: none;	
}
a:visited{
	text-decoration: none;	
}
a:hover{
	text-decoration: none;	
}
a:active{
	text-decoration: none;	
}

/* ------------------------------------------------------------------------------------ */
/* DESKTOP / MOBILE
/* ------------------------------------------------------------------------------------ */

.desktop_only{
	display: inline-block !important;
}

.mobile_only{
	display: none !important;
}



/* ------------------------------------------------------------------------------------ */
/* HOMEPAGE
/* ------------------------------------------------------------------------------------ */

#homepage .imageGrid{
	width: 30%;
	margin: 1.5%;
}

#project .imageGrid{
	width: 30%;
	margin: 1.5%;
}



/* ------------------------------------------------------------------------------------ */
/* PROJECTS
/* ------------------------------------------------------------------------------------ */

#project{
	padding-top: 5em;
	opacity: 0;
	draggable: false;
}

#projHeader{
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
#projHeader img{
	max-width: 1280px;
}

#projInfo{
	width: 80%;
	max-width: 720px;
	margin-left: auto;
	margin-right: auto;
}
#projDescription{
}

.projColumn{
	width: 80%;
	max-width: 920px;
	margin-left: auto;
	margin-right: auto;
}
.projColumn img{
	margin-bottom: 3em;
}


.projColumnMedium{
	width: 90%;
	max-width: 720px;
	margin-left: auto;
	margin-right: auto;
}
.projColumnMedium img{

	margin-bottom: 2em;
}








.projColumnThin{
	width: 70%;
	max-width: 580px;
	margin-left: auto;
	margin-right: auto;
}

.projColumnThin{
 	margin-bottom: 3em;
}

.projColumnsThree{
	width: 80%;
	max-width: 780px;
	margin-left: auto;
	margin-right: auto;
	line-height: 0;
	font-size: 0;

}

/*
.projColumnsThree img{
	width: 27%;
	margin: 3%;	
}*/

.projColumnsThree li{
	display: inline-block;
	width: 27%;
	margin: 3%;
	border-radius: 5px;
	overflow: hidden;
}

.mobileStyle li{
	border-radius: 30px;
	overflow: hidden;
	background-color: #77777722;
}

.mobileStyle li img{
	width: 96%;
	margin-top: 20%;
	margin-bottom: 20%;
}

/* --- --- --- --- --- --- */

.projDevider{
	width: 90%;
	max-width: 1280px;
	border-top: 2px dotted #333;
	margin-left: auto;
	margin-right: auto;
	margin-top: 4em;
	margin-bottom: 4em;
}
.projDeviderWide{
	width: 100%;
	border-top: 2px solid #333;
	margin-left: auto;
	margin-right: auto;
	margin-top: 4em;
	margin-bottom: 4em;
}





/* ------------------------------------------------------------------------------------ */
/* WORK HISTORY
/* ------------------------------------------------------------------------------------ */

#workHistory .workHistory_col1{
	width: 25%;
	margin-right: 4%;
	xbackground-color: #55000055;
}

#workHistory .workHistory_col2{
	width: 65%;
	padding-left: 4%;
	border-left: 4px dotted #333;
	xbackground-color: #00550055;
}



/* ------------------------------------------------------------------------------------ */
/* MISC
/* ------------------------------------------------------------------------------------ */

#consoleOutput{
	font-family: "Space Grotesk", sans-serif;
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;
	color: #fff;
	font-size: .8em;  
	position: fixed;
	bottom:0;
	left:0;
	padding: 20px;
	background-color: #333333aa;
	display: inline-block;
	display: none;
}



/* ------------------------------------------------------------------------------------ */
/* ANIMATIONS
/* ------------------------------------------------------------------------------------ */

@keyframes fadeInUp {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeInUp-animation {
	animation: 1s fadeInUp;
}

@keyframes fadeInUp_delay {
  0% {
    opacity: 0;
  }
  33% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeInUp-animation-delay {
	animation: 1.5s fadeInUp_delay;
}



/* ------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------ */
/* TABLET																																								*/
/* ------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------ */

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

}

/* ------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------ */
/* MOBILE																																								*/
/* ------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------ */

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

	/* ------------------------------------------------------------------------------------ */
	/* HOMEPAGE
	/* ------------------------------------------------------------------------------------ */

	#homepage .imageGrid{
		width: 46%;
		margin: 2%;
	}

	#project .imageGrid{
		width: 33.3%;
		margin: 0%;
	}

	/* ------------------------------------------------------------------------------------ */
	/* PROJECTS
	/* ------------------------------------------------------------------------------------ */

	#project .projColumnsThree li{
		display: inline-block;
		width: 42%;
		margin: 4%;	
	}

	#project .mobileStyle li{
		border-radius: 15px;
	}

	/* ------------------------------------------------------------------------------------ */
	/* WORK HISTORY
	/* ------------------------------------------------------------------------------------ */

	#workHistory .workHistory_col1{
		width: 100%;
		xbackground-color: #55000055;
	}

	#workHistory .workHistory_col2{
		width: 100%;
		padding-left: 0;
		border-left: 0px dotted #333;
		xbackground-color: #00550055;
	}

	#workHistory .workHistory_logo{
		max-width: 120px;
	}

	#workHistory .workHistory_pageTitle{
		margin-top: 2em;
		margin-bottom: 2em;
	}

	/* ------------------------------------------------------------------------------------ */
	/* DESKTOP / MOBILE
	/* ------------------------------------------------------------------------------------ */

	.desktop_only{
		display: none !important;
	}

	.mobile_only{
		display: inline-block !important;
	}

}