@charset "UTF-8";
/* CSS Document */
nav{
	background-color: #fff;
	display: flex;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 0px;
}
body{
	background-color: #F9FAF9;
}
#foto{
	margin: 0 auto !important;
	text-align: center !important;
}
ul{
	list-style: none;
	float: right;
}
li{
	display: inline;
	padding-right: 40px;
	font-size: 14px;
	font-family: "Julius Sans One", Sans-serif;
}
a{
	text-decoration: none;
	color: #008080;	
}
h1{
	font-size: 38px;
	margin-top: 100px;
	color: #008080;
	text-align: center;
}
p{
	font-size: 22px;
	margin-top: 50px;
	color: #008080;
	text-align: center;
}


@media only screen and (max-width: 667px) {
	img{
		max-width:  420px;
	}
}