.navbar-default {
  background-color: rgb(236, 120, 43);
  background-image: url('../../../apoteka/public/images/logobijeli.jpg');
  background-repeat: no-repeat;
}

/* stilovi ukljuceni u footer */
.autor-dole {
  text-align: right;
  background-color: rgba(236, 120, 43, 1.00);
  padding-right: 50px;
  padding-bottom: 15px;
  padding-top: 42px;
}
.img-dole {
  margin-left: 75px;
  float: left;
  margin-top: -41px;
}
.dugmad {
  margin-left: 15px;
  margin-top: 15px;
  margin-bottom: 30px;
  text-align: center;
}

.novost .popust {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	text-align: center;
	font-size: xx-large;
	margin-top: 5%;
	font-style: normal;
	font-weight: 400;
}
.novost p {
	text-align: center;
	margin-top: 0px;
	margin-right: 10%;
	margin-bottom: 0px;
	margin-left: 10%;
	font-size: large;
}
.orderedlist {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: flex-start;
    margin-top: 2%;
    margin-left: 20%;
}
.pobjednik-text p {
	text-align: center;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	font-size: large;
}
.pobjednici-list {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    list-style-type: none;
}
.pobjednici-broj {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
.pobjednik-text {
    
}
.pobjednik {
    
}
.spacer {
    height: 50px;
}

.nagradna-lista {
	text-align: center;
	margin-top: 0px;
	margin-right: 10%;
	margin-bottom: 0px;
	margin-left: 10%;
	font-size: large;
}

.nagradna-lista-clan { 
    display: flex;
    align-items: start;
    justify-content: start;
}


.nagradna-lista-clan-text { 
    margin-left:10%;
}

