.main-nav ul li a span, .main-nav ul li a:visited span {
	font-family: 'Montserrat', sans-serif;
}

* {
	font-family: 'Montserrat', sans-serif !important;
}


div#content_inicio{
	  background: url(/img/Tapume.jpg) no-repeat center center fixed;
	  -webkit-background-size: cover;
	  -moz-background-size: cover;
	  -o-background-size: cover;
	  background-size: cover;
	  height: 100%;
}
div#videoMessage {display:none;}


div#content_quemsomos{
	  background: url(/img/Header_quemsomos.png) no-repeat center center fixed; 
	  -webkit-background-size: cover;
	  -moz-background-size: cover;
	  -o-background-size: cover;
	  background-size: cover;
	  height: auto;
	  padding: 100px;
}

div#content_solucoes{
	  background: url(/img/Header_solucoes.png) no-repeat center center fixed; 
	  -webkit-background-size: cover;
	  -moz-background-size: cover;
	  -o-background-size: cover;
	  background-size: cover;
	  height: auto;
	  padding: 100px;
}


div#content_trabalhos{
	  background: url(/img/Header_trabalhos.png) no-repeat center center fixed; 
	  -webkit-background-size: cover;
	  -moz-background-size: cover;
	  -o-background-size: cover;
	  background-size: cover;
	  height: auto;
	  padding: 200px;
}

div#content_clientes{
	  background: url(/img/Header_clientes.png) no-repeat center center fixed; 
	  -webkit-background-size: cover;
	  -moz-background-size: cover;
	  -o-background-size: cover;
	  background-size: cover;
	  height: auto;
	  padding: 200px;
}


.parallax-item[data-url-id='clientes'] .content .content-inner{
	background-color:#000 !important;
}


div#content_contato{
	  background: url(/img/Header_contato.png) no-repeat center center fixed; 
	  -webkit-background-size: cover;
	  -moz-background-size: cover;
	  -o-background-size: cover;
	  background-size: cover;
	  height: auto;
	  padding: 100px;
}

@media only screen and (max-width: 500px) {
	video {display:none;}
	div#content_inicio{
	  background: url(/img/Tapume.jpg) no-repeat center;
	  height: 400px;
	}

	div#content_quemsomos{
		  background: url(/img/Header_quemsomos.png) no-repeat center;
	}

	div#content_solucoes{
		  background: url(/img/Header_solucoes.png) no-repeat center;
	}


	div#content_trabalhos{
		  background: url(/img/Header_trabalhos.png) no-repeat center;
	}

	div#content_clientes{
		  background: url(/img/Header_clientes.png) no-repeat center;
	}


	div#content_contato{
		  background: url(/img/Header_contato.png) no-repeat center;
	}

	div#content_inicio,div#content_quemsomos,div#content_solucoes,div#content_trabalhos,div#content_clientes,div#content_contato{
	  padding: 80px 20px;
	}

	h1.page-title{
		font-size: 20px;
	}
}