body {
    background-image: url(../slike/pozadina.jpg);
    background-size: cover;
    font-family: "Arial";
}

a {
	color: black;
	text-decoration: none;
}

.centa {
	margin-left: 15%;
	margin-right: 15%;
	padding-top: 3%;
	background: rgba(255, 153, 0, 0.25);
	//background-image: url(../slike/LinkPozNeaktivno.png);
	background-repeat: repeat;
}

#naslov {
	font-size: 36pt;
	text-align: center;
	font-weight: bold;
}

#navigacija {
	font-size: 24pt;
	text-align: center;
	width: 100%;
	display: table;
}

.dugme {
	width: auto;
	background-image: url(../slike/LinkPozNeaktivno.png);
	background-repeat: repeat;
	//padding-top: 1vh;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
	margin-right: 10px;
	padding: 2pt;
	vertical-align: middle;
	border-style: solid;
	border-width: 3px;
	border-radius: 5px;
	border-color: orange;
	display: inline-block;
	transition: transform .2s;
}

.dugme:hover {
	transform: scale(1.2);
	color: orange;
}

.aktivno {
	font-weight: bold;
}

.linija {
	background-color: black;
	background-repeat: repeat;
	width: 90%;
	height: 5px;
	margin-bottom: 10px;
	margin-left: 5%;
}

.sadrzaj {
	padding: 15px;
	font-size: 14pt;
}

.tekst {
	font-size: 14pt;
}

.slika_desno {
	width: 300px;
	margin: 10px;
	border-radius: 15px;
}

.slika_manja {
	width: 200px;
	margin: 30px;
	border-radius: 15px;
}

.krajstranice {
	font-size: 14pt;
	background-image: url(../slike/LinkPozNeaktivno.png);
	background-repeat: repeat;
	text-align: center;
	margin-top: 20px;
	font-weight: bold;
}

.redTabeleSaSlikamaOruzija {
	text-align: center;
}

.slika_puske {
	height: 150px;
	width: 800px;
}

.div_puske {
	text-align: center;
}

.opis_puske {
	font-style: italic;
	font-weight: bold;
	text-align: center;
	margin-bottom: 60px;
}

.container {
    position: relative; 
    max-width: 300px; /* Maximum width */
    margin: 0 auto; /* Center it */
}

.container .content {
    position: absolute; /* Position the background text */
    bottom: 0; /* At the bottom. Use top:0 to append it to the top */
    background: rgba(0, 0, 0, 0.5); /* Black background with 0.5 opacity */
    color: #f1f1f1; /* Grey text */
    width: 100%; /* Full width */
    //padding: 20px; /* Some padding */
}

.container .content p {
	text-align: center;
}