body {
	background-color: white;
	background-repeat: no-repeat;
	color: #black;
	font-family: Verdana, Arial,sans-serif;
}

header {
	background-color: #1976D2;
	height: 72px;
	color: #FFFFFF;
	font-family: Georgia, serif;
	text-shadow: 2px 2px 2px #666666;
}

#lago{
	height: 600px;
	background-image: url(me.jpg);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	width: 80%;
	display: block;
}

h1 {
	text-align: center;
	padding-top: .5em;

}

h2 {color: #1976D2;
	font-family: Georgia,serif;
	text-shadow: 2px 2px 2px #666666;
	text-align: center;
}

h3 {
	font-family: Georgia, serif;
	text-align: center;
}

#wrapper {width: 80%;
	margin-right: auto;
	margin-left: auto;
	background-color: #edaa61;
	min-width: 960px;
	max-width: 2048px;
	box-shadow: 3px, 3px, 3px, black;
}

nav {
	font-weight: bold;
	padding-top: .5em;
	padding-right: .5em;
	padding-bottom: .5em;
	text-align: center;
	text-shadow: 2px 2px 2px #666666;
}

nav a {
	text-decoration: none;
	border-radius: 60px;
	padding: 1em;
	background-color: white;
	text-align: center;
}

nav li {
	list-style-type: none;
	display: inline;
}

.button {
	border-radius: 60px;
	padding: 1em;
	background-color: white;
	text-align: center;
	}


footer {
	font-size: .70em;
	font-style: italic;
	text-align: center;
	padding: 1em;
}

main {
	padding-right: 4em;
	padding-left: 4em;
	display: block;
}

a:link {
	color: 1976D2;
}

a:visited {
	color: 1976D2;
}

nav a:hover {
	color: #1d8c78;
}

.image {
	border: 2px solid black;
	margin-right: 1em;
}

ul {
	font-weight: 800;
	}

li {
	font-weight: normal;
	font-style: italic;
}	
	
nav li {
	font-weight: 800;
	}	