
* {
	padding: 0;
	margin: 0;
	border: 0;
}

body {
	margin: 0;
	padding: 0;
}

.description h2, .description p {
	margin: 0;
	line-height: 120%;
	color: rgba(255,255,255, 1.0);
}

.description h2 {
	font-size: 130%;
}


button {
	margin-top: 8pt;
	border-radius: 24pt;
	padding: 5pt 0;
	text-align: center;
	width: 96pt;
	color: rgba(255,255,255,0.9);
	background-color: rgba(255,255,255,0.2);
	border: none;
	cursor: pointer;
	letter-spacing: .25px;
	font-weight: 400;
	font-size: 100%;
}

button:hover {
	background: rgba(255,255,255,1.0);
	color: rgba(0,0,0,0.9);
}

.dark-button {
	background: rgba(64,64,64,0.1);
	color: rgba(0,0,0,0.9);
}

.dark-button:hover {
	background: rgba(0,0,0,0.7);
	color: rgba(255,255,255,1.0);
}	

.yellow-button {
	background: rgba(243,253,139,0.3);
	color: rgba(243,253,139,0.9);
}

.yellow-button:hover {
	background: rgba(243,253,139,0.9);
	color: rgba(0,1,178,0.9);
}

.yellow-text h2, .yellow-text p {
	color: rgba(243,253,139,1.0);
}

.portfolio-container {
	width: 100vw;
	height: 110vh;
	min-height: 560pt;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
	font-family: system-ui;
	font-weight: semibold;
	letter-spacing: 0.5px;
	color: white;
}

.description {
	z-index: 100;
	display: flex;
	flex-direction: column;
	height: 15vh;
	align-items: center;
	justify-content: end;
	width: 70%;
}


.description p {
	font-size: 110%;
	opacity: .7;
	padding-top: 4pt;
	text-align: center;
	font-weight: 300;
	margin: 0;
	padding: 0;
}

.dark-text h2, .dark-text p {
	color: black;
}

.invert h2, .invert p, .invert button  {
	mix-blend-mode: difference;
}

.portfolio-image {
	height: 85vh;
	width: 95%;
}

.image {
	aspect-ratio: 3 / 2;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}

.content {
	display: none;
	top: 0;
	left: 0;
	width: 100vw;
	height: 110vh;
	min-height: 560pt;
	align-content: center;
	z-index: 10;
	background: rgba(5, 11, 31, 0.2);
	backdrop-filter: blur(60px);
	position: absolute;
	font-weight: 300;
}

.content-carousel {
	display: flex;
	width: auto;
	margin: 80pt auto 0 auto;
	flex-direction: row;
	overflow-x: scroll;
	column-gap: 20pt;
	scrollbar-color: rgba(255,255,255,0.7) rgba(255,255,255,0.0);
}

.content-card {
	width: 240pt;
	height: 280pt;
	flex-shrink: 0;
	background-color: rgb(26, 26, 26);
	border-radius: 24pt;
	margin: auto 0;
	box-shadow: 0 5px 30px rgba(0, 0, 0, 0.25);
}

.content-card:first-child {
	margin-left: 100pt;
}

.content-card:last-child {
	margin-right: 100pt;
}

.content-image {
	width: 240pt;
	height: 160pt;
	border-radius: 24pt 24pt 0 0;
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: linear-gradient(to bottom, rgb(30,30,30), rgb(20, 20, 20));	
}

.content-image img {
	width: 200pt;
	height: 160pt;
	margin: 0 20pt;
}

.content-card h2 {
	text-align: left;
	font-size: 110%;
	font-weight: 600;
	letter-spacing: 0.5px;
	margin: 15pt 20pt 0 20pt;
}

.content-card p {
	text-align: left;
	font-weight: 200;
	font-size: 95%;
	margin: 0 20pt;
	padding: 0;
}


/* #content-03 { background: rgba(200, 217, 231, 0.4); }
#content-04 { background: rgba(114, 104, 128, 0.4); }
#content-05 { background: rgba(37, 120, 200, 0.4); }
#content-06 { background: rgba(190, 200, 215, 0.6); }
#content-08 { background: rgba(100, 165, 240, 0.6); } */

#about { 
	height: auto;
	min-height: 90vh;
}

