h1 {
  font-size: 50px;
  margin:40px 0px 30px 0px;
  color: #002e40;
  font-weight:100;
  text-align:center;
  font-family: 'Roboto', sans-serif;
}

h1.h1branco {
  color: #FFF;
  background:none;
}

h2{
	width:95%;
	height:60px;
	margin:0 auto;
	text-align:center;
	font-family: 'Roboto', sans-serif;
	font-size:30px;
	color:#8a5f35;
	margin-bottom:30px;
	text-transform:uppercase;
}


@media (min-width:767px){

	h2{
		width:550px;
	}

}

h2.branco {
  font-size: 25px;
  color:#FFF;
  text-transform:uppercase;
  margin:0px 0px 10px 0px;
}

h3{
	font-family: 'Roboto', sans-serif;
	font-weight:700;
	color:#a8896a;
	font-size: 19px;
	text-transform:uppercase;
	padding:17px 0px 17px 0px;
	background:url(../images/bg_h2.jpg) no-repeat bottom left;
}

h4 {
  font-size: 20px;
  margin-bottom: 10px; }



a {
  cursor: pointer; }

ul {
  list-style: none;
  padding-left: 10px; }

.nav-container {
	width: 100%;
	position: absolute;
	left: 0px;
	height:65px;
	background-color:#fff;
	filter: alpha(opacity=95);
    opacity: 0.95;
	box-shadow: 0px 2px 4px 0px rgba(50, 50, 50, 0.20);
	z-index:4;
}

.nav-container.stick {
    position: fixed;
    top: 0;
    z-index: 10000;
}