@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-family: 'Roboto', sans-serif;
}

html, body {
	max-width: 1024px;
	margin: auto;	
}

#introduction {
	background-color: rgb(159,217,231);
	color: #0E303E;
	min-height: 15em;
	background-image: url("../images/mobile_health.jpg");
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	vertical-align: middle;
}

#logosDept {
	float: right;
	width: 40%;
}

#imgLogoQoL {
	float: right;
	width: 60%;
	margin: 0.5em;
}

#imgLogoUniversity {
	float: right;
	width: 50%;
	margin-right: 2.0em;
	margin-top: 1.0em;
}

#introduction #groupHeader {
	float: left;
	width: 34%;
	padding: 0.5em;
	margin-left: 0.8em;
	margin-top: 2em;
}

#introduction #groupHeader h1 {
	font-size: 2.2em;
}

#introduction #groupHeader h2 {
	font-size: 1.4em;
	margin-bottom: 0.2em;
}

#introduction #groupHeader h3 {
	font-size: 1.2em;
}

nav {
	clear: both;
	width: 100%;
	text-align: center;
	font-size: 1.1em;
	color: #FFF;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	background: #F1AB00;
	min-height: 2.0em;
}

#navigationMenu {
	margin-top: 0.4em;
}

#navigationMenu li {
	display: inline;
	list-style-type: none;
	padding-left: 1.0em;
	padding-right: 1.0em;
}

#navigationMenu #currentLink {
	color: #000;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	background-image: url("../images/smartwatch-ecg.png");
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 2.0em;
	padding-left: 2.0em;
}

#mainContent {
	border: 1px solid #000;
	border-top: none;
}

#mainContent.longHeight {
	min-height: 80em;	
}

#mainContent.curriculumHeight {
	min-height: 20em;	
}

#mainContent header h1 {
	font-size: 1.5em;
	text-align: center;
	margin-bottom: 0.5em;
}

#welcome {
	margin-bottom: 1.0em;
	margin-top: 1.0em;
}

#welcome header {
	text-align: center;
	font-size: 2em;
}	

#mainContent h1 {
	color: #006;
	font-size: 1.5em;
	font-weight: bold;
	margin-bottom: 0.5em;
}

#mainContent h2 {
	color: #006;
	font-weight: bold;
	font-size: 1.3em;
	margin-bottom: 0.7em;
}

#mainContent p {
	margin-top: 1.0em;
}

#imgMyself {
	width: 90%;
	margin: auto;
	margin-top: 2.0em;
	text-align: center;
}

#imgMyself img {
	width: 80%;
}

figcaption {
	margin: auto;
	font-size: 0.8em;
	font-style: italic;
	text-align: center;
}

#imgMyself figcaption {
	width: 100%;
}

#imgContactMe {
	float: right;
	width: 40%;
	margin: 1.0em;
}

#imgContactMe img {
	width: 95%;
}

#mainContent h1.reallyBig {
	font-size: 2.5em;
}

.reducedWidth {
	width: 70%;
}

#mainContent section ul {
	margin-left: 1.0em;
}
#mainContent section ul li {
	margin: 0.5em;
}

#presentationContainer {
	float: left;
	width: 40%;
	padding: 0.5em;
	padding-left: 0em;
}

.normalContent {
	padding: 1.0em;
}

#sectionCurriculum p {
	margin-bottom: 0.5em;
}

#sectionCurriculum p::first-letter {
	margin-left: 1.0em;	
}

#sectionPublications ol {
	margin-top: 0.5em;
}

#sectionPublications ol li {
	list-style-position: inside;
	padding-left: 1.0em;
	margin-bottom: 0.5em;
}

#sectionPublications ol li p {
	font-weight: normal;
}

#contactMe {
	float: left;
	width: 50%;
	margin: 1.0em;
	margin-left: 2.0em;
}

#sectionProjects dl > * {
	padding: 0.3em;	
}

#sectionProjects dt {
	border: 1px solid #024C7D;
	border-bottom: 2px solid #024C7D;
	color: #024C7D;
	
}

#sectionProjects dd {
	margin-bottom: 1.0em;
	border: 1px solid #024C8D;
	padding: 0.5em;
}

#mainContent #supervisedThesis {
	margin-left: 0em;
}

#supervisedThesis li {
	list-style-position: inside;
}

#leftSide {
	float: left;
	width: 25%;
	padding: 0.5em;
}

#links {
	text-align: center;
	margin-top: 1.0em;
}

#links h2 {
	font-size: 1.2em;
}

#leftSide #links > ul {
	list-style-type: none;
	margin-left: 0em;
	padding-left: 0em;
}

#links ul li {
	margin: 1.0em 0.5em 1.0em 0.5em;
}

#latestNews {
	float: right;
	width: 25%;
	padding: 0.5em;
	margin: 0.3em;
	border: 0.1em dotted #024C7D;
	font-size: 0.8em;
}

#latestNews h2 {
	background-color: #EDA800;
	font-size: 1.5em;
	padding: 0.5em;
	padding-left: 0.7em;
	color: #0E303E;
	text-align: center;
}

#latestNews ul {
	margin-top: 0.5em;
	margin-left: 1.5em;
}

#latestNews li {
	list-style-position: outside;
	margin-left: 0.3em;
	margin-bottom: 0.5em;
}

.contentPresentation {
	float: right;
	margin-right: 32%;
}

.contentPresentation section {
	margin-left: 30%;
}

section ul {
	padding-left: 1.0em;
}

section ul li {
	margin: 1.0em;
}

div.clearBoth {
	clear: both;
}

footer {
	text-align: center;
	clear: both;
	padding-top: 0.3em;
	padding-bottom: 0.3em;
	border: 1px solid #000;
	border-top: none;
}

footer p {
	font-style: italic;
	font-size: 0.8em;
}

.displayNone {
	display: none;
}

img.smallForList {
	width: 12%;
	vertical-align: middle;
	margin-right: 0.2em;
}

strong {
	font-weight: bold;
}

@media only screen and (max-width: 768px) {

#imgLogoUnipd, #imgMyself {
	display: none;
}

#introduction {
	background-image: none;
}
}
