@import url("fonts.css");
.website-title {
  margin: 0.5em;
  font-family: FetteFraktur;
  text-align: center;
  font-size: 5vw;
  letter-spacing: 0.25vw;
}

.navbar {
  margin: auto;
  display: flex;
  justify-content: center;
  overflow: auto;
  border-top-style: solid;
  border-bottom-style: solid;
  border-color: black;
  border-width: 3px;
}

.navbar a {
  text-align: center;
  padding: 5px 10px 5px 10px;
  text-decoration: none;
  font-size: 17px;
  /* This is broken cause on resources.php and index.php the "a" tag values get overriden by default.css */
  color: #000000;
}

/* Change the color of links on hover */
.navbar a:hover {
  color: #ffffff;
  background-color: #404050;
}

/* Dont treat visited links differently in the navbar */

/*# sourceMappingURL=header.css.map */
