body{
	background-image: url(pozadina.jpg) ;
	background-attachment: scroll ;
	background-size: cover ;
}

.naslov{
	text-align: center ;
	background-color: #807979 ;
	border-radius: 15px ;
	opacity: 0.75 ;
	color: black ;
	font-family: Comic Sans MS ;
	font-size: 80px ;
	letter-spacing: 5px ;
	border: solid 2.7px white ;
	margin-right: 35% ;
	margin-left: 25% ;
	margin-top: 50px ;
	height: 125px ;
}
.logoDiv{
	background-color: #807979 ;
	border-radius: 15px ;
	opacity: 0.75 ;
	border: solid 2.7px white ;
	position: absolute ;
	right: 25% ;
	top: 50px ;
	height: 125px ;
	width: 125px ;
}
.logoDiv:hover{
	border: solid 2.7px #807979 ;
}
.logoDiv:active{
	border: solid 2.7px black ;
}
.logo{
	width: 125px ;
	height: 125px ;
	border-radius: 15px ;
}

.navTraka{
	float: center ;
	text-align: center ;
}
.navTraka a {
	background-color: black ;
	border-radius: 11px ;
	opacity: 0.67 ;
	border: solid 2.35px #807979 ;
	color: white ;
	font-size: 42px ;
	font-family: Courier ;
	padding: 8px 8px ;
	text-decoration: none ;
}
.navTraka a:hover{
	background-color: white ;
	color: black ;
	border: solid 2.35px black ;
	opacity: 0.55 ;
	font-weight: bold ;

}
.navTraka a:active{
	background-color: #807979 ;
	color: black ;
	border: solid 2.35px white ;
	opacity: 0.75 ;
	font-weight: bold ;
}

.noContent{
	background-color: white ;
	border-radius: 8px ;
	opacity: 0.55 ;
	padding-top: 10px ;
	padding-bottom: 10px ;
	padding-right: 10px ;
	padding-left: 10px ;
	text-align: center ;
	color: black ;
	font-family: Courier ;
	font-size: 40px ;
	border: solid 2px black ;
	margin-left: 8% ;
	margin-right: 22% ;
}

.novosti{
	margin-left: 8% ;
	margin-right: 22% ;
	margin-top: 2.75% ;
}
.novosti a{
	text-decoration: none;
}
.slikaNovost{
	width: auto ;
	height: 150px ;
	border-radius: 10px;
}
.slikaNovostDiv{
	float: left ;
}
.novost{
	background-color: white ;
	border-radius: 8px ;
	opacity: 0.55 ;
	padding-top: 10px ;
	padding-bottom: 10px ;
	padding-right: 10px ;
	padding-left: 10px ;
	border: solid 2px black ;
	margin-left: 0% ;
	margin-right: 0% ;
	height: 150px ;
}
.novost:active{
	background-color: white ;
	border-radius: 8px ;
	opacity: 0.55 ;
	padding-top: 10px ;
	padding-bottom: 10px ;
	padding-right: 10px ;
	padding-left: 10px ;
	border: solid 2px black ;
	margin-left: 0% ;
	margin-right: 0% ;
	height: 150px ;
}
.novost:hover{
	background-color: white ;
	border-radius: 8px ;
	opacity: 0.55 ;
	padding-top: 10px ;
	padding-bottom: 10px ;
	padding-right: 10px ;
	padding-left: 10px ;
	border: solid 2px white ;
	margin-left: 0% ;
	margin-right: 0% ;
	height: 150px ;
}
.tekstNovostDiv{
	text-align: left ;
	color: black ;
	font-family: Courier ;
	font-size: 30px ;
	margin-left: 27% ;
}

.povratakVrh{
	margin left: 30% ;
	margin right: 40% ;
	padding: 8px 8px ;
	text-align: center ;
}
.povratakVrh a{
	background-color: black ;
	border-radius: 8px ;
	opacity: 0.67 ;
	border: solid 2px #807979 ;
	color: white ;
	font-size: 20px ;
	font-family: Courier ;
	padding: 8px 8px ;
	text-decoration: none ;
}
.povratakVrh a:hover{
	background-color: #807979 ;
	border-radius: 8px ;
	opacity: 0.67 ;
	border: solid 2px black ;
	color: black ;
	font-weight: bold ;
}
.povratakVrh a:active{
	background-color: #807979 ;
	border-radius: 8px ;
	opacity: 0.67 ;
	border: solid 2px white ;
	color: black ;
}

.drMreze{
	background-color: #807979 ;
	border-radius: 8px ;
	border: solid 2px white ;
	text-align: center ;
	position: absolute ;
	left: 80% ;
	right: 4% ;
	top: 43% ;
}
.drMreze a{
	text-align: center ;
	font-family: Comic Sans MS ;
	font-size: 27px ;
}
.drM{
	width: 100px ;
	height: 100px ;
	border-radius: 25px ;
	border: solid 2px white ;
}
.drM:hover{
	border: solid 2px black ;
}
.drM:active{
	border: solid 2px #807979 ;
}

.donate{
	background-color: #807979 ;
	border-radius: 8px ;
	border: solid 2px white ;
	text-align: center ;
	position: absolute ;
	left: 80% ;
	right: 4% ;
	top: 72% ;
}
.donate a{
	text-align: center ;
	font-family: Comic Sans MS ;
	font-size: 27px ;
}
.donateImg{
	width: 100px ;
	height: 100px ;
	border-radius: 25px ;
	border: solid 2px black ;
}
.donateImg:hover{
	border: solid 2px white ;
}
.donateImg:active{
	border: solid 2px #807979 ;
}