/* RESET-SHEET
	http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: square;
	margin: 0em 0 0em 24px;
	padding: 0;
	line-height: 140%;
}
li {
	margin: 0 0 0.75em 1em;
	padding: 0;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
i, cite, em, var, address, dfn {
	font-style: italic;
}


/* GENERAL STYLING
   color: #B7B7B7;
-----------------------------------*/
body {
	font-family: -apple-system,".SFNSText-Regular","San Francisco","Roboto","Segoe UI","Helvetica Neue","Pontano Sans",Arial,sans-serif;
	font-size: 16px;
	line-height: 140%;
	/* background-color: rgb(221, 228, 225); */
	background-color: rgb(235, 235, 235);
	/* padding: 0em 0em 4em; */
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

h1 {
	font-size: 1.7em;
	padding: 1em 0em 0.75em;
}

h2 {
	font-size: 1.25em; 
	padding: 0em 0em 0em;
	margin: 1em 0em 1em 0em;
	display: inline-block; 
}

h3 {
	font-size: 1.2em;
	padding: 1.5em 0em 1em;
}

h4 {
	font-size: 1.1em; 
	padding: 1.5em 0em 1em;
}

h5 {
	font-size: 1.0em; 
	padding: 0em 0em 0em;
	margin: 1em 0em 1em 0em;
	display: inline-block; 
	/* font-weight:bold; */
	/* font-family: 'Pontano Sans'; */
}

p {
  /* line-height: 1.5; */
  margin-bottom: 1.5em;
}

/* STRUCTURE
-----------------------------------*/
div.page {
	width: 700px;
	color: #494e52;	
	margin-left: auto;
	margin-right: auto;	
	padding: 2% 4% 1%;	
	background-color: white;
	margin-top: 4%;
	margin-bottom: 4%;
	border-radius: 4px;
}

div.content-area {
	padding: inherit;
}
div.header {
	font-size: 3em;
	margin-bottom: 0em;
	line-height: 105%;
	font-family: 'Lato', 'Pontano Sans', sans-serif;
}
div.header a {
	color :#494e52;
}
div.subheader {
	font-size: 1.5em;
	margin-bottom: 0.5em;
	margin-top: 0.75em;
	line-height: 120%;
	font-family: 'Pontano Sans';
}
div.contact, div.navigation {
	font-size: 0.9em;
	line-height: 180%;
}

div.navigation {
	text-align: center;
}

div.navigation ul {
	list-style-type: none;
	margin: 0;
	padding: 2%;
	overflow: hidden;
	/* background-color: rgb(221, 228, 225); */
	border-top:  0.5px dashed  rgb(200, 200, 200);
	border-bottom:  0.5px dashed  rgb(200, 200, 200);
}
  
div.navigation li {
	list-style:none;
    margin: 0 1%;
    display:inline;
}
  
div.navigation li a {
	display: inline-block;
	color :#494e52;
	border-bottom: solid 0.5px transparent; /* avoids movement on hover */
}
  
div.navigation  li a:hover {
	/* background-color: rgb(221, 228, 225); */
	border-bottom:  0.5px dashed  rgb(200, 200, 200);
	color: rgb(167, 51, 56);
}

div.social {
	padding: 1% 0 4%;
}


div.left {
	width: 55%;
	float: left;
}
div.right {
	width: 35%;
	float:right;
}
.clear {
    clear: both;
}


/* TABLE
-----------------------------------*/
th {
  text-align: left;
}

/* MAIL
-----------------------------------*/
.makemailcrypted:after {
  content: attr(data-name) "@" attr(data-domain) "." attr(data-tld); 
}

/* SMALLER FONT (used for squares)
-----------------------------------*/
.smaller {
	font-size:50%;
	vertical-align: top;
}
.even-smaller {
	font-size:25%;
	vertical-align: middle;
}

a {
	text-decoration: none;
	/* color: rgb(201, 84, 89); */
	color: rgb(167, 51, 56);
	outline: none;
}

a:hover {
	color: rgb(123, 22, 27);
}

div.research-image {
	float: right;
	width: 45%;
	padding-top:1em;
	padding-bottom:1em;

}

img.institutions-image {
	height: 2em;
}

div.profile-pic {
	margin-left: auto;
	margin-right: auto;
	max-width: 200px; 
}

img.profile-pic  {
	max-width: 100%; 
	height: auto;
	border-radius: 4px;
}

hr {
	border: 0.5px dashed  rgb(200, 200, 200);
	border-top: 0.5px dashed  rgb(200, 200, 200);
}



@media screen and (max-width: 1000px){ 
	body {
		font-size: 18px; 
		background-color: white;
	}
	div.page {
		width: 90vw;
		margin-left: auto;
		margin-right: auto;	
		padding: 0% 4% 0%;	
	}
	div.left {
		width: 100%;
		float: none;
	}
	div.right {
		width: 100%;
		float: none;
	}
	div.header {
		font-size: 2.5em;
	} 
	div.subheader {
		margin-top: 0.5em;
		margin-bottom: 0em;
	}
	div.social {
		padding: 1% 0 5%;
	}
	div.contact, div.navigation {
		font-size: 0.8em;
	}
	div.profile-pic {
		margin-bottom: 1em;
	}
	img.profile-pic {
		display: block;
  		margin-left: auto;
  		margin-right: auto;
	}
	div.research-image {
		float: none;
		display: block;
		text-align: center;
		width: 80%;
		margin: 0em auto 0.5em;
	}
}
