/* style rules for all pages in the site*/

nav ul {
  list-style-type: none;
  padding: 0;
  overflow: hidden;
  background-color: #8A2BE2;
  font-family: Georgia, serif;
  
  
}

nav li {
  float: left;
  color: white;
}

nav li a {
  display: block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

nav li a:hover {
  background-color: #111;
}
.active {
  background-color: #04AA6D;
}

footer p{
    text-align: center;
    font-family: Georgia, serif;
    font-size: small;
    color: #8A2BE2;
    left: 0;
    bottom: 0;
    width: 100%; 
    margin: 0;
}