.parallax {
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  min-height: 100vh;
  width: 100%; /* ensure full width */
  
}
#juniori{
    padding: 0;
}
h2{
    color: #F9F6EE;
}
p{
    color: #F9F6EE;
    font-size: 1.1rem;
    margin-left: 20px;
    margin-right: 20px;
}
h3{
    font-size: 2rem;
}


.bg-img-1 { background-image: url('JUNIORI/juniori1.jpg'); }
.bg-img-2 { background-image: url('JUNIORI/juniori3.jpg'); }
.bg-img-3 { background-image: url('JUNIORI/medalje.jpg'); }
.bg-img-4 { background-image: url('JUNIORI/juniori5.jpg'); }

#grb{
    height: 50px;
    width: auto;
    
}
.dodatniPadding{
    padding: 10px;

}