h1{
  font:inherit;
  font-family: "Roboto", sans-serif;
  text-align: center;
  padding:0;
  border:0;
  color:black;
  font-size:48px;
  font-weight: bold;
}

#download{
  display: none;
}

.row{
  margin:0 auto;
  position:relative;
  width:1140px;
  clear:both
}

.obrazec1,.obrazec2{
  display:block;
  float:left;
  position:relative;
  min-height:1px;
  margin:0 10px
}

.obrazec1{
  width:1140px
}

.obrazec2{
  width:550px
}

html,p,textarea{
  font-family:sans-serif
}

ol li,p,ul li{
  font-size:18px;
  line-height:1.4em;
  color:#777
}

#izracun-rezervoarja{
  background-color:#f2f2f2;
  overflow:hidden;
  padding-top: 50px;
  padding-bottom: 50px;
  border-radius: 13px;
}

.obrazec2{
  padding:14px 10px 20px;
  box-sizing:border-box
}

span{
  font-size:17px;
  color:#777;
  width:50%;
  display:inline-block;
  float:left;
  height:37px;
  line-height:37px;
  margin-top:6px;
  padding-right:3px;
  box-sizing:border-box
}

#izracun-rezervoarja input, #izracun-rezervoarja select{
  width:40%;
  background-color:#FFF;
  padding:3px 15px;
  font-size:18px;
  color:#777;
  height:37px;box-sizing:border-box;
  font-family:sans-serif;
  margin-top:6px;
  border-radius:2px;
  border:1px solid #b4dcdc;
  display:inline-block;
  float:left
}

.checkbox-array{
  width:100%;
}

#izracun-rezervoarja input[type=button]{
  /* width:50%;
  padding:10px;
  background:#FFF;
  color:#777;
  font-size:18px;
  font-family:sans-serif;
  display:block;
  text-transform:uppercase;
  border:1px solid #777;
  border-radius:2px;
  box-sizing:border-box;
  margin-top:10px;
  text-align:center;
  margin-left:50%;
  height:47px */
  background:#72bf44;
  border: none;
  color: white;
  /* padding: 15px; */
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  border-radius: 10px;
  width:100%;
  transition: all .2s ease-in-out;
}

#izracun-rezervoarja input[type=button]:hover{
  /* background:#32CD32;
  color:#B4EEB4 */
  background:#fcb935;
  cursor: grab;
  box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
  transform: scale(1.01);
}

.btns {
  display: flex;
  flex-direction: column;
  margin-bottom: -0.5em;
  margin-left: -0.5em;

  .btn {
    margin-bottom: 0.5em;
    margin-left: 0.5em;
  }
}

.btn--primary{
  background:#72bf44;
  border: none;
  color: white;
  padding: 15px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  border-radius: 13px;
  width: fit-content;
  transition: all .2s ease-in-out;
}

.btn--primary:hover{
  background:#fcb935;
  box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
  transform: scale(1.05);
}

@media (min-width: 32rem) {
  .btns {
    flex-direction: row;
  }
}

img{
  transition: all .2s ease-in-out;
}

img:hover{
  transform: scale(1.01);
}
