/* menu spodaj */
.navbar {
  overflow: hidden;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  bottom: 0;
  width: 100%;
  align: auto;
}

.navbar a {
  float: left;
  display: block;
  width: 33.33%;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.navbar a:hover {
  background: #ddd;
  color: black;
}

