@CHARSET "ISO-8859-1";
/* Reset CSS
 * --------------------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,p,blockquote,th,td {
	padding: 0;
	margin: 0;
}
a{
	text-decoration:none;
}
table {
	border-spacing: 0;
}
fieldset,img {
	border: 0;
}
address,caption,cite,code,dfn,strong,th,var {
	font-weight: normal;
	font-style: normal;
}
strong{
	font-weight: bold;
}
ol,ul {
	list-style: none;
	margin:0;
	padding:0;
}
caption,th {
	text-align: left;

}
h1,h2,h3,h4,h5,h6 {
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: bold;
	font-size: 100%;
	margin:0;
	padding:0;
	color: #ddd;
	color: rgba(255,255,255,0.9);
}
q:before,q:after {
	content:'';
}
abbr,acronym { border: 0;
}
.condensed {
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: bold;
}


/* Custom CSS
 * --------------------------------------- */
html{
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	color: #ddd;
	color: rgba(255,255,255,0.8);
}
body {
	font-size: 1.75vh;
}
.wrap{
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	position: relative;
}

.section h1{
	font-size: 3em;
	font-weight: bold;
	margin-bottom: 0.5em;
	margin-top: 0.5em;
}
.section h2{
	font-size: 1.5em;
	margin-bottom: 0.5em;
	margin-top: 0.5em;
}
.section h3 {
	font-size: 1.5em;
	font-weight: bold;
	margin-bottom: 0.5em;
	margin-top: 0.5em;
}
.section p{
	font-size: 1.5em;
	line-height: 1.5em;
}
.section{
	text-align:center;
	position: relative;
}
.smaller {
		font-size: 1em;
}
#menu li {
	display:inline-block;
	margin: 10px;
	color: #fff;
	background:#ddd;
	background: rgba(0,0,0, 0.3);
	-webkit-border-radius: 10px;
			border-radius: 10px;
}
#menu li.active{
	background:#666;
	background: rgba(0,0,0, 0.5);
	color: #fff;
}
#menu li a{
	text-decoration:none;
	color: #fff;
}
#menu li.active a:hover{
	color: #fff;
}
#menu li:hover{
	background: #2780ba;
}
#menu li a:hover {
   color:#fff;
}
#menu li a,
#menu li.active a{
	padding: 9px 18px;
	display:block;
}
#menu li.active a{
	color: #fff;
}
#menu{
	position:fixed;
	top:0;
	left:0;
	height: 40px;
	z-index: 70;
	width: 100%;
	padding: 0;
	margin:0;
}

#fullPage-nav{
	position: absolute;
	z-index: 100;
	margin-top: -32px;
	top: 50%;
	opacity: 1;
}
#fullPage-nav li{
	display: block;
	width: 14px;
	height: 13px;
	margin: 7px;
}
#fullPage-nav li a{
	display: block;
	position: relative;
	z-index: 1;
	width: 100%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
}
#fullPage-nav li .active span{
	background: #333;
}
#fullPage-nav span{
	top: 2px;
	left: 2px;
	width: 8px;
	height: 8px;
	border: 1px solid #000;
	background: rgba(0, 0, 0, 0);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	position: absolute;
	z-index: 1;
}


ol.publications-list {
	font-size: 1.3em;
	line-height: 1.2em;
	list-style-type: decimal;
	text-align: left;
}
ol.publications-list li {
	margin-top: 1em;
}
ol.publications-list li:first-of-type {
	margin-top: 0;
}
ol.publications-list {
	margin-bottom: 1em;
}

.half-width {
	width: 50%;
	margin: 0 auto;
}	
.three-quarters-width {
	width: 75%;
	margin: 0 auto;
}
.one-third-width {
	position: absolute;
	float: left;
	width: 33%;
	max-width: 33%;
	margin: 0 auto;
}

.one-third-width img {
	position: absolute;
	width: 99%;
}
.left-aligned {
	margin-left: 5%;
	text-align: left;
}
.simple-entry a, .simple-entry a:active, .simple-entry a:visited {
	text-decoration: underline;
	font-weight: normal;
	color: #999;
	color: rgba(255,255,255,0.7);
}
.simple-entry a:hover {
	color: #fff;
}
a.download-icon {
	display: inline-block;
}
a.download-icon:hover {
	opacity: 0.75;
}
#CNRLogo{
	position: absolute;
	width:15%;
	bottom:1em;
	right:1em;
}
#SISMLogo{
	position: absolute;
	width:15%;
	bottom:1em;
	left:1em;
}
.text-container {
	width: 70%;
	margin: auto;
	padding-top: 2em;
}
.home-text p{
	font-size: 1em;
}
.home-text h3{
	font-size: 1em;
	margin-top:1em;
}
.home-logo {
        width: 20%;
        margin: 0%;
        margin-left:1em;
}
a{
	text-decoration:none;
	color: #fff;
}
a.active{
	color: #fff;
}
a.visited{
	color: #fff;
}
a:hover{
	text-decoration:underline;
	color: #fff;
}
.smaller {
	font-size: 0.75em;
}
.smallest {
	font-size: 0.6em;
}


/* Defining each section background and styles
* --------------------------------------- */
	
#section0 {
		background-image: url('../imgs/background_home.jpg');
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
}
#section0 h1{
		//top: 50%;
		//position: relative;
		margin-right:10%;
		margin-left:10%;
}	
#section0 h2{
		margin-right:10%;
		margin-left:10%;
		margin-top:1em;
	}

/* Centered texts in each section
* --------------------------------------- */
.section{
	text-align:center;
}

/* Hide the link that should open and close the topnav on small screens */
#menu li.icon {
    display: none;
}
/*screen resolutions for handheld in portrait mode */
@media only screen 
and (orientation : portrait) {
	html {
		font-size: 24px;
	}

	ol.publications-list {
		font-size: 1.5em;
		line-height: 1.5em;
	}
	#CNRLogo{
		position: absolute;
		width:35%;
		bottom:1em;
		right:1em;
	}
	#SISMLogo{
		position: absolute;
		width:35%;
		bottom:1em;
		left:1em;
	}
	
	.home-logo {
        width: 35%;
        margin: 0%;
	}
	
	.section p{
		font-size: 1.2em;
	}
	
	.section h1{
		font-size: 2em;
		margin-bottom: 0.5em;
	}
	.section h2{
		font-size: 1.2em;
		margin-bottom: 0.5em;
	}
	.section h3 {
		font-size: 1em;
		font-weight: bold;
		margin-bottom: 0.5em;
	}
	.smaller {
		font-size: 1em;
	}
	#menu li:not(:first-child){
	 display:none;
	}
	#menu li.icon{
    float: right;
    display: block;
    background-color:#333;
   }
   #menu li.icon a{
    color:#fff;
   }
   #menu.resp { margin:0; padding:0;}
   #menu.resp li.icon {
   	position: absolute;
   	right: 0;
   	top: 0;
   }
   #menu.resp li {
   	float: none;
   	display: block;
   	text-align: left;

   }
}
#fp-nav ul li a span, .fp-slidesNav ul li a span {
	background:white;
}