#piece-01 { background-image: url("../img/backgrounds/bg-andromeda-1.png"); }
#piece-02 { background-image: url("../img/backgrounds/bg-andromeda-2.png"); }
#piece-03 { background-image: url("../img/backgrounds/bg-elCapitan.png"); }
#piece-04 { background-image: url("../img/backgrounds/bg-catalina.png"); }
#piece-05 { background-image: url("../img/backgrounds/bg-eastSierras.png"); }
#piece-06 { background-image: url("../img/backgrounds/bg-whiteMountains.png"); }
#piece-07a{ background-image: url("../img/backgrounds/bg-clouds-a.png"); }
#piece-07b{ background-image: url("../img/backgrounds/bg-clouds-b.png"); }
#piece-07c{ background-image: url("../img/backgrounds/bg-clouds-c.png"); }
#piece-08 { background-image: url("../img/backgrounds/bg-mammoth.png"); }
#piece-09 { background-image: url("../img/backgrounds/bg-mammoth.png"); }
#piece-10 { background-image: url("../img/backgrounds/bg-blueGradient.png"); }

#image-01 { background-image: url("../img/portfolio-images/portfolio-image-fcpx-10.png"); }
#image-02 { background-image: url("../img/portfolio-images/portfolio-image-iMovie.png"); }
#image-03 { background-image: url("../img/portfolio-images/portfolio-image-fcpx-103.png"); }
#image-04 { background-image: url("../img/portfolio-images/portfolio-image-fcpx-future.png"); }
#image-05 { background-image: url("../img/portfolio-images/portfolio-image-scenery.png"); }
#image-06 { background-image: url("../img/portfolio-images/portfolio-image-ozu.png"); }
#image-07a{ background-image: url("../img/portfolio-images/portfolio-image-shmood-a.png"); }
#image-07b{ background-image: url("../img/portfolio-images/portfolio-image-shmood-b.png"); }
#image-07c{ background-image: url("../img/portfolio-images/portfolio-image-shmood-c.png"); }
#image-08 { background-image: url("../img/portfolio-images/portfolio-image-carvout.png"); }
#image-09 { background-image: url("../img/portfolio-images/bg-mammoth.png"); }
#image-10 { background-image: url("../img/portfolio-images/portfolio-image-allo.png"); }

/* #content-image-01-01 { background-image: url("../img/content-images/test-controls.svg"); } */
/* #content-image-01-02 { background-image: url("../img/content-images/test-timeline.svg"); } */
#content-image-01-03 img {
	width: 180pt;
	margin: 0 30pt;
}

#content-image-01-04 img {
	scale: 0.7;
}

#content-image-01-05 img {
	scale: 0.85;
}

#portfolio-footer {
	height: 60pt;
	color: black;
	font-family: system-ui;
	font-weight: 300;
	font-size: 9pt;
	padding: 25pt 0 0 20pt;
}

@media only screen and (max-width: 1200px){
	.description {
		height: 20vh;
	}	
	
	.portfolio-image {
		height: 80vh;
	}
	
	.image {
		background-position: center 30%;
	}
}

@media only screen and (max-width: 800px){
	.description {
		height: 25vh;
	}	
	
	.portfolio-image {
		height: 75vh;
	}
		
	.image {
		background-position: center 30%;
	}
	
}

/* Mobile Layout */

@media only screen and (max-width: 650px){
	
	.description h2 {
		font-size: 110%;
	}
	
	p {
		font-size: 90%;
		width: 70vw;
	}
		
	.portfolio-container, .content {
		height: 30vh;
		margin: 0;
		padding: 0;
		min-height: 400pt;
	}	
	
	.description {
		height: 100pt;
		margin-top: 60pt;
	}	
	
	.portfolio-image {
		height: 40vh;
		min-height: 300pt;
		width: 100%
	}
	
	.image {
		background-position: center center;
		width: 95%;
	}
	
	.content-carousel {
		margin: auto 0;
		padding-top: 100pt;
	}
	
	.content-image {
		width: 200pt;
		height: 120pt;
		margin: 0;
	}
	
	.content-image img {
		width: 200pt;
		height: 130pt;
		margin: 0 10pt;
	}
	
	#content-image-01-03 img {
		width: 180pt;
		height: 100pt;
		margin: 10pt 10pt 0 10pt;
	}

	.content-card {
		height: 230pt;
		width: 220pt;
	}
	
	.content-card h2 {
		font-size: 100%;
		width: 180pt;
		margin: 10pt 20pt 5pt 20pt;
	}
	
	.content-card p {
		font-size: 85%;
		width: 180pt;
		margin: 0 20pt;
	}
	
	.content-card:first-child {
		margin-left: 30pt;
	}
	
	.content-card:last-child {
		margin-right: 10pt;
	}
	
}