.panel-1-1{
  padding-top: 20px;
  padding-bottom:30px;
  background-image: url("../img/karuzela/pan_1.jpeg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.tint{
  background-color: rgba(0, 0, 0, 0.862);
  background-blend-mode: multiply;
  padding-top: 100px;
  padding-bottom: 100px;
  text-align: center;
}

.tint span{
  color: white;
  font-size: 20px;
}

.tint a{
  text-decoration: none;
  color: white;
}

.tint a:hover{
  color: rgb(150, 133, 20);
}

.panel-4{
  margin-top: 0;
}

.panel-4 a{
  text-decoration: none;
  color: white;
  border: 2px solid white;
  border-radius: 5px;
  padding: 5px;
  padding-left: 20px;
  padding-right:  20px;
  padding-bottom: 7px;
  background-color: rgba(255, 255, 255, 0.044);
}

.panel-4 a:hover{
  background-color: rgba(255, 255, 255, 0.213);
}

#p4-p2{
  margin-bottom: 40px;
}