body {
	color: navy;
	
	
	background-image: url("images/ikonice/logo.png");
	background-repeat: repeat-y;
	background-position: right top;
    margin-right:50px;
	margin-left:0px;
}


h1 {
    text-align: center;
	letter-spacing: 2px;
}

h2 {
   		text-align: right; 
}

h3 {
    	text-align: center;
}

h5	{
		text-align: left;
}

p  {
		text-align: center;
		
}



a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
	background-color: none;
}

a:active {
    text-decoration: underline;
}

.plavobelo {
    background-color:#C11B17;
    color:white;
    margin:0px;
    padding:15px;
	text-align: center;
	border: 3px solid white;
}

.sivo {
    background-color:#4E8975;
    color:white;
	font-size: 15px;
	font: white;
    margin:0px;
    padding:15px;
	text-align: left;
	border: 3px solid white;
}

.zuto {
    background-color:#F3E5AB;
    color:white;
	font-size: 15px;
	font: white;
    margin:0px;
    padding:15px;
	text-align: left;
	border: 3px solid white;
}

.belo {
    background-color:white;
    color:white;
	font-size: 15px;
	font: white;
    margin:0px;
    padding:10px;
	text-align: center;
	border: 3px solid white;
}

.belod {
    background-color:white;
    color:white;
	font-size: 15px;
	font: white;
    margin:0px;
    padding:10px;
	text-align: right;
	
}

.belol {
    background-color:white;
    color:white;
	font-size: 15px;
	font: white;
    margin:0px;
    padding:10px;
	text-align: left;
	
}


.sivobelo {
    background-color:#4E8975; 
    color:white;
    font-size: 15px;
	margin:0px;
    padding:15px;
	text-align: center;
	border: 3px solid white;
}

.centar {
    background-color:#C11B17;
	color: white;
	margin: 10px;
    width: 100%;
    border: 3px solid #C11B17;
    padding: 10px;
	text-align: center;
	border: 3px solid white;

}

.levo{
    background-color:white;
	color: #C11B17; 
	margin: 10px;
    width: 100%;
    border: 3px solid #C11B17;
    padding: 10px;
	text-align: left;
	border: 3px solid white;

}

.right {
    background-color: navy;
	color: white;
	margin: auto;
	position: absolute;
    right: 15px;
    width: 100%;
    border: 3px solid white;
    padding: 10px;
	text-align: justify;
}

.poravnato {
    border: 1px solid black;
	margin: 0px;
    padding: 10px;
    width: 100%;
    height: 100%;
    text-align: left;
}


img {
	display: block;
    margin: 0 auto;
}

.w3-padding-32>div
{
text-align: justify!important;
}
.w3-padding-32>p>h3
{
text-align: center;
}



