html {
    scroll-behavior: smooth
}

body{
	font-family: "Space Grotesk", sans-serif;
	font-size: 16px;
	font-weight: 700; /* 300 > 700 */
	font-style: normal;
	text-align: center;
	color:  #333;
	color: #999;
	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; 
	line-height: 1.2em;
}

/* 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.4em;
}

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

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

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


h9{
  font-family: "Space Grotesk", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-size: .8em;
}

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

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

.mobile_only{
	display: none !important;
}



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

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

#project .imageGrid{
	width: 23%;
	margin: 1%;
}
#project .imageGrid .imgHolder{
	display: block;
	border-radius: 20px;
}




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

#project{
	padding-top: 5em;
	opacity: 0;
	draggable: false;
}
#project p{
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
}
#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;
}	
#project .imgTwoColumn img{
	width: 44%;
	margin: 2%;
	display: inline-block;
}


/*
.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: 28%;
	height: 100vh;
	text-align: right;
	position: fixed;
	top: 0;
	left: 0;
	padding-top: 5em;
	padding-bottom: 5em;
}

#workHistory .workHistory_col2{
	width: 70%;
	margin-left: 28%;
	padding-top: 5em;
	padding-bottom: 5em;
}



/* ------------------------------------------------------------------------------------ */
/* COLUMNS - Simple
/* ------------------------------------------------------------------------------------ */

.twoCol{
	text-align: left;
	vertical-align: top;
	display: inline-block;
	width: 50%;
	min-height: 100px;
}

/* ------------------------------------------------------------------------------------ */
/* 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%;
	}

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

	#project .imageGrid{
  	display: block;
		width: 92%;
		margin-left: auto;
		margin-right: auto;
		padding: 4%;
		margin: 0%;
	}

	#project .imageGrid .imgHolder{
		background-color: #ff000055;
		display: inline-block;
		border-radius: 5px;
		margin-bottom: 0 !important;
		margin-top: 0 !important;
	}

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

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

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

	#workHistory .workHistory_col1{
		width: 100%;
		height: auto;
		margin-right: auto;
		margin-left: auto;
		padding-bottom: 2em;
		text-align: left;
		position: relative;
		padding-top: 3em;
		padding-bottom: 3em;
	}

	#workHistory .workHistory_col2{
		padding-top: 2em;
		width: 100%;
		margin-right: auto;
		margin-left: auto;
		padding-left: 0;
		padding-top: 1.5em;
	}

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

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

	/* ------------------------------------------------------------------------------------ */
	/* COLUMNS - Simple
	/* ------------------------------------------------------------------------------------ */

	.twoCol{
		width: 100%;
	}

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

	.desktop_only{
		display: none !important;
	}

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

}