@charset "utf-8";
/* CSS Document */

@font-face {
  font-family: 'Akzidenz-Grotesk-Med-Ext';
  src:  url('/fonts/Akzidenz-Grotesk-Pro-Med-Ext-Regular.woff') format('woff');
}
@font-face {
  font-family: 'Akzidenz-Grotesk-Nxt-Reg';
  src:  url('/fonts/Akzidenz-Grotesk-Next-Regular.woff') format('woff');
}
@font-face {
  font-family: 'Akzidenz-Grotesk-Nxt-Med';
  src:  url('/fonts/Akzidenz-Grotesk-Next-Medium.woff') format('woff');
}
@font-face {
  font-family: 'Akzidenz-Grotesk-Nxt-Lte';
  src:  url('/fonts/Akzidenz-Grotesk-Next-Light.woff') format('woff');
}


html,
body {
	padding: 0;
	margin: 0;
	overflow: hidden;
	width: 100vh;
	height: 100vh;
	height: var(--app-height);
	background: #F5F5F5;
	scrollbar-width: 0;
}


h1 {
	font-family: 'Akzidenz-Grotesk-Med-Ext', sans-serif;
	color: #010b14;
	margin: 0;
	font-size:8.125vw;
	font-weight: 600;
}
h2 {
	font-family: 'Akzidenz-Grotesk-Nxt-Reg', sans-serif;
	color: #010b14;
	margin: 0;
	font-size:5.125vw;
	font-weight: 400;
}
h1b {
	font-family: 'Akzidenz-Grotesk-Nxt-Med', sans-serif;
	color: #010b14;
	margin: 0;
	font-size: 8.125vw;
	font-weight: 500;
}
h3 {
	font-family: 'Akzidenz-Grotesk-Nxt-Reg', sans-serif;
	color: #010b14;
	margin: 0;
	font-size: 5.875vw;
	font-weight: 400;
}
p {
	font-family: 'Akzidenz-Grotesk-Nxt-Reg', sans-serif;
	color: #010b14;
	margin: 0;
	font-size: 4vw;
	font-weight: 400;
}

.wrapper {
	width: 100vw;
	height: 100vh;
	overflow: scroll;
	scroll-snap-type: y mandatory;
	touch-action: none;
}

.info {
	position: absolute;
	height: 17.5%;
	width: 100%;
	/*box-shadow: 0px 3px 5px #00000030;*/
	background: #F5F5F5;
	z-index: 10;
}
.info-container {
	position: absolute;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: flex-end;
	height: 100%;
	width: 90%;
	left: 5%;
}
#mark {}
#designer {margin-left: 0.25%;}


.work {
	display: flex;
	flex-direction: row;
	position: absolute;
	top: 15%;
	height: 75%;
	width: 100%;
	background: #F5F5F5;
	align-items: flex-start;
	justify-content: center;
}

.work_images {
	top: 10%;
	width: 90%;
	height: 75%;
	position: absolute;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-template-rows: repeat(4, 1fr);
	grid-column-gap: 5px;
	grid-row-gap: 5px;
}
.workimg {
	position: absolute;
	height: 100%;
	width: 100%;
	overflow: hidden;
	/*background: grey;*/
}
#workImg-1 {
	grid-column: 1 / 4;
	grid-row: 1 / 1;
}
#workImg-2 {
	grid-column: 1 / 3;
	grid-row: 2 / 2;
}
#workImg-3 {
	grid-column: 3 / 3;
	grid-row: 2 / 2;
}
#workImg-4 {
	grid-column: 1 / 1;
	grid-row: 3 / 3;
}
#workImg-5 {
	grid-column: 2 / 4;
	grid-row: 3 / 3;
}
#workImg-6 {
	grid-column: 1 / 1;
	grid-row: 4 / 4;
}
#workImg-7 {
	grid-column: 2 / 2;
	grid-row: 4 / 4;
}
#workImg-8 {
	grid-column: 3 / 3;
	grid-row: 4 / 4;
}

#workImg-1 img {
	position: absolute;
	width: 200%;
	height: 100%;
	object-fit: cover;
	object-position: 30% 40%;
	transform: translateX(-10%);
}
#workImg-2 img {
	width: 100%;
	height: 125%;
	object-fit: cover;
	object-position: 0% 50%;
	transform: translateY(-5%) scale(1);
}
#workImg-3 img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 100% 50%;
	transform: translateX(0%) scaleX(-1);
}
#workImg-4 img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 0% 100%;
	transform: translate(-40%, -50%) scale(2.5);
}
#workImg-5 img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 0% 0%;
	transform: translate(10%, 35%) scale(1.75);
}
#workImg-6 img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 12% 50%;
	transform: scale(2.5);
}
#workImg-7 img {
	width: 100%;
	height: 100%;
	object-fit: none;
	object-position: 39% 26%;
	transform: translateX(0%) scaleX(-1);
}
#workImg-8 img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 35% 50%;
	transform: translateY(10%) scale(1.25);
}

