@import url('https://fonts.googleapis.com/css?family=Pacifico|Raleway:300,400,700');
h1 {
  font-size: 50px;
  margin:40px 0px 30px 0px;
  color: #2a2a2a;
  text-align:center;
  font-family: 'Raleway', sans-serif;
  font-weight:700;
}

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

h2{
	font-family: 'Raleway', cursive;
	font-weight:700;
	letter-spacing: 3px;
	text-transform: uppercase;
	width:100%;
	font-size:2em;
	color:#FFF;
	padding: 30px 0 30px 0;
	text-align:center;
	margin-bottom:20px;
}

h2.titulo{
	margin-bottom:10px;
}

h3{
	font-family: 'Quicksand', sans-serif;
	font-weight:400;
	color:#666;
	font-size: 20px;
}

h4{
	font-family: 'Quicksand', sans-serif;
	color:#731012;
	font-size:25px;
	font-weight:700;
}

.project-item-meta{
	text-align:center;
}

h4 a{
	color:#731012;
	font-size:14px;
	font-weight:400;
	text-align:center;
}

h4 a:hover{
	color:#731012;
	text-decoration:none;
}

.menu-container{
	margin:0 auto;
	width: 100%;
	margin-top:10px;
	margin-right:0px;
}

@media (min-width: 1100px) {

.menu-container{
	width: 800px;
	float:left;
	height:35px;
	margin:0;
	padding-left: 150px;
}

}

section {
  width: 100%;
 }
  section .content {
    margin: 0px auto;
    max-width: 86%;
	}
    @media screen and (max-width: 86%) {
      section .content {
        width: 90%; } }
    section .content a {
      color: #002e40; }