body {
	margin-top: 50px; /* 50px is the height of the navbar - change this if the navbarn height changes */
}

.full-width-image-1 {
	background: url(http://www.pecaunica.com.br/fuorisalone/imagens/topo-exposicao-brasilidade.png) no-repeat center center;
	background-size: cover;
	text-align: center;
	padding: 230px 0;
 /* margin: 15px 0 15px;*/
  height: 100%;
  width:100%; 
 
}

.full-width-image-2 {
	background: url(www.pecaunica.com.br/fuorisalone/imagens/banner_produtos.png) no-repeat center center;
	background-size: cover;
	text-align: center;
  padding: 10px 0; /*nao tinha */
	height: 320px;
  width:100%;   /*nao tinha */
}

.logo-wrapper {
	display: inline-block;
}

.section {
	padding-top: 20px;
	padding-bottom: 20px;
}

.section-heading {
	font-size: 4em;
	margin: 30px 0;
}

.section-lead {
	margin: 30px 0;
}

.section-paragraph {
	margin: 15px 0;
}

footer {
	margin: 50px 0;
}

@media (max-width: 768px) {

.section-heading {
	font-size: 2em;
}

.section {
	padding-top: 25px;
	padding-bottom: 25px;
}

}