footer,
footer * {
  display: none !important;
  height: 0;
  overflow: hidden;
  visibility: hidden;

.navbar {
  width: 100%;
  background-color: #000000;
  border-bottom: 4px ridge #ffcc00;
  padding: 5px 0;
  margin-bottom: 20px;
}

.navbar a {
  color: #ffcc00;
  font-weight: bold;
  font-size: 18px;
  text-decoration: none;
  padding: 6px 14px;
  border-right: 2px groove #ffcc00;
}

.navbar a:last-child {
  border-right: none;
}

.navbar a:hover {
  background-color: #222;
  color: #ffffff;
}
