body {
	font-family: Nunito, sans-serif;
	color: #000000;
}

h1,h2,h3 {
font-family: Asap, sans-serif;
	color: #FFFFFF;
}


/*Navegação */

nav {
	display: flex;
	flex-direction: column;
	align-items: center;
	background-color: #169;
}

nav > a {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: 800;
	font-size: 32px;
	font-family: Yellowtails, sans-serif;
}

nav ul {
	display: flex;
	flex-direction: column;
	align-items: center;
	list-style: none;
	padding: 0;
	width: 100%;
}

nav ul li {
	text-align: center;
	width: 100%;
}

nav ul li a {
	display: inline-block;
	padding: 10px 0;
	width: 100%;
	text-decoration: none;
	color: #ffffff;

}


/*Cabeçalho */

header {display: flex;
	   flex-direction: column;
	   align-items: center;
	   background-image: url("../img/camera.jpg");
	   background-size: cover;
	   background-repeat: no-repeat;
	   background-position: center;
	   color: #ffffff;
	   text-align: center;
	   font-size: 25px;
	   padding: 20px;

	}
header h1 {
	color: #ffffff;
	font-size: 70px;
}

header p {
	margin-bottom: 2em;
}

footer {
	background-color: #2ca0db;
}
footer a p {
	background-color: #2ca0db;
}
#sobre {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 10px 10px 20px 20px;
	background-color: #169;
	color: #ffffff;
}

#sobre h2 {
	color: #FFFFFF;
}

#sobre p {
	margin-bottom: 2.5em;
	max-width: 1000px;
}
#sobre .botao{
	background-color: #f1f1f1;
	color: #169;
}


.botao {
	color: #FFFFFF;
	text-decoration: none;
	padding: 10px 30px;
	background-color: #169;
	font-size: .93m;
	border-radius: 3px;

}

/*Serviços */

#servicos {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 30px;
	align-items: center;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

#servicos h2 {
	text-align: center;
	width: 100%;
}
#servicos div {
	flex-grow: 1;
	flex-basis: 150px;
	padding: 0 10px;

}
}

#fotos {
	flex-direction: row;
	flex-wrap:whrap;
	padding-top: 20px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width: 6em;

}

#fotos h2 {
	width:100%;
	text-align: center;

}

#fotos img {
	width: 33.222222%;
	margin-left: auto;
	margin-right: auto;
	

}

#contato {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	padding: 20px;
}

#contato h2 {
	color: #000000;
}

footer {text-align: center;
	padding: 10px;
	background-color: #191970;
	color: #ffffff;


}
footer a {
	text-decoration: none;
	color: #00FFF;

}

@media screen and (min-width: 768px) {
	/*nav*/

	nav {

		flex-direction: row;
		justify-content: space-around;
	}

	nav ul {
		flex-direction: row;
		width: 70%;


	}

}

/*cabeçalho*/
header {
	height: 600px;
	height: 60vh;
	justify-content: safe center;
}

/*sobre*/

#sobre {

	height: 250px;
	height: 30vh;
	justify-content: center;
	min-height: 250px;
}

/*serviços*/

#servicos {
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	max-width: 1000px;
	margin: 0 auto;

}

#servicos h2 {
	text-align: center;
	width: 100%;
}

#servicos div {
	flex-grow: 1;
	flex-basis: 150px;
	padding: 0 10px;

}


#fotos {
	flex-direction: row-reverse;
	flwx-wrap: wrap;


} 

}

#fotos h2 {
	width: 100%;
	text-align: center ;
}

#fotos img {
	width: 100%;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*contato*/

#contato {
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-around;
	max-width: 500px;
	margin: 0 auto;
}

#contato h2, #contato p{
	width: 100%;
}
#footer{
	color: 2ca0db;
	background-color: #2ca0db;

}

#footer p {
	background-color: #2ca0db;
}