@import url('https://fonts.googleapis.com/css?family=Oswald');
@import url('https://fonts.googleapis.com/css?family=Raleway');
body{ 
  background: url(../images/bgr_tranque.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; 
}
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;
}
.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;
}
.entrar{
bottom: 0;
position: absolute;
left: 44%;
padding-bottom: 35px;
}  

@media screen and (max-width: 39.9375em) {
	.entrar {
	left: 30%;
	}
}