#fullpage > .section {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

body{
	background: none;
}
#singlePageHeader {
  position: sticky;
  top: 0;
  left: 0;
}

#menu {
	position:absolute;
	top:20px;
	left:10%;
	height: 40px;
	z-index: 70;
	width: auto;
	padding: 0;
	margin:0;
	font-size: 10pt;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}

#menu li {
  padding: 2px 8px;
font-size: 10pt;
background: rgba(255,255,255,.8);
margin: .25rem 1rem 0;
display: block;
color: #fff;
border-radius: 5px;
text-decoration: none;
}
#menu li a, #menu li.active a {padding: 2px 8px; color: #000; font-size: 10pt; display: block; text-decoration: none;}

p.white {color: #ffffff;}


#menu li.active {background-color: rgba(255,255,255,0.9)}
#menu li.active a {color: #0f6fb0;}

#logoSinglePage {
		position:fixed;
		height: auto;
		top: 6px;
		left: 0;
		display:block;
		width: auto;
		z-index:120;
		padding: 6px 0 0 20px;
	}

#logoSinglePage img {height: 32px;}

#singlePageFooter {
		position:fixed;
		height: auto;
	    bottom: 0;
		left: 0;
		display:block;
		width: 100%;;
		z-index:120;
		padding: 6px 10% 6px 10%;
		background-color: rgba(255,255,255,0.9);
	}

#singlePageFooter img {height: 24px;float: left;}
#singlePageFooter a.home {display: inline-block;}

#singlePageFooter a:hover {text-decoration:none; color: #fea90e;}



#singlePageFooter a {
    color: #636363;
    font-weight: 700;
    padding-right: 18px;
}

.section {
    padding: 5% 10%;
}

.section h1, .section h2, .section h3, .section h4, .section p, .section ul,
.section li, .section ol {
    text-align: left;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.section h1 {
    line-height: 0.9;
    color: rgbA(0, 0, 0, 0.6);
    text-align: left;
    font-weight: 600;
    font-size: 34pt;
    margin-bottom: 12pt;
    margin-top: 36px;
    width: auto;
}

.section h2 {
    line-height: 0.9;
    color: #ffffff;
    text-align: left;
    font-weight: 600;
    font-size: 24pt;
    margin-bottom: 9pt;
    margin-top: 9pt;
    width: auto;
}

.section h3 {
    line-height: 0.9;
    color: #ffffff;
    text-align: left;
    font-weight: 600;
    font-size: 18pt;
    margin-bottom: 6pt;
    margin-top: 12pt;
    width: auto;
}

.section .introSection {
    margin-top: 2%;
}

.section p {
    width: auto;
    margin-bottom: 12pt;
    line-height: 1.4;
}

.section p, .section li {
    font-size: 1.5em;
}

.section .more a {
    font-weight: 700;
}

#section0 h1 {
    line-height: 0.9;
    color: #ffffff;
    text-align: left;
    font-weight: 600;
    font-size: 48pt;
    width: auto;
    margin-top: 0;
}

#section0 .intro {
    background-color: rgba(0, 0, 0, 0.3);
    padding: 20px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

#section0 p.big {
    font-size: 21pt;
    color: #fffff;
    line-height: 1.4;
    font-weight: 400;
}

#section0.section p {
    font-size: 21pt;
    color: #ffffff;
    line-height: 1.4;
    font-weight: 200;
    margin-bottom: 12pt;
}

#section0 p a.btn {
    font-size: 21pt;
    color: #ffffff;
    line-height: 1.4;
    font-weight: 600;
}

#section0, #section2 {
    background-image: url(/sites/default/files/scientific-award-background-istock-copyright.jpg);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#section1  {
  background-color: rgb(15, 111, 176);
}

#section1.section p, #section1.section li {
    color: #ffffff !important;
    font-size: 21pt;
}

#section1 h1 {color: #ffffff;}


#section1 a {
    color: #fea90e;
}

#section1 li {
    margin-bottom: 9px;
    line-height: 1.4;
}

#section1 .more a {
    color: #ffffff;
}

#section2 h1 {
    color: #ffffff;
}

#section2 p {
    color: #ffffff;
    font-size: 21pt;
}

#section2 .more a {
    color: #ffffff;
}





@media only screen and (max-width: 640px) {
	#menu {position: relative;}
	#menu {}
	#menu li a {font-size: 10pt; padding: 3px 0;}
	
	#section0 span.euro, #section1 span.big {float: none; display: block; margin: 0;}


	
}

#section0 a {
    font-weight: 500;
	color: #fff; text-decoration: underline;
}

#section0 a:hover {color: #fec357;}

#section3  {
  background-color: rgb(198, 199, 200);
}
