@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700,900');

* {
	pading: 0;
	margin: 0;
	font-family: "Lato", sans-serif;
	position: relative;
}

.timeline {
	_padding: 40px 0px;
	_width: 80%;
	margin-left: 10%;
	_margin-bottom: 40px;
}
.timeline .column .title div{
	border:1px solid green;
	padding:2px 3px;
	color:green;
	display:inline-block;
	_-ms-transform: rotate(-20deg); /* IE 9 */
    _-webkit-transform: rotate(-20deg); /* Safari */
    _transform: rotate(-20deg);
	_position:absolute;
	font-size:2.6vw;
	top:-5px;
	
	
}

.timeline:before {
	content: "";
	position: absolute;
	top: 20px;
	_left: 65px;
	width: 3px;
	height: calc(100% - 20px);
	background: #c0392b;
}

.timeline .column {
	margin: -20px 40px 100px 33px;
}

.timeline .column .title h1 {
	font-size: 4vw;
	color: rgba(0,0,0,0.3);
	font-family: serif;
	_letter-spacing: 3px;
	margin-top:-1vw;
}

.timeline .column .title h1:before {
	content: "";
	position: absolute;
	left: -40px;
	top: 12px;
	width: 10px;
	height: 10px;
	background: #fff;
	border: 3px solid #c0392b;
}

.timeline .column .title h2 {
	margin-top: -2vw;
	font-size: 4vw;
	font-weight:bold;
}

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

.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;
}

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