@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
}

#naslovna {
	position: relative;
	width: 100%;
	height: 100vh;
	background-image: url(../img/2-o-nama.jpg);
	background-position: center top;
}

#navbar {
	position: relative;
	width: 1180px;
	height: 115px;
	margin: 0 auto;
}

.logo {
	width: 70px;
	height: 70px;
	float: left;
	margin-top: 22px;
	transition: 0.2s ease-in;
}

.logo:hover {
	transform: rotate(360deg);
}

.navigacija {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	width: 640px;
	height: 115px;
	line-height: 115px;
	color: #ffffff;
	font-size: 18px;
	font-family: 'nexa_boldregular';
	letter-spacing: 1pt;
	text-align: center;
}

.navigacija ul {
	list-style: none;
	text-decoration: none;
	margin: 0;
	padding: 0;
}

.navigacija ul li {
	display: inline-block;
	padding-left: 25px;
	padding-right: 25px;
}

.navigacija a {
	text-decoration: none;
	color: #ffffff;
	transition: 0.2s linear;
}

.navigacija a:hover {
	color: #f2ec1c;
}

#text-centar {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 1000px;
	text-align: center;
	line-height: 75px;
}

#sadrzaj {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 500px;
}

.zuti-naslov {
	width: 100%;
	height: 60px;
	line-height: 60px;
	font-size: 35px;
	font-family: 'nexa_boldregular';
	color: #f3ed1b;
	letter-spacing: 4pt;
	text-align: center;
	float: left;
	margin-bottom: 40px;
}

.beli-text {
	width: 100%;
	font-size: 20px;
	font-family: 'texgyreherosregular';
	color: #ffffff;
	text-align: justify;
	float: left;
}
