nav {background-color: #344650;}

#navbar a {text-decoration: none}

#navbar a:link {color: inherit}

#navbar a:visited {color: grey}

#navbar li {
	color: white;
	background: #65a0ad;
	border-right-color: #5e95a1;
}



body {
	background-color: #f6f0e6;
	color: #344650;
	font-family: sans-serif;
	text-shadow: gray 1px 1px;
}

header {
	width: 100%;
	height: 400px;
	background-image: url(img/CoalDay.png);
	background-position: center;
	background-size: cover;
	image-rendering: pixelated;
}

.perfil {
	background: white;
	padding: 20px 30px;
}

.foto {
	width: 150px;
	height: 150px;
	background-color: teal;
	border-radius: 50%;
	margin: -90px auto 20px auto;
	border: 6px solid white;
}
.foto img {
	width: 100%;
	border-radius: 50%;
}

h2 {
	text-align: center;
	font-size: 35px;
	margin: 10px 0;
}

.texto {
	font-size: 18px;
	font-style: italic;
	text-align: justify;
	margin-bottom: 15px;
}

.boton {
	background-color: teal;
	font-size: 18px;
	display: block;
	padding: 10px;
	border-radius: 5px;
	margin: 0 auto;
	width: 100px;
	text-align: center;
}

.boton a {
	text-decoration: none;
	color: white;
}

.boton:hover {
	background-color: #055;
}

footer {
	background: teal;
	text-align: center;
	padding: 25px;
	color: white;
}