@import url('https://fonts.googleapis.com/css?family=Oswald');
@import url('https://fonts.googleapis.com/css?family=Raleway');
h1,h2,h3,h4,h5,h6{
font-family: 'Oswald', sans-serif;
}
h1{
margin-top: 20px;	
}
p{
font-family: 'Raleway', sans-serif;
font-weight: bold;
}
.top-bar{
padding: 5px;
background: #0074aa;
margin-bottom: 20px;
}
.top-bar li{
padding:0;
}
.top-bar, .top-bar ul {
background: #0074aa;
}
.central{
background: #000;
max-width: 100%;
margin-bottom: 20px;
}
.editore{
color: #e96e5e;	
}
/* parallax */
.parallax-background {
	background-color: #0078A0;
	height: 620px;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
	background-size: cover;
	position: fixed;
	width: 100%;
}

.intro-text {
	font-size: 50px;
	color: #fff;
	text-align: center;
	margin-top: 15%;
}
.parallax-content {
	max-width: 100%;
	position: relative;
	top: 500px;
	padding: 50px;
	font-size: 20px;
	background-color: #fff;
}