#logo img {    
    display: block;
    width: 25%;
    height: 25%;
    margin: 1em auto auto;   
}

body {
    font-size: 1.0em;
    font-family: Verdana, Arial, sans-serif;
    background-color: #DDA375;
}

h5 {
    text-align: center;
	font:bold Verdana,Arial,sans-serif;
	font-size: inherit;
	}

nav ul {
    text-align: center;
    }

nav li {
    display: inline-block;
    
}
nav a {
    text-decoration: none;
    font-weight: bold;
}

nav a:focus, 
nav a:hover {
    background-color: #6eb3f8;
}

nav a:active {
  /*  background-color: #1beb7b; */
    text-decoration: underline;
}

/* nav a:visited {
    background-color: #f86ee8;
} */
/* nav a:link {
    background-color: #f8a36e;
} */
