


#logo {
  max-width: 70%;
}
header nav a:hover,
header nav a.current,
header nav a[aria-current="page"],
header nav a[aria-current="true"] {
  border: none;
  padding: 0;
  text-decoration: underline;
  line-height: 1;
}


@media only screen and (max-width: 720px) {

  #logo {
    max-width: 70%;
  }
}



