body {margin:0;font-family: Verdana, Geneva, Tahoma, sans-serif;}

.topnav {
  overflow: hidden;
  background-color: #3c9472;
  padding:0 10%;

}

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

.active {
  background-color: #8fce91;
  color:#f2f2f2;
}
a.active{
  color:#f2f2f2;
}

.topnav .icon {
  display: none;
}

.dropdown {
  float: left;
  overflow: hidden;
}

.dropdown .dropbtn {
  font-size: 17px;    
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.topnav a:hover, .dropdown:hover .dropbtn {
  background-color:#8fce91;
  color: #f2f2f2;
}

.dropdown-content a:hover {
  background-color: #8fce91;
  color: #f2f2f2;
}

.dropdown:hover .dropdown-content {
  display: block;
}

@media screen and (max-width: 600px) {
  .topnav a:not(:first-child), .dropdown .dropbtn {
    display: none;
  }
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative; padding:0;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  .topnav.responsive .dropdown {float: none;}
  .topnav.responsive .dropdown-content {position: relative;}
  .topnav.responsive .dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
  }
}
.sidebar {
  padding: 0;
  width: 95%;

  height: 100%;
  overflow: auto;
  float:left;
}

.sidebar a {
  display: block;
  color: black;
  padding: 16px;
  text-decoration: none;
}
 
.sidebar a.active {
  background-color: #4CAF50;
  color: white;
}

.sidebar a:hover:not(.active) {
  background-color: #8fce91;
  color: white;
}


@media screen and (max-width: 700px) {
  .sidebar {
    width: 100%;
    height: auto;
    position: relative;
  }
  .sidebar a {float: left;}
  div.content {margin-left: 0;}
}

@media screen and (max-width: 400px) {
  .sidebar a {
    text-align: center;
    float: none;
  }
}

.respon_20{
  width:20%;
  float:left;
  margin:20px;
  max-height: 100px;
}
.respon_25{
  width:25%;
  float:left;
}
.respon_75{
  width:75%;
  float:left;
}
.respon_75 h2{
  padding:0 20px;
  color:#3c9472;
}
.respon_100{
  width:100%;
  padding:10px;
  background:#fff;
  border-bottom:1px solid #8fce91;
}
.respon_100 h1{
  text-align:center;
  color:#8fce91;
}
#sadrzaj{
  width:80%;
  margin:0 auto;
} 
.date{
  color:#636161;
  font-size:12px;
}
.clanci{
  color:#3c9472;
}
.clanci:hover{
  opacity:0.8;
}
.button{
  margin:100px 0;
  padding:50px 20px;
  text-decoration: none;
  background-color: #8fce91;
  color:#2b2b2b;
}
