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

body {
	background-color: #9380bb;
}

#glavni { 
	width:100%;
	height:1800px;
}

#logo {
	position:absolute;
	float:left;
	left: 135px;
	top: 90px;
	
	}

#meni li {
	display:inline;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size:20px;
}


#meni li a { 
	color: white;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 3px 3px 0 0;
}
div #lista {
	position:absolute;
	right: 135px;
	top: 70px;
}

ul#meni li a:hover { 
color:#f69882;
border-bottom: 3px solid #4cc0b7;
}

#kontakt p {
	position:absolute;
	font-family: 'Roboto', sans-serif;
	font-weight:600;
	font-size:32px;
	color: white;
	left: 732.5px;
	top: 225px;
}
#linijakontakt {
	position:absolute;
	top: 305px;
	left:773px;
;
}






div #futer {
	position:absolute;
	top:1650px;
	width: 100%;
	height:200px;
	background-color: #f69882;
}
#ikonice li {
	display:inline;
	padding-right: 11px;
	padding-left: 11px;
	
}
#ikone {
	position:absolute;
	top:1718px;
	left: 594px;
	z-index: 100;
}
div #verlinija {
	position:absolute;
	height:97px;
	width:200px;
	border-right: 3px solid #fff;
	left: 572px;
	top:1705px;
	z-index: 10;
}
#futekst {
	position:absolute;
	line-height: 170%;
	top: 1681px;
	left: 812px;
}
#futekst p  {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	color: white;
	font-size: 16px;
}
#futekst a {
	color: white;
}
 #map {
	position:absolute;
    width: 500px;
    height: 340px;
	left: 558px;
	top: 380px;
}

#poruka p {
	position:absolute;
	font-family: 'Roboto', sans-serif;
	font-weight:600;
	font-size:32px;
	color: white;
	left: 744px;
	top: 795px;
}
#linijaporuka {
	position:absolute;
	top: 875px;
	left:778px;
}


div #forma {
	position:absolute;
	width:500px;
	height:400px;
	top: 950px;
	left:559px;
}
#ime {
	position:absolute;
	font-family: 'Roboto', sans-serif;
	font-weight:400;
	font-size:14px;
	width:210px;
	height: 40px;
	left:0;
	}
#email {
	position: absolute;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 14px;
	width: 216px;
	height: 40px;
	right: -4px;
}
#naslovporuke {
	font-family: 'Roboto', sans-serif;
	font-weight:400;
	font-size:14px;
	width:100%;
	height: 40px;
	position:absolute;
	top:85px;
		}
#tekstporuke {
	position:absolute;
	top: 170px;
	font-family: 'Roboto', sans-serif;
	font-weight:400;
	font-size:14px;
	width:100%;
	height: 250px;
	
}
input {
	text-align:center;
}


#dugme {
	color: white;
	width:170px;
	height:40px;
	background-color:#4cc0b7;
	font-family: 'Roboto', sans-serif;
	font-weight:400;
	font-size:14px;
	text-align: center;
	vertical-align: middle;
	line-height: 40px; 
	text-decoration:none;
}
a #dugme {
	text-decoration:none;
}

#posalji {
	position:absolute;
	top:1417px;
	left:726px;
}


