html, body {
	background: #FCFCFC;
	font: 14px/21px "HelveticaNeue-Light", "Helvetica Neue Light", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0.25% 1% 1% 1%;
}

p {
	color: #323232;
}

a, a:visited {
	color: #323232;
	text-decoration: none;
	outline: 0;
}

a:hover, a:focus {
	color: #0066cc;
	text-decoration: underline;
}

.row {
	max-width: 960px;
}

#navbar, #highlights, #ongoing, #cv, #current, #media {
	margin-top: 0em;
	margin-bottom: 0.5em;
	text-align: center;
	padding: 0.4em 0em;
	border-bottom: 1px #323232 solid;
}

#title {
	font-size: 1.5em;
	text-align: left;
	padding: 0;
	letter-spacing: 0.3em;
}

#info, #content {
	margin-top: 0%;
	padding: 0;
	text-align: center;
	vertical-align: middle;
	font-size: 1.2em;
}

.doi-link {
	display: inline-block;
	background-color: #eaf3ff;
	color: #0066cc;
	font-size: 0.95em;
	font-weight: bold;
	padding: 2px 6px;
	border-radius: 4px;
	margin-top: 0.4em;
	text-decoration: none;
}

.doi-link:hover {
	background-color: #d0e6ff;
	text-decoration: underline;
}

.doi-link:visited {
  color: #0066cc;
  font-weight: bold;
  text-decoration: none;
}





.pub-highlight {
	background-color: #f8f8f8;
	padding: 1em 1em;
	margin-bottom: 1.5em;
	border-radius: 5px;
	text-align: left;
}



.doi-link-2 {
	display: inline-block;
	background-color: #eaf3ff;
	color: #0066cc;
	font-size: 0.95em;
	font-weight: bold;
	text-decoration: none;
}



.doi-link-2:visited {
  color: #0066cc;
  font-weight: bold;
  text-decoration: none;
}



.row.pub-highlight {
  display: flex;
  align-items: stretch;
}

.row.pub-highlight > .columns {
  display: flex;
  flex-direction: column;
  justify-content: center; /* centers vertically */
}

.row.pub-highlight > .large-5.columns {
  display: flex;
  align-items: center;        /* vertical centering */
  justify-content: center;    /* optional: horizontal centering */
}

