@font-face{
	font-family:Gabriola;
	src: url('../font/gabriola.ttf');
}@font-face{
	font-family:MTCorsiva;
	src: url('../font/mtcorsiva.ttf');
}

body{
	background-image:url('../background/destinna_background.jpg');
	font-family:"MTCorsiva";
}

.row.naslov-strani{
	padding-bottom:20px;
}
.row.logotip-linki{
	line-height:170px;
	margin-bottom:auto;
	margin-top:auto;
}
.row.footer{
	background:transparent;
}
.row.spacer{
	//background:linear-gradient(to right, #d82d77,#ed36e7,#ffc2a3,#ed36e7,#d82d77);
	background:linear-gradient(to right, #ffc2a3,#d82d77,#ffc2a3);
}
h1.destinna,h2.destinna,h3.destinna,h4.destinna,h5.destinna,h6.destinna{
	
	font-family:"MTCorsiva";
	text-align:center;
	color:rgb(216, 45, 119);
}
h1.destinna{
	font-size:56px;
}
h2.destinna{
	font-size:50px;
}
h3.destinna{
	font-size:45px;
}
h4.destinna{
	font-size:40px;
}
h5.destinna{
	font-size:36px;
}
h5.destinna{
	font-size:32px;
}

.well.destinna,.panel.destinna{
	background:transparent;
	border:none;
	box-shadow:none;
	color:rgb(255, 194, 163);
	font-size:24px;
	padding-top:5px;
	padding-bottom:5px;
	margin:0;
	font-family:"Gabriola";
}
.well.destinna.cena{
	font-size:30px;
	font-weight:bold;
}
p.destinna{
	width:100%;
}
a:link{
	color: #d82d77 !important;
	/*color: #FFC2A3 !important;
	text-shadow: 2px 2px 8px #d82d77;*/
	text-decoration:none;
}
a:active{
	color: #d82d77 !important;
	/*color: #FFC2A3 !important;
	text-shadow: 2px 2px 8px #d82d77;*/
	text-decoration:none;
}
a:visited{
	color: #d82d77 !important;
	/*color: #FFC2A3 !important;
	text-shadow: 2px 2px 8px #d82d77;*/
	text-decoration:none;
}
a:hover{
	color: #f7f44a !important;
	/*color: #FFC2A3 !important;
	text-shadow: 2px 2px 8px #d82d77;*/
	text-decoration:none;
}	