body, p {
	font-size: 20px;
	line-height: 1.7;
	font-weight: 300;
	letter-spacing: 1px;
	color: #333300;
	margin-bottom: 20px;
} 

/* Glavni Naslov */
h1, .text-logo #logo {
	color: #333;
	font-size: 48px;
	line-height: 50px;
	font-weight: 300;
	letter-spacing: 0px;
}

h2 {
	margin-bottom: 0px;
}

/* Nadnaslov */
.subtitle {
	color: #EF9B0F;
	text-transform: uppercase;
	font-size: 15px;
	line-height: 25px;
	font-weight: 300;
	letter-spacing: 6px;
}

.title-row {
	display: inline-block;
}

/* Ul bez tačaka */
ul, .column_column ul li {
	list-style: square;
  }

/* Ul+li bullet points */
h2 {	
	color: #76BA1B;
		
	font-size: 32px;
	line-height: 40px;
	font-weight: 400;
	letter-spacing: 1px;
}

.bullet-title-no-link {
	color: #76BA1B;
	font-size: 26px;
	margin-left: 15px;
	text-transform: uppercase;	
	line-height: 20px;
	font-weight: 400;
	letter-spacing: 0px;
}

.bullet-explain {
	margin-left: 15px;
	color: #333300;
	
	font-size: 20px;
	line-height: 34px;
	font-weight: 400;
	letter-spacing: 0px;
}

.section-related {
	background-color: #ebebf2;
	border-radius: 15px;
	padding: 10px 20px;
	color:#EF9B0F;
	border-top: 10px solid;
}

/* Mini box */
.section-minibox {
	background-color: #ebebf2;
	border-radius: 15px;
	padding: 5px 20px;
	color:#EF9B0F;
	border-top: 10px solid;
}

.white-background {
	background-color: #ffffff;
	padding-bottom: 15px;
}

/* Naslov Anterfile*/
.box-title {
	color: #333300;
	text-transform: uppercase;	
	font-size: 24px;
	line-height: 34px;
	font-weight: 400;
	letter-spacing: 0px;
}

/* Footer */
.tiny-text {
	color: #000;
	font-size: 15px;
	line-height: 24px;
	font-weight: 400;
}

.center-me {
	text-align: center;
}

.responsive-image {
	width: 70%;
	height: auto;
}
