@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700,900');

* {
	padding: 0;
	margin: 0;
	font-family: "Lato", sans-serif;
	position: relative;
}
.timeline {
	padding-bottom: 40px;
	margin-left: 10%;
	margin-bottom: 40px;
}
.timeline:before {
	content: "";
	position: absolute;
	top: 140px;
	left: 65px;
	width: 3px;
	height: calc(100% - 80px);
	background: #c0392b;
}
.timeline-entry {
	margin: 40px 40px 40px 120px;
}
.timeline-entry .timeline-title h1 {
	font-size: 80px;
	color: rgba(0,0,0,0.1);
	font-family: serif;
	letter-spacing: 3px;
}
.timeline-entry .timeline-title h1:before {
	content: "";
	position: absolute;
	left: -64px;
	top: 97px;
	width: 20px;
	height: 20px;
	background: #fff;
	border: 3px solid #c0392b;
}
.timeline-entry .timeline-title h2 {
	margin-top: -30px;
	font-size: 33px;
	font-family: "Lato", sans-serif;
	font-weight: bold;
}
.timeline-entry .timeline-description p {
	line-height: 20px;
	margin-left: 20px;
	margin-top: 10px;
	font-family: serif;
}
.timeline-entry .timeline-description {
	border-left: 1px solid #000;
	width: 80%;
}
.main {
	width: 80%;
	margin-left: 10%;
	margin-top: 80px;
}
.main h1 {
	font-size: 80px;
	line-height: 60px;
}
.main p {
	font-size: 13px;
	line-height: 20px;
	font-family: serif;
	text-align: right;
}
@media only screen and (max-width: 470px) {
	.timeline-entry .timeline-title h1 {
		font-size: 60px;
	}
	.timeline-entry .timeline-title h2 {
		font-size: 24px;
	}
}

.timeline-header {
	padding-top: 30px;
}

.timeline__title {
	text-align: center;
}