h1 {
	font-family: 'Amatic SC', cursive;
	font-weight:700;
	font-size:2.7em;
	color:#422c09;
	text-align:center;
	padding-bottom:40px;
}

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

h2{
	font-family: 'Amatic SC', cursive;
	font-weight:700;
	font-size:2.7em;
	color:#422c09;
	text-align:center;
	padding-bottom:40px;
}

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

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

h4{
	font-family: 'Cinzel', 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: 450px;
	float:right;
	height:35px;
	padding:70px 0px 0px 0px;
	margin:0;
}

}

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; }