/* -------------------- MAIN -------------------- */

main {
	margin-top: 8vw;
	padding: 0 2vw;
	width: 100%;
}

#pgtitle {
	display: block;
	padding-top: 2vw;
	margin: 0;
/* */
	font-family: 'Inter', sans-serif;
	font-weight: 700;
	font-size: 4vw;
	line-height: 1;
	color: #000000;
}

#pgsubtitle {
	display: inline-block;
	padding: 1vw 0 1vw 0;
	margin: 0;
	width: 40vw;
/* */
	font-family: 'Newsreader', serif;
	font-weight: 300;
	font-size: 2vw;
	line-height: 1.2;
	color: #000000;
}

#pgbreak {
	display: block;
	height: 1vw;
	width: 100%;
/* */
	border-top: 1px solid #CCCCCC;
}

#pglink {
	float: right;
	margin-top: 4vw;
/* */
	font-family: 'JetBrains', monospace;
	font-weight: 700;
	font-size: 1vw;
	line-height: 1vw;
	color: #000000;
}

.spc {
	display: inline-block;
	width: 0.5vw;
}

/* -------------------- PAGE CONTENTS -------------------- */

#contact {
	width: 65%;
	margin: 4vw 0 8vw 6vw;
/* */
	font-family: 'Newsreader', serif;
	font-weight: 300;
	font-size: 1.5vw;
	line-height: 1.5;
	color: #000000;
}

.statement {
	font-family: 'Newsreader', serif;
	font-weight: 100;
	font-size: 3vw;
	line-height: 1.2;
	color: #000000;
}

.divider {
	margin: 4vw 0 2vw 0;
/* */
	font-family: 'Inter', sans-serif;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 1.2vw;
	line-height: 1;
}

.person {
	width: 100%;
/* */
	display: flex;
	flex-wrap: nowrap;
	flex-direction: row;
	justify-content: space-evenly;
	align-items: stretch;
	align-content: stretch;
	gap: 3vw;
}

#ethan {
	display: block;
	min-height: 20vw;
	width: 30%;
/* */
	background: url(../img/ethan.webp) center top no-repeat #333333;
	background-size: cover;
}

.about {
	width: 70%;
/* */
	font-family: 'Newsreader', serif;
	font-weight: 300;
	font-size: 1.5vw;
	line-height: 1.5;
	color: #000000;
}

.name {
	display: block;
/* */
	text-transform: uppercase;
	font-family: 'Inter', sans-serif;
	font-weight: 700;
	font-size: 3vw;
	line-height: 1;
	color: #000000;
}

.title {
	display: block;
	padding: 0.3vw 0 2vw 0.1vw;
/* */
	letter-spacing: 0.1vw;
	text-transform: uppercase;
	font-family: 'JetBrains', monospace;
	font-weight: 700;
	font-size: 0.7vw;
	line-height: 1;
	color: #999999;
}

.email {
	display: inline-block;
	margin: 1vw 0 0 0;
/* */
	font-family: 'Inter', sans-serif;
	font-weight: 700;
	color: transparent;
/* */
	background: linear-gradient(135deg, #00FFD0 0%, #FF00FF 100%);
	text-fill-color: transparent;
	background-clip: text;
}

.email:hover {
	background: linear-gradient(135deg, #FFCC00 0%, #FF00FF 100%);
	text-fill-color: transparent;
	background-clip: text;
}

/* -------------------- MEDIA -------------------- */

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



}

@media only screen and (max-width: 744px) and (orientation: portrait) {



}

/* -------------------- PRINT -------------------- */

@media print {

	* {
		display: none;
	}

}