@import url(http://fonts.googleapis.com/css?family=Lato:400,700,900);
@import url(http://fonts.googleapis.com/css?family=Droid+Sans:700);

*{
	font-family:'Lato', sans-serif;
	padding:0;
	margin:0;
}

body{
	 background:#3B8686;
	 padding-left:2.5em;
	 letter-spacing:0.03em;
}

#top{
	width: 700px;
	margin: 20px auto auto auto;
}

#memoji{
	float: left;
	height: 120px;
	width: 120px;
	padding:30px 0px 0px 0px;
}

#name{
	color:#F0FAFA;
	font-size:3em;
	font-weight:900;
	letter-spacing:2px;
	padding:44px 30px 0 0px;
}

.tagline{
	color:#FDFFBA;
	font-size:1.5em;
	padding:0px;
	font-weight:700;
	margin-bottom:0.5em;
}

p{
	color:#0B4242;
	font-weight:700;
}

#timeline{
	width:1.5em;
	height:18em;
	margin-right:1.5em;
	margin-bottom:2em;
	margin-top: ;
	clear: left;
	float:left;
	padding:0.5em 0;
	position:relative;
}

#timeline-text p:nth-child(odd){
	color:#D7E0D3;
	margin-bottom:0.2em;
}

#timeline-text p:nth-child(even){
	font-size:0.8em;
	margin-bottom:2.7em;
}

.dashed-line{
	margin-top:2px;
	height:100%;
	position:absolute;
	border:3px solid #0B4242;
	margin-left:calc(50% - 3px);
	z-index:-100;
}

.circle{
	width: 1.5em;
	height: 1.5em;
	background: #FDFFBA;
	-moz-border-radius: 0.75em;
	-webkit-border-radius: 0.75em;
	border-radius: 0.75em;
	margin-bottom:3em;
}

.link{
	float;left;
	margin: 10px 10px 0 0;
	padding-top:8px;
	width: 60px;
	height: 60px;
	display: inline;
}

#linkedin{
	float:left;
	border-radius:10px;
	text-align:center;
	width:72px;
	height:64px;
	border:2px solid #F0FAFA;
	font-size:3em;
	color:#F0FAFA;
	letter-spacing:-3px;
	text-decoration:none;
	margin-right:0.25em;
	padding-top:8px;
	margin-top:10px;
}

#linkedin span{
	transform: scale(1,0.9);
	-webkit-transform:scale(1,0.9); /* Safari and Chrome */
	-moz-transform:scale(1,0.9); /* Firefox */
	-ms-transform:scale(1,0.9); /* IE 9+ */
	-o-transform:scale(1,0.9); /* Opera */
	font-family:'Droid Sans', sans-serif;
}

#linkedin:hover{
	background:#0B4242;
	border:2px solid #0B4242;
	cursor:hand;
}

#letter{
	background:url('envelope.svg') center center no-repeat;
	float:left;
	border-radius:10px;
	text-align:center;
	width:72px;
	height:72px;
	border:2px solid #F0FAFA;
	margin-right:0.25em;
	margin-top:10px;
	text-indent:-9999;
	text-decoration:none;
	color:#F0FAFA;
}

#letter:hover{
	background:url('envelope.svg') center center no-repeat #0B4242;
	border:2px solid #0B4242;
	cursor:hand;
}