	 /* komentar sadržaja stranice */
		body {
			background-image: url("../img/index_ivana.jpg"); 	
			background-position: center;
			background-repeat: no-repeat;
			background-size: cover;
			position: relative;				
			margin: 0;
			font-family: 'Roboto', sans-serif;
			*font-family: 'Playfair Display SC', serif;
			font-size:15px;
			color:#888;
		}

			* {
			  box-sizing: border-box;
			}

			.promocijabg-img {						
			  /* The image used */
			  background-image: url("../img/zdenka_index.jpg");

			  /* Control the height of the image */
			  min-height: 380px;

			  /* Center and scale the image nicely */
			  background-position: center;
			  background-repeat: no-repeat;
			  background-size: cover;
			  position: relative;
			margin: 0;
			font-family: 'Roboto', sans-serif;
			*font-family: 'Playfair Display SC', serif;
			font-size:15px;
			color:#888;			  
			}	

			.uslugebg-img {						
			  /* The image used */
			  background-image: url("../img/zdenka_1.jpg");

			  /* Control the height of the image */
			  min-height: 380px;

			  /* Center and scale the image nicely */
			  background-position: center;
			  background-repeat: no-repeat;
			  background-size: cover;
			  position: relative;
			margin: 0;
			font-family: 'Roboto', sans-serif;
			*font-family: 'Playfair Display SC', serif;
			font-size:15px;
			color:#888;			  
			}	

			.posaobg-img {						
			  /* The image used */
			  background-image: url("../img/background.jpeg");

			  /* Control the height of the image */
			  min-height: 380px;

			  /* Center and scale the image nicely */
			  background-position: center;
			  background-repeat: no-repeat;
			  background-size: cover;
			  position: relative;
			margin: 0;
			font-family: 'Roboto', sans-serif;
			*font-family: 'Playfair Display SC', serif;
			font-size:15px;
			color:#888;			  
			}

			.onama {						
			  /* The image used */
			  background-image: url("../img/background.jpeg");

			  /* Control the height of the image */
			  min-height: 380px;

			  /* Center and scale the image nicely */
			  background-position: center;
			  background-repeat: no-repeat;
			  background-size: cover;
			  position: relative;
			margin: 0;
			font-family: 'Roboto', sans-serif;
			*font-family: 'Playfair Display SC', serif;
			font-size:15px;
			color:#888;			  
			}			
	   
	 /* komentar zaglavlja */  
		#zaglavlje{
		  background: rgb(0, 0, 0); /* Fallback color */
		  background: rgba(0, 0, 0, 0.4); /* Black background with 0.5 opacity */
		  color: #f1f1f1;
			padding-top:2px;
			text-align:center;
			height:110px;
			font-family: 'Open Sans', sans-serif;
			}
		
		#zaglavlje h2 a{
			margin:2px;
			font-size:35px;
			color:#bbb;			
			text-decoration:none;
		}
		
		#zaglavlje p{
			color:#bbb;			
			font-family: 'Open Sans', sans-serif;
		}		
		
		#sadrzaj{			
			height:450px;
			font-size:14px;	
			margin-bottom:10px;
		}

		#sadrzaj h3{
			color:#ddd;
			font-weight:600;
			font-size:18px;
		}	

		#sadrzaj .content {
		  *position: absolute;
		  *bottom: 0;		  
		  background: rgb(0, 0, 0); /* Fallback color */
		  background: rgba(0, 0, 0, 0.6); /* Black background with 0.5 opacity */
		  color: #fff;
		  width: 55%;
		  padding:20px 3%;
		  margin: 30px auto;
		}	
		
		#sadrzaj .content h3{
			color:#ccc;
			font-weight:600;
			font-size:18px;
		}

		#sadrzaj .content p{
			color:#bbb;
			font-size:15px;
		}		
			
		
	 /* navigavija linkovi */ 			
			#navigacija{		 
				text-align:center;			  
				background: #888;
				opacity: 0.6;

			  }

			#navigacija a{
				display: inline-block;			
				text-decoration: none;		
				padding: 10px;
				color:#000;	
				font-weight:600;
			  }	

			/* kad prelazimo misem preko linka */
			#navigacija a:hover {
			  background-color: #666;
			  color: white;
			}


		 /* komentar liste vertikalna */ 			 
			ul {
			  list-style-type: none;
			  margin: 0 30px;
			  padding: 10px 0;
			}
			
		 /* komentar linka*/
			li a {
			  opacity: 0.6;				
			  background-color: #aaa;
			  display: block;
			  width: 50%;
			  margin:3px auto;		  
			  color: #fff;
			  padding: 8px 16px;
			  text-decoration: none;
			}

			/* kad prelazimo misem preko linka */
			li a:hover {
			  background-color: #919191;
			  color: white;
			}
			
	.content h1{
		text-align:center;
	}
	
	img{
		text-align:center;		
	}

	 /* komentar podnozja */ 			
		#podnozje{
		  background: rgb(0, 0, 0); /* Fallback color */
		  background: rgba(0, 0, 0, 0.5); /* Black background with 0.5 opacity */
		  color: #f1f1f1;
		  height:60px;
		  padding: 5px 0;
		  text-align:center;
		  font-size:16px;
		}
		  

