/* CSS Document */

p				{ margin:0px; padding:0px; }

.modra {
	color: #2a8fd2;
	font-weight: 500;
}

.naslov_l {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 600;
	display: inline-block;
	padding: 10px 0px;
}

.modra_l {
	font-size: 18px;
	font-weight: 500;
	color: #2a8fd2;
}

.modra_xl {
	font-size: 28px;
	color: #2a8fd2;
}

.modra_xxl {
	font-size: 36px;
	color: #2a8fd2;
}

.crna_xl {
	font-size: 26px;
	font-weight: 500;
}
.slogan_in {
	color: #fff;
	font-weight: 500;
	font-size: 40px;
	background: rgba(42,143,210,0.50);
	padding: 15px 50px;
}

@media only screen and ( max-width: 1300px) {
	.modra_xxl {
		font-size: 28px;
	}
}

@media only screen and (max-width: 768px) {
	.slogan_in {
		font-size: 24px;
		display: inline-block;
	}
}