*{
	margin: 0;
	padding: 0;
	font-family:monospace;
}

.navbar{
	font-size: 31px;
	height:95px;
	margin: 0% 5% 0%;
	padding: 35px 0;
	display: flex;
	align-items: top;
	justify-content: space-between;
}
.navbar ul li{
	display: flex;
	margin-block-end: 0;
	margin-block-start: 0;
	list-style: none;
	position: relative;
}
.navbar ul li a{
	margin-top: 0;
	margin-bottom: 0;
	text-decoration: none;
	color:#ffffff;
	font-size: 21px;
	font-weight: 900;
}
.navbar ul li::after{
	content: '';
	height: 2px;
	width: 0;
	background: #ffffff;
	position: absolute;
	left: 0;
	bottom:0;
	transition: 0.5s;
}
.navbar ul li:hover::after{
	width:100%;
}
@media (max-width: 1200px){
	.navbar{
	font-size: 2vh;
	margin: 0% 5% 0%;
	padding: 35px 0;
	display: flex;
	align-items: top;
	justify-content: space-between;
	overflow-x: hidden;
	overflow-y: hidden;
}
.navbar img{
	width: 80vw;
	height: 10vw;
}
.navbar ul li{
	display: flex;
	margin-block-end: 0;
	margin-block-start: 0;
	list-style: none;
	position: relative;
}
	.navbar ul li a{
		white-space:nowrap;
		margin-top: 0;
		margin-bottom: 0;
		text-decoration: none;
		color: #332121;
		font-size: 2vw;
		font-weight: 700;
	}
	.navbar ul li::after{
		content: '';
		height: 2px;
		width: 0;
		background: #332121;
		position: absolute;
		left: 0;
		bottom:0;
		transition: 0.5s;
	}	
	.navbar ul li:hover::after{
		width:100%;
	}
}

.ime{
	position: absolute;
	margin: 150px 380px;
	line-height: 1;
	font-weight: 700;
	font-size: xx-large;
}
#hp  {
	position: relative;
	float: right;    
 	margin: 20px 270px 0 0;
}
#pozadina{
	height: 100vh;
	background-repeat: no-repeat;
	background-image: url('pozadina.png');
	background-size: cover;
	background-position: 0 0;
	overflow-x: hidden;
	background-attachment: fixed;
}
#macka{
	display: inline-block;
	position: absolute;
	margin: 0% 0% 0% 7%;
}
#jej{
	position: relative;
	left: 65%;
	top: 5%;
	border-radius: 15%;
	border-color: white;
	border-width: 2px;
	border-style: solid;
}
.reference{
	text-decoration: none;
	color:#382218;
}
.reference a{
	text-decoration: none;
	color:#382218;
}
.reference2{
	text-decoration: none;
	color:#ffffff;
}
.reference2 a{
	text-decoration: none;
	color:#ffffff;
}
.float-container {
	width: 80%;
	position: absolute;
	top: 20%;
	margin-left: 10%;
}
.obavestenje{
    border-bottom: 1px dashed; #382218;
    color: #444444;
    padding: 10px;
}

.glavni_omotac{
		position: relative;
    width: 70%;
    height: 60%;
  	margin: auto;
 		outline-style: solid;
 		outline-width: thin;
    outline-color: white;
    background-color: rgba(255, 255, 255, 0.4);
}

.datum{
    font-size: 10px;
    text-align:right;
}