body {
  font-family: Tahoma, "Trebuchet MS", sans-serif;
  background-color:#f1f1f1ff;
  color: black;
  margin: 0;
}

* {
  box-sizing: border-box;
}

.sidenav {
  height: 100%;
  width: 20%;
  position: fixed;

  top: 0;
  left: 0;
  background-color: black;
  overflow-x: hidden;
  padding-top: 20px;
  color: white;

}

.sidenav a {
  padding: 6px 8px 6px 16px;
  text-decoration: none;
  font-size: 3vw;
  display: block;
  color: white;

}

.sidenav a:hover {
  color: gray;
}

/* Naslov */
.naslov {
  color: #f2f2f2;
  font-size: 15vw;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}
.podnaslov {
  color: white;
  font-size: 5vw;
  padding: 8px 12px;
  position: absolute;
  center: 0;

}
.mojFotk {

  z-index: -2;
}


.main {
  margin-left: 20%; /* Same as the width of the sidenav */
  font-size:16px;

}

div.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  padding: 1px 10px;
  background-color: #f1f1f1ff;
}

div.div1 {
  top: 0;
  padding: 1px 10px;
  background-color: #f1f1f1ff;
  margin-left:10px;
}

div.div2 {
  top: 0;
  padding: 1px 10px;
  background-color: #f1f1f1ff;
  margin-left:10px;
}




/* Container for footer */
.footer {
  text-align: center;
  background-color: #607d8bff;
  padding: 2px 16px;
  color: white;
}
.footer p {
  background-color: #7986cb;
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  width: 150px;
}
.footer a {
  border: none;
  color: white;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  cursor: pointer;
}