.about {
	position: fixed;
	left: 5%;
	height: 85%;
	width: 90%;
	border-radius: 3.5vw 3.5vw 0px 0px;
	box-shadow: 0px 2px 10px #010b14;
	background: #F5F5F5;
	scroll-snap-align: end;
	touch-action: none;
    user-select: none;
	z-index: 1000;
	/*transform: translateY(25%)!important;*/
}

.aboutUp {transform: translateY(25%); transition: transform 0.35s ease-in;}
.aboutDn {transform: translateY(100%); transition: transform 0.5s ease-out;}

.about_hint {
	position: absolute;
	width: 100%;
	height: 15%;
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	justify-content: center;
}

.about_hint-txt {
	position: absolute;
	top: 12.5%;
	height: 70%;
	width: 100%;
	text-align: center;
}
.about_hint-arr {
	position: absolute;
	bottom: 20%;
	width: 100%;
	height: 30%;
	align-self: flex-end;
	background-color: #010b1430;
	/*clip-path: polygon(33% 45%, 50% 45%, 66% 45%, 66% 55%, 50% 55%, 33% 55%);	
	-webkit-clip-path: polygon(33% 45%, 50% 45%, 66% 45%, 66% 55%, 50% 55%, 33% 55%);*/
}

	.lnArr {
		animation: ln2arr 0.5s ease-in-out 0.5s both;
	}
	.lnStr {
		animation: arr2ln 0.5s ease-in-out 0.35s both;
	}
	@keyframes ln2arr {
		0% {
			clip-path: polygon(33% 45%, 50% 45%, 66% 45%, 66% 55%, 50% 55%, 33% 55%);	
			-webkit-clip-path: polygon(33% 45%, 50% 45%, 66% 45%, 66% 55%, 50% 55%, 33% 55%);
		}
		100% {
			clip-path: polygon(33% 45%, 50% 75%, 66% 45%, 66% 55%, 50% 85%, 33% 55%);	
			-webkit-clip-path: polygon(33% 45%, 50% 75%, 66% 45%, 66% 55%, 50% 85%, 33% 55%);
		}
	}
	@keyframes arr2ln {
		0% {
			clip-path: polygon(33% 45%, 50% 75%, 66% 45%, 66% 55%, 50% 85%, 33% 55%);	
			-webkit-clip-path: polygon(33% 45%, 50% 75%, 66% 45%, 66% 55%, 50% 85%, 33% 55%);
		}
		100% {
			clip-path: polygon(33% 45%, 50% 45%, 66% 45%, 66% 55%, 50% 55%, 33% 55%);	
			-webkit-clip-path: polygon(33% 45%, 50% 45%, 66% 45%, 66% 55%, 50% 55%, 33% 55%);
		}
	}

.about_content {
	position: absolute;
	top: 12.5%;
	height: 80%;
	width: 85%;
	left: 7.5%;
	display: flex;
	flex-flow: column nowrap;
	align-items: flex-start;
	justify-content: flex-start;
	align-content: flex-start;
	/*background: #00000025;*/
}

.about_content-tag {
	width:100%;
	margin-left: 1%;
	text-indent: 0%;
	text-align: left;
	align-self: flex-start;
}
#tag-line-1 {letter-spacing: 0.75px; word-spacing: 2px}
#tag-line-2 {letter-spacing: 0.15px;}

.about_content-pic {
	width: 36%;
	height: 26.5%;
	margin-top: 1%;
	margin-right: 3%;
	border-radius: 1.5vw;
	overflow: hidden;
	float: left;
	
	/*background-image: url("/images/headshot.jpg");*/
}
.about_content-pic img {
	width: 100%;
	height: 125%;
	object-fit: cover;
	object-position: 42% 10%;
}
#abtimg {}

.about_content-txt {
	width: 100%;
	height: 67.5%;
	margin-top: 5%;	
}
.about_content-txt p {width: 101%;}
#abttxt {}

.about_content-cont {
	width: 100%;
	text-align: center;
}
#contact {text-decoration-line: underline; text-align: center;}

#touchtarget {cursor: pointer}

