@import url('https://fonts.googleapis.com/css2?family=Figtree:wght@300;400;700&display=swap');

html {
	background: #1A1A1A;
}

h1 {
	font-family: 'Figtree', sans-serif;
	font-weight: 300;
	font-size: 40px;
	color: #E2E2E2;
	letter-spacing: -0.8px;
	line-height: 48px;
}

h1>strong {
	font-weight: 400;
	color: #E2E2E2;
	display: inline;
}

h2 {
	font-family: 'Figtree', sans-serif;
	font-weight: 700;
	font-size: 14px;
	color: #C2C2C2;
	letter-spacing: 0;
	line-height: 16px;
	text-transform: uppercase;
}

p,
li {
	font-family: 'Figtree', sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #E2E2E2;
	letter-spacing: 0px;
	line-height: 26px;
	margin-top: 24px;
}

p>a {
	display: inline-block;
	color: #E2E2E2;
	border-bottom: 1px dotted #E2E2E2;
	text-decoration: none;
	line-height: 22px;
	transition: all 0.3s ease;
	border-radius: 4px;
}

p>a:hover {
	background-color: #E2E2E2;
	color: #1A1A1A;
	border-bottom: 1px dotted transparent;
}

p>strong {
	font-weight: 700;
	color: #E2E2E2;
}

ul {
	margin-top: 24px;
}

li {
	margin-top: 4px;
	list-style-type: disc;
}

/* START: NAVBAR */

.navbar {
	margin-top: 72px;
	background: transparent;
	min-height: 40px;
}

.navbar-item {
	text-transform: uppercase;
	transition: all 0.3s ease;
}

.navbar-brand {
	min-height: 40px;
}

.navbar-burger {
	height: 40px;
	background-color: transparent;
	border-color: transparent;
	padding-right: 0;
}

.navbar-burger.is-active,
.navbar-burger:hover {
	border-color: transparent;
}

.navbar-burger.is-active span,
.navbar-burger:hover span {
	background-color: #FFFFFF;
}

.navbar-burger span {
	background-color: #C2C2C2;
}

.navbar-brand .navbar-item {
	font-size: 14px;
	font-weight: 700;
	line-height: 16px;
	color: #FFFFFF;
	border: 2px solid #fff;
	padding: 0px 18px;
	letter-spacing: 0.6px;
	border-radius: 2px;
}

.navbar-brand .navbar-item:hover {
	color: #FFFFFF;
	background-color: #222;
}

.navbar-menu.is-active {
	background-color: transparent;
}

.navbar-menu.is-active .navbar-item,
.navbar-menu .navbar-item {
	font-size: 14px;
	font-weight: 700;
	line-height: 16px;
	color: #777;
}

.navbar-menu .navbar-item span {
	border-bottom: 1px solid transparent;
	padding-bottom: 1px;
	transition: all 0.3s ease;
}

.navbar-menu.is-active .navbar-item {
	text-align: right;
	border-bottom: 1px solid #333;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-right: 0;
}

.navbar-menu .navbar-item.is-active,
.navbar-menu .navbar-item:hover {
	color: #FFFFFF;
	background-color: transparent;
}

.navbar-menu .navbar-item.is-active span,
.navbar-menu .navbar-item:hover span {
	color: #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}

/* END: NAVBAR */

.hero {
	margin-top: 144px;
}

.project-item {
	margin-top: 144px;
	display: block;
}

.project-item figure {
	margin-bottom: 8px;
	background-color: #222222;
	overflow: hidden;
	border-radius: 4px;
}

.project-item img {
	transition: all 0.3s ease-out;
	border-radius: 4px;
}

.project-item a:hover img {
	transform: scale(1.05, 1.05);
}

.footer {
	background-color: transparent;
	font-size: 14px;
	padding: 144px 0 72px 0;
	text-align: center !important;
}

.timeline {
	border-left: 1px solid #888888;
	margin-top: 144px;
}

.timeline .timeline-item {
	padding: 24px 0 24px 32px;
	position: relative;
}

.timeline .timeline-item .dot {
	position: absolute;
	top: 26px;
	left: -7px;
	width: 12px;
	height: 12px;
	border-radius: 8px;
	background-color: #888;
}

.timeline .timeline-item p {
	margin-top: 4px;
}

.special-item {
	border: 1px solid #2A2A2A;
	border-radius: 4px;
	padding: 16px;
	margin-top: 32px;
	display: block;
}

a.special-item {
	transition: all 0.3s ease;
}

a.special-item:hover {
	background-color: #2a2a2a;
}

.special-item p {
	font-size: 24px;
	font-weight: 300;
	color: #E2E2E2;
	letter-spacing: 0;
	line-height: 24px;
	margin-top: 8px;
}

.project-description {
	margin-top: 144px;
}

.project-description p:first-child {
	margin-top: 0;
}

.in-the-press {
	margin-top: 144px;
	padding-left: 16px;
}

.in-the-press li {
	font-family: 'Figtree', sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #E2E2E2;
	letter-spacing: 0px;
	line-height: 26px;
	margin-top: 16px;
}

.in-the-press li a {
	color: #C2C2C2;
}

li a.without-src {
	color: #C2C2C2;
	display: inline-block;
	border-bottom: 1px dotted #aaaaaa;
	line-height: 20px;
}

.in-the-press li a:hover {
	color: #FFF;
}

.in-the-press li a span {
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
}


/* Phones */
@media screen and (max-width: 768px) {
	.navbar {
		margin-top: 32px;
		padding: 0 16px;
	}

	.hero {
		padding: 0 16px;
		font-size: 30px;
		line-height: 40px;
		margin-top: 72px;
	}

	.project-item {
		margin-top: 72px;
		padding: 0 16px;
	}

	.footer {
		padding: 72px 16px 48px 16px;
	}

	p {
		padding: 0 16px;
	}

	.navbar-menu.is-active .navbar-item {
		text-align: left;
		padding: 20px 20px;
	}

	.navbar-menu .navbar-item.is-active span,
	.navbar-menu .navbar-item:hover span {
		color: #FFFFFF;
		border-bottom: 1px solid transparent;
	}

	.timeline {
		margin-top: 72px;
	}

	.timeline p {
		padding: 0;
	}

	.timeline-container {
		padding: 0 16px;
	}

	.special-item-list {
		padding: 0 16px;
	}

	.special-item h2 {
		font-size: 0.8rem;
	}

	.special-item p {
		padding: 0;
		font-size: 1rem;
	}

	.project-description {
		margin-top: 72px;
		padding: 0 16px;
	}

	.in-the-press {
		margin-top: 72px;
		padding: 0 16px;
	}
}