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

body {
    background-image: url("foto/ozadje.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
	font-family: 'Playfair Display', serif;
}

.naslov {
	position: absolute;
	top: 80px;
	left: 0;
	width: 100%;
	height: 415px;
	/*background-image: url("foto/ozadje-naslov.jpg");*/
	background-color:#d5cb9b;
	opacity: 0.9;
    filter: alpha(opacity=90); /* For IE8 and earlier */
}

.naslov h1 {
	color:#FFF;
	/*font-family: 'Forum', cursive;*/
	font-size:50px;
}

.center {
    position: absolute;
    left: 0;
    top: 10%;
    width: 100%;
    text-align: center;
}

.blok {
	padding:0;
	position: absolute;
	top: 400px;
	right:0;
	left:0;
	width: 790px;
	height: 320px;
	margin:0 auto;
}

.blok1 {
	padding:20px;
	margin:0 10px;
	width:200px;
	height:280px;
	float: left;
	/*background-image: url("foto/ozadje-blok.png");*/
	/*font-family: 'Forum', cursive;*/
	border:1px solid #000;
	border-radius: 10px;
	background-color:#FFF;
	opacity: 0.9;
    filter: alpha(opacity=90); /* For IE8 and earlier */
}

.blok1 h2 {
	padding:8px 15px 40px 15px;
	margin:0;
	color:#b3a15b;
	text-align:center;
	font-size:40px;
	font-family: 'Great Vibes', cursive;
	font-weight:400;
}

.blok1 h3 {
	height: 32px;
	padding:0;
	margin:0 0 26px 0;
	font-size:16px;
	text-align:center;
}

.blok1 p {
	text-align:center;
	padding:0 0 6px 0;
	margin:0;
	font-size:16px;
	font-family: 'Yantramanav', sans-serif;
}

.blok1 a {
	text-decoration:none;
	color: #b3a15b;
}

.blok1 a:hover {
	text-decoration:none;
	color: #665c34;
}

.noga {
	position: absolute;
    left: 0;
	bottom:0;
    width: 100%;
    text-align: center;
}

.noga p {
	color:#FFF;
	/*font-family: 'Forum', cursive;*/
}
