body{
	background-color: #393D32;
	margin-left: auto;
	margin-right: auto;
	width: 940px;
	color: white;
}

a { color: inherit; } 

.cabecalho {
	text-align: center;
	width: 940px;
	height: 67px;
	font-family: "Helvetica", sans-serif;
	font-size: 15px;
}

.pagina {
	width: 101px;
	height: 30px;
	text-align: center;
	display: inline-block;
	padding-left: 10px;
	padding-right: 10px;
	color: #F9C5B4;
}

.blog {
	width: 49px;
	height: 30px;
	text-align: center;
	display: inline-block;
	padding-left: 10px;
	padding-right: 10px;
	transition: 0.5s ease 0s;
}

.blog:hover {
	color: #F9C5B4;
}

.titulo{
	text-align: center;
	margin-top: 100px;
}

.titulo h1{
	font-family: "Helvetica Bold", sans-serif;
	font-size: 40px;

}

.titulo p{ 
	font-family: "Helvetica", sans-serif;
	font-size: 20px;

}

.titulo img{
	width: 940px;
    height: 525px;
    object-fit: cover;
}


.sobre {
	text-align: center;
	width: 780px;
	margin-top: 100px;
	margin-left: auto;
	margin-right: auto;
}

.sobre h1{
	font-family: "Helvetica Bold", sans-serif;
	font-size: 40px;

}

.sobre h2{
	font-family: "Helvetica", sans-serif;
	font-size: 18px;

}

.sobre p{
	font-family: "Helvetica", sans-serif;
	font-size: 15px;

	line-height: 1.875em;
}


.feed {
	margin-top: 100px;
	font-family: "Helvetica", sans-serif;
}

.feed h1{
	font-size: 30px;
}

.feed img{
	width: 454px;
	height: 340px;
	object-fit: cover;
	float: left;
}

.post1 {
	width: 940px;
	height: 340px;
	margin-bottom: 35px;
	border: 0.05px;
	border-color: white;
	border-style: solid;
	display: inline-block;	
}

.post1:hover {
	color: #918878;
}

.post2 {
	width: 940px;
	height: 340px;
	margin-bottom: 35px;
	border: 0.05px;
	border-color: white;
	border-style: solid;
	display: inline-block;
}

.post2:hover {
	color: #918878;
}

.post3 {
	width: 940px;
	height: 340px;
	margin-bottom: 35px;
	border: 0.05px;
	border-color: white;
	border-style: solid;
	display: inline-block;
}

.post3:hover {
	color: #918878;
}

#texto {
	float: right;
	width: 470px;

}

#foto{
	float: left;
}



.contato{
	font-family: "Helvetica", sans-serif;
	font-size: 10px;

	text-align: center;
	width: 780px;
	margin-top: 100px;
	margin-left: auto;
	margin-right: auto;
}

.contato img{
	margin-left: 18px;
	margin-right: 18px;
}

.contato h2{
	font-family: "Trebuchet MS", "Times New Roman", sans-serif;
	font-size: 15px;
}

#email {
	width: 42px;
	height: 42px;
}

#insta {
	width: 45px;
	height: 42px;
}

#twitter {
	width: 39px;
	height: 32px;
}


