body {
	font-family: neutraface-text, sans-serif;
	font-weight: 400;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	color: #e5d082;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: neutraface-display, sans-serif;
	font-weight: 300;
	font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	line-height: 1.2;
}

p {
	max-width: 500px;
	line-height: 1.4;
	font-size: 16px;
	margin-top: 10px;
	margin-bottom: 10px;
}

strong {
	font-family: neutraface-text, sans-serif;
	font-weight: 700;
	font-style: normal;
	text-transform: uppercase;
	color: #e5d082;
}

a {
	color: #e5d082;
	text-decoration: none;
}

.nav-item a {
	font-family: neutraface-text, sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 12px;
}

h1,
h6 {
	font-size: 60px;
	color: #e5d082;
	text-transform: uppercase;
	margin-top: 0;
	font-weight: 300;
	margin-bottom: 30px;
	margin-top: 50px;
}

h6 {
	font-size: 40px;
}

h4+h1 {
	margin-top: 0;
}

h2 {
	font-size: 24px;
	font-weight: 300;
	margin-top: 20px;
	-webkit-font-smoothing: auto;
}

h3 {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 20px;
}

h4 {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 0.4em;
}

.timeline-intro h4 {
	margin-top: 50px;
}

p {
	/*color: #fff7e1;
*/
	color: #FFF7C9;
	font-family: neutraface-text, sans-serif;
	font-weight: 400;
	font-style: normal;
}

.accolade-content p {
	margin-top: 0;
	text-transform: uppercase;
	color: #FFF7C9;
	font-size: 16px;
	max-width: none;
}

.date {
	font-family: neutraface-text, sans-serif;
	font-weight: normal;
	font-style: normal;
}

.timeline-intro span {
	text-transform: uppercase;
	color: #e5d082;
	font-family: neutraface-text, sans-serif;
	/* font-family: Telefon; */
}


.accolade--special .date {
	font-size: 46px;
}

.page-footer section p {
	font-size: 10px;
}

h2.origin {
	position: absolute;
	top: 100px;
	left: 25px;
}

@media only screen and (max-width: 1160px) {
	h1 {
		font-size: 50px;
	}

	h6 {
		font-size: 30px;
	}
}

@media only screen and (max-height: 800px) {
	h1 {
		font-size: 45px;
	}
}

@media only screen and (max-height: 600px) {
	h1 {
		font-size: 40px;
	}

	h6 {
		font-size: 20px;
	}
}