/*This stylesheet contains some custom class rather than Bootstrap*/
		
a.brand img {
	border-radius:50%;
	border:5px solid #fff;
}
#profile, #research, #publication, #teaching {
	padding:30px 0;
	padding-top: 120px;
	min-height:500px;
}
#profile h2, #research h2, #publication h2, #teaching h2 {
	font-weight:normal;
	color: #39D084;
}
/***** Profile *****/
	#profile h1 {
	color:#39d084;
	font-weight: normal;
}
#profile h3 {
	color:#fff;
	font-weight: normal;
}
#profile p {
	color:#fff;
	font-size:18px;
	line-height: 35px;
	margin-top: 30px;
}
#profile .container .span5 {
	padding:40px 0;
}
a.hire-me {
	display: inline-block;
 *display: inline;
	padding:10px 30px;
	background:#39d084;
	color:#fff;
	text-transform:uppercase;
	font-size:18px;
	margin:20px 0;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
a.hire-me:hover {
	text-decoration:none;
	background:#11d170;
}
.social {
	text-align:center;
	padding-bottom:80px;
}

/***** Research *****/
#research .span3 {
	width:235px;
	overflow: hidden;
}
#research .span5 {
	text-align:left;
	padding:47px 0;
}

.expand-bg {
	background: none repeat scroll 0 0 #EAEDF2;
	border-radius:16px;
	height: 16px;
	margin-bottom: 15px;
	position: relative;
	padding: 0 2px;
}
.expand {
	border-radius: 10px;
	height: 4px;
	margin: 2px 0;
	padding: 4px 0 4px 5px;
	position: absolute;
}



/***** Resume container *****/
#teaching h3 {
	margin:60px 0;
}
#teaching .btn-center {
	text-align:center;
}
.footer {
	background:#355267;
}
.footer p {
	margin:20px 0;
}
.footer p a {
	color:#fff;
	text-decoration:none;
}
.footer p a:hover {
	color:#39d084;
}
