@font-face {
	font-family: Wittgenstein;
	src: url("assets/font_Wittgenstein/Wittgenstein.woff2");
}

@font-face {
	font-family: Graveure;
	src: url("assets/font_Graveure/QTGraveure.otf");
}

.home h1 {
	font-family: Graveure;
	font-size: 48pt;
	letter-spacing: 1rem;
}

body {
	margin: auto;
	font-family: Wittgenstein;
}

.resume {
	width: 80%;
}

.center {
	margin: auto;
	text-align: center;
}

.middle {
	vertical-align: middle;
}

.full-width {
	width: 100%;
}

.inl-img img {
	height: 1rem;
	width: auto;
}

.fs {
	height: 100vh;
}


/* ========================== */

.fw {
	width: 100vw;
	height: 10rem;
}

td {
	vertical-align: top;
}

table h3 {
	margin: 0;
}

.dnp {
	width: 15rem;
}

.desc {
	padding-top: 1rem;
	padding-bottom: 2rem;
}

.resume h1 {
	letter-spacing: 0.5rem;
}

.resume h2 {
	padding-top: 1.5rem;
	margin-top: 0;
}

.display {
	margin: auto;
}

.fs h1 {
	height: 100%;
	margin: auto;
	line-height: 100vh;
}

#home-tag-container {
	/*background-image: url("assets/images_bkg/tag-bkg-2.jpg");*/
	background-color: black;
}

#home-tag {
	line-height: 10rem;
	margin: 0;
	letter-spacing: 0.5rem;
	color: white;
	font-size: 32pt;
}

/*.fw img {
	width: 100vw;
	height: auto;
	position: absolute;
	left: 0;
}*/

.space-2 td {
	padding-left: 1rem;
	padding-right: 1rem;
}

#home-display-pages {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-auto-rows: 20rem;
	gap: 1rem;
	/*background-color: grey;*/
	margin: 1rem;

	justify-content: center;
	align-content: center;
	justify-items: center;
	align-items: center;
}

.hdp {
	display: grid;
	width: 100%;
	height: 100%;
	place-items: center;
	border-radius: 1rem;
	font-size: 24pt;
	letter-spacing: 0.5rem;
	cursor: pointer;
}

#hdp-resume, #hdp-projects, #hdp-blog {
	background-size: cover;
	color: #ffffff;
}

#hdp-resume {
	background-image: url("assets/images_bkg/hdp-resume-bkg.jpg");
}

#hdp-projects {
	background-image: url("assets/images_bkg/hdp-projects-bkg.jpg");
}

#hdp-blog {
	background-image: url("assets/images_bkg/hdp-blog-bkg.png");
}

#res-foot img {
	cursor: pointer;
}



@media print {
	@page {
		size: A4 portrait;
		margin: 0.5in;
	}
	body {
		font-size: 8pt;
	}
	.dnp {
		width: 10rem;
	}
	#res-foot, img {
		display: none;
	}
}