html,body
{
    width: 100%;
	padding-right: 0px !important;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden; 
}
header {
	height: 150px;
	background-color: #002349;
}
#logout {
	float: right;
	color: white !important;
	text-decoration: none;
	position: relative;
	top: -65px;
	right: 35px;
	transition: 0.5s;
}
#logout:hover {
	color: gray !important;
}
#zuti{
	float: left;
	position: absolute;
	bottom: -5.5px;
	width: calc(4.6em + 3.6vw) !important;
	}
#naslov {
	position: relative;
	top: 73px;
	display: block;
	width: auto;
}
h2 {
	color: white;
	position: absolute;
	bottom: 0px;
	left: 33px;
	font-size: calc(0.9em + 0.8vw)!important;
}

#rozi{
	width: 150px;
	float: right;
}
#zeleni{
	width: 230px;
	position: absolute;
	top: 6px;
}
.clear {
	clear: both;
}


footer {
	height: 150px;
	background-color: #002349;
}
#logo, #donji, #donjicont {
	height: 100%;
	padding: 0px;
}
#logo {
	position: relative;
	left: -75px;
}


@media (max-width: 900px) {
	#zeleni {
		width: 120px;
		top: 75px;
	}
	#rozi {
		width: 100px;
	}
	#naslov {
		top: 97px;
	}
	#zuti {
		left: -50px;
	}
}

@media (max-width: 1000px) {

	#naslov h2 {
		left: -200px;
		font-size: 25px !important;
		bottom: 45px;
		animation-name: gornji;
		animation-duration: 1.4s;
		animation-timing-function: ease-out;
	}
}

@media (max-width: 990px) {
	#logo {
		margin: 0 auto;
		left: 0;
	}
}

@media (max-width: 588px) {
	main {
		background-attachment: scroll !important;
	}
}