body {
	padding-top: 50px;
	padding-bottom: 30px;
}

.navbar .nav > li > a {
	color: rgb(60,60,60);
}

.navbar-brand {
	height: 10px
}

.navbar-default {
	background-color:  rgb(214, 210, 196);
}

textarea {
    resize: none;
}

a {
	color: rgb(191,87,0);
}

#publications > a {
	margin-right:20px;
}

#top-links  {
	margin-bottom:30px;
}

#top-links > a {
	margin-right:20px;
}

a:hover {
	color: rgb(191,87,0);
	text-decoration: none;
}

a.anchor {
	display: block;
    position: relative;
	top: -50px;
}

.slide-abstract {
	height: 0;
	overflow: hidden;
	transition: height 0.5s ease;

	margin-left: 20px;
	margin-right: 20px;
}

/* .text-secondary{
	color: rgb(192,193,195);
} */
#ipa{
	color: rgb(192,193,195)!important;
}