/* CSS Document */

p { margin:0px; padding:0px; }


.naslov {
	font-size: 28px;
	display: inline-block;
	padding-bottom: 8px;
	line-height: 28px;
}

.naslov-m {
	font-weight: 300;
	font-size: 22px;
	line-height: 28px;
}

.modra {
	font-size: 18px;
	color: #004884;
}

.thin {
	font-weight: 300;
}

.button {

}

.button a {
	color: #fff;
	background:#95c11f;
	padding: 8px 15px;
	border-radius: 0px;
	border:none;
	text-align: center;
	display: inline-block;
	float: left;
	width: calc(25% - 15px);
	margin-right: 15px;
	margin-bottom: 15px;
	font-size: 16px;
	text-transform: uppercase;
}

.button a:hover {
	background:#789f10;
	color: #fff;
}
