/* Fonts from Google Fonts - more at https://fonts.google.com */
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700');
@import url('https://fonts.googleapis.com/css?family=Merriweather:400,700');



ul{
  list-style: none;
  text-align:center;
}

li{ 
    display: inline-block; padding: 5px; 
}


a {
   text-decoration: none; 
}

a:visited {
    color:black;
}

a:hover, a:active {
    opacity: .5;
}

a:hover{
    text-transform:uppercase;
    
}

