@import url(https://fonts.googleapis.com/css?family=Raleway:400,400italic,700);
@import url(https://fonts.googleapis.com/css?family=Droid+Serif:400,700italic);
/*<link href='https://fonts.googleapis.com/css?family=Droid+Serif:400,700italic' rel='stylesheet' type='text/css'>*/
/*<link href='https://fonts.googleapis.com/css?family=Raleway:400,700' rel='stylesheet' type='text/css'>*/
*{
	padding: 0;
	margin: 0;
}

html, body{
	font-family: "Raleway";
}

a{
	color: inherit;
	text-decoration: none;
}

a:hover{
	color: rgb(255, 79, 79);
	text-decoration: underline;}

.name,.title,.affiliation,.contact{
	position: absolute;
	left: 50%;
    -ms-transform: translate(-360px);
   	-moz-transform: translate(-360px);
   	-webkit-transform: translate(-360px);
    transform: translate(-360px);
}

.name{
	font-size: 56px;
	position: absolute;
	top: 20px;
	/*left: 290px;*/
}

.title,.affiliation,.contact{
	width: 720px;
	font-size: 16px;
	position: absolute;
	/*left: 290px;*/
    /*letter-spacing: 4px;*/
}

.title{
	top: 100px;
}

.affiliation{
	top: 120px;
}

.contact{
	top: 140px;
}

.content{
	color: #333;
	width: 900px;
	border: 32px solid rgba(255, 79, 79, 0.5);
	position: absolute;
	/*left: 180px;*/
	top: 180px;
	left: 50%;
    -ms-transform: translate(-470px);
   	-moz-transform: translate(-470px);
   	-webkit-transform: translate(-470px);
    transform: translate(-470px);
	padding: 0 80px 20px 80px;
	margin: 0 0 40px 0;
}

.content h1{
	font-size: 38px;
	margin: 40px 0 20px 0;
}

.content h2{
	font-size: 24px;
	font-family: 'Droid Serif', serif;
	font-style: italic;
	color: #999;
	color: rgb(255, 79, 79);
	margin: 30px 0;
}

section{
}

section:nth-of-type(3) li{
	margin: 10px 0;
	list-style: none;
}

.edu-duration{
	display: inline-block;
	width: 120px;
}

.edu-degree{
	display: inline-block;
	width: 200px;
	color: rgba(255, 79, 79, 0.7);
}

.edu-institution{
	display: inline-block;
	width: 500px;
}

.contribution-title{
	font-weight: bolder;
}

.contribution-ww{
}

.contribution-description{
	font-style: italic;
}

.item{
	margin: 0 0 50px 0;
}

.item-img{
	/*width: 898px;
	height: 198px;*/
	width: 458px;
	border: #cccccc solid 1px;
}

.item-title{
	margin: 5px 0 0 0;
	font-weight: bold;
}

.item-description{
	margin: 10px 0;
	font-style: italic;
}

.profile{
	width: 200px;
	height: 200px;
	border:32px solid rgba(29, 237, 247, 0.5);
	background: url("../img/profile.jpg");
	background-size: 200px 200px;
	background-repeat: no-repeat;
	position: fixed;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	transition: all .5s;
	left: 50%;
	top: 0;
    -ms-transform: translate(-655px);
   	-moz-transform: translate(-655px);
   	-webkit-transform: translate(-655px);
    transform: translate(-655px);
}

.profile:hover{
    -ms-transform: translate(-660px);
   	-moz-transform: translate(-660px);
   	-webkit-transform: translate(-660px);
    transform: translate(-660px);
	cursor: pointer;
	/*left: -5px;*/
	top: 5px;
	background-position: 10px -10px;

}

.nav{
	width: 280px;
	position: fixed;
	top: 280px;
	/*left: -120px;*/
	left: 50%;
    -ms-transform: translate(-735px);
   	-moz-transform: translate(-735px);
   	-webkit-transform: translate(-735px);
    transform: translate(-735px);
}

.nav li{
	height: 40px;
	list-style: none;
	font-size: 20px;
	line-height: 40px;
	text-align: right;
	cursor: pointer;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	transition: all .5s;
}

.nav li:not(.on):hover{
    letter-spacing: 2px;
}
.on{
	background: rgba(255,255,0,0.5);
}