h5 {
  display: inline-block;
  padding: 10px;
  background: #f7c350;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

h5 > a {
  color: #400701;
}

.link:hover {
  color: #9c1010;
}

.full-screen {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

/*Ako neželimo indikatore ili/i kontrole*/
/*.carousel-indicators,
.carousel-control {
  display: none;
}*/
.carousel-indicators :not(.active){
    background-color: #f7c350;
}

.carousel-indicators .active{
    background-color: #f00;
}

    .neon {
      text-align: center;
      margin: 200px auto;
      font-size: 10px;
      text-transform: uppercase;
      color: white;
      text-shadow:0 0 10px white, 
        0 0 20px white, 
        0 0 30px white, 
        0 0 40px #ff01df, 
        0 0 70px #ff01df, 
        0 0 80px #ff01df, 
        0 0 100px #ff01df, 
        0 0 150px #ff01df;
    }
    .neon1 {
      text-align: center;
      margin: 200px auto;
      font-size: 10px;
      text-transform: none;
      color: #670387;
      text-shadow:0 0 10px white, 
        0 0 20px white, 
        0 0 30px white, 
        0 0 40px white
    }
