/* Web font definitions */
@import url("webfonts/Novecentowide_DemiBold/stylesheet.css");
@import url("webfonts/Novecentowide_Light/stylesheet.css");
@import url("webfonts/Novecentowide/stylesheet.css");
@import url("webfonts/SourceSerif4/stylesheet.css");

body {
	max-width: 640px;
	margin: 0 auto;
	padding: 24px 16px 48px;
	background-color: #ececec;
	color: #333333;
	text-align: center;
}

/* Logo */
.logo img {
	width: 440px;
	max-width: 100%;
	height: auto;
}

/* Name */
h1 {
	margin: 0.2em 0;
	font-family: "Novecentowide_DemiBold", Futura, sans-serif;
	font-size: clamp(36px, 11vw, 69px);
	letter-spacing: 0.05em;
}

/* Body copy */
.intro {
	margin: 0;
	font-family: "Source Serif 4", Georgia, "Times New Roman", serif;
	font-weight: 300;
	font-size: 20px;
	color: #888888;
}

/* Link list */
.links {
	display: flex;
	flex-direction: column;
	margin: 24px 0;
}

.links a {
	font-family: "Novecentowide", sans-serif;
	font-size: 30px;
	letter-spacing: 0.04em;
	color: #333333;
	text-decoration: none;
}

.links a:hover {
	text-decoration: underline;
}

/* Project description under a link */
.links p {
	margin: 0;
	font-family: "Source Serif 4", Georgia, "Times New Roman", serif;
	font-weight: 300;
	font-size: 18px;
	line-height: 1.4;
	color: #888888;
}

/* Gap between standalone links and between projects */
.links a + a,
.links p + a {
	margin-top: 12px;
}

/* Section heading */
.section-title {
	margin: 24px 0 0;
	font-family: "Novecentowide_DemiBold", Futura, sans-serif;
	font-size: 20px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #888888;
}

/* Section dividers */
.divider {
	padding-bottom: 24px;
	border-bottom: 1px solid rgba(136, 136, 136, 0.4);
}
