body {
	font-family: 'Nunito', 'Open Sans', 'Helvetica', sans-serif !important;
	font-size: 1.3em !important;
	
}

h5 {
	text-decoration: underline;
}

a {
	color: #3B6F3F !important;
}

img.rounded {
	border-radius: 50% !important;
	padding: 10px 0px;
}

.cv-item {
	padding: 10px 10px;
	margin-bottom: 10px;
}

.section {
	border-bottom: solid;
	border-bottom-width: 5px;
	border-color: #3B6F3F;
}

.paper {
	padding-bottom: 10px;
}

.paper-title {
	font-size: 1.2em;
	font-style: italic;
}

.paper-author {
	text-decoration: none;
	font-weight: bold;
}

a.paper-published {
	border-radius: 25px !important;
	padding: 10px !important;
	background: #865d39 !important;
	color: white !important;
}

a.paper-published:hover {
	text-decoration: none !important;
}


a.doi {
	border-radius: 25px !important;
	padding: 10px !important;
	margin-left: 8px;
	background: #BACDB0 !important;
	color: #2e2c2f !important;
}

a.doi:hover {
	text-decoration: none !important;
}

.project-title {
	font-size: 1.3em;
	font-style: italic;
}

.project-s-desc {
	font-size: 0.9em;
	font-style: italic;
	color: rgb(88, 88, 88);
}

.project-desc {}

#projects img {
	max-width: 200px;
}

.quote {
	font-style: italic;
}

.quote-author {
	font-weight: bold;
}

#totop {
	background-color: #3B6F3F !important;
	color: white;
	border: none;
	padding: 15px 32px;
	margin-bottom: 20px;
	text-decoration: none;
	border-radius: 12px;
	font-size: 1.1em;
	cursor: pointer;
}