@charset "utf-8";
/* CSS Document */

#kontakt {
	text-align: center;
	background: rgba(255, 255, 255, 0.75);
	padding: 20px;
}

#info {
	font-weight: bold;
	text-shadow: 2px 2px 2px white;
}

#forma {
	width: 90%;
	font-weight: bold;
	text-shadow: 2px 2px 2px white;
}

#komentar_text {
	width: 100%;
	height: 200px;
	background-image: url('../slike/snowflakes.jpg');
	font-size: 13px;
	border-color: gray;
}

#facebook_and_map_buffer {
	text-align: center;
	padding: 20px;
}

#facebook_and_map_buffer a img {
	box-shadow: -1px 1px 5px black;
}

#mapa {
	margin-top: 20px;
}

#komentari {
	width: 100%;
	margin: auto;
}

#komentari_ispis {
	width: 100%;
	height: 500px;
	background-image: url('../slike/snowflakes.jpg');
	font-size: 13px;
	border-color: gray;
	margin-top: 30px;
}