@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-wrap {
    overflow: hidden;
}

.timeline {
	padding: 20px 0px;
	position: relative;
}

.timeline:before {
	content: "";
	position: absolute;
	top: 40px;
	left: 65px;
	width: 3px;
	height: calc(100% - 80px);
	background: #1491ee;
}

.timeline .column {
	margin: 40px 40px 40px 105px;
	position: relative;
}

.timeline .column .title h1 {
	font-size: 120px;
	color: rgba(0,0,0,0.1);
	font-family: serif;
	letter-spacing: 3px;
	font-weight: 600;
}

.timeline .column .title h1:before {
	content: "";
	position: absolute;
	left: -64px;
	top: 86px;
	width: 20px;
	height: 20px;
	background: #fff;
	border: 3px solid #1491ee;
}

.timeline .column .title h2 {
	margin-top: -60px;
	font-size: 33px;
}

.timeline .column .subtitle h2 {
	margin-top: 0;
}

.timeline .column .description p {
	font-size: 14px;
	line-height: 20px;
	margin-left: 20px;
	margin-top: 10px;
	font-family: serif;
}

.timeline .column .description p.history-more {
	color: #1491ee;
	cursor: pointer;
}

.timeline .column .description .history-more-content {
	display: none;
}

.timeline .column .description {
	border-left: 1px solid #000;
}

/*.main {
	width: 80%;
	margin-left: 10%;
	margin-top: 80px;
}*/

.main h1 {
	font-size: 80px;
	line-height: 60px;
	margin-bottom: 28px;
	margin-top: 35px;
	color: #102747;
	text-align: center;
	text-transform: uppercase;
}

.main p {
	font-size: 14px;
	font-style: italic;
	line-height: 20px;
	font-family: serif;
	text-align: right;
}

@media (max-width: 768px) {
	.timeline .title {
		margin-left: -30px;
	}
	.timeline .column .title h2 {
		font-size: 24px;
	}
	.timeline .column .description {
		margin-left: -30px;
	}

	.main h1 {
		font-size: 50px;
		text-align: right;
		margin-right: 30px;
	}
	.main p {
		margin-right: 30px;
	}
}