/* CSS Document */

p { margin:0px; padding:0px; }

.naslov {
    font-size: 24px;
    color: #ffde00;
    font-weight: 400;
    font-family: 'Barlow Condensed', sans-serif;
    display: inline-block;
    padding-bottom: 18px;
}

.naslov-m {
    font-size: 30px;
    color: #ffde00;
    font-weight: 600;
    font-family: 'Barlow Condensed', sans-serif;
    display: inline-block;
    padding-bottom: 20px;
}

.naslov-l {
    font-size: 70px;
    font-weight: 600;
    font-family: 'Barlow Condensed', sans-serif;
}


@media (max-width: 767px) {
	.naslov-l {
	    font-size: 40px;
	}
}