/* this is main CSS for website
font-family: 'Lato', sans-serif;
font-family: 'Source Sans Pro', Arial, sans-serif;
*/



html {
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
}

body {
	padding: 0;
	overflow-x: hidden;
	margin: 0 auto;
	background-color: white;
	font-family: 'Lato', sans-serif;
}

h1, h2, h3 {
	padding:0;
	margin:0;
}


h2 {

	font-family: 'Lato', sans-serif;
	color: #638120;
	text-transform:uppercase;
	font-size: 27px;
	font-weight: 800;
	letter-spacing: 2px;
	

}

.logo-headline {
	padding-left: 20px;
	padding-top: 30px;
	
}

.logo-headline img {
	float: left;

}

.logo-headline h2 {
	float: left;
	padding-left: 30px;
	padding-top: 15px;


}


/* HEADER*/
#header {
	min-height: 733px;
	background-image: url('../img/hero.jpg');
	background-repeat: no-repeat;
	background-position: 50% 0;
	padding-top: 46px;
	overflow: hidden;
	background-size: cover;
}

#site-logo-text {
	float: left;
	padding-top: 3px;
    padding-left: 20px;
}

#nav {
	float: right;
	margin-top: 15px;
	margin-right: 21px;
	overflow: hidden;
}

#nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;

}

#nav ul li {
	float: left;
}

#nav ul li a {
	text-decoration: none;
	display: block;
	padding: 8px;
	margin-right: 2px;
	margin-left: 2px;
	font-family:'Lato', sans-serif;
	font-size: 14px;
	color: #fff;
	font-weight: 800;
	text-transform: uppercase;
	border: 3px solid transparent;
	
}

#nav ul li a:hover {
	border: 3px solid #AE8C65;
	border-radius: 4px;
}

#hero-text {
	clear: both;
	margin-top: 400px;
	margin-right:128px;
	text-align: right;
	
}

#hero-text h1 {
	font-family: 'Lato', sans-serif;
	color: #fff;
	font-weight: 800;
	font-size: 30px;
	text-transform: uppercase;
	text-shadow: 1px 1px #000;
	letter-spacing: 2px;
}	


/* FOTOGRAFIJE*/

#fotografije {
	overflow: hidden;
	
}

.fotografije-data {
	width: 50%;
	padding: 50px;
	float: left;
}


.fotografije-text {
	margin: 100px 0 30px 0;
	padding-top:45px;
	padding-left: 20px;
	
}

.fotografije-text li {
	font-family: 'Lato', sans-serif;
	color: #638120;
	text-transform:none;
	font-size: 25px;
	line-height: 2;
	margin-left: 10px;
	padding-top:20px;

}
		
.image-holder-fotografije {
	float: left;
	margin-bottom: -6px;
	width: 50%;
	min-width: 300px;
			
}

.image-holder-fotografije img {
	width: 100%;
}



/* USlUGE */

#usluge {
	overflow: hidden;
	background-color: #D7B202;
			
}

.usluge-data{
	width: 50%;
	padding: 50px;
	float: left;
}

.image-holder-usluge {
   float: left;
   margin-bottom: -6px;
   width:50%;
   min-width: 300px;
		
}

.image-holder-usluge img{
	width: 100%;

}

.usluge-text{
	margin: 100px 0 30px 0;
	/*padding-top:45px;
	padding-left: 20px;*/
}

.usluge-text li {
	font-family: 'Lato', sans-serif;
	color: #638120;
	text-transform:none;
	font-size: 25px;
	line-height: 2;
	margin-left: 10px;
	padding-top: 20px;
}








/* O NAMA */


#o-nama{
	min-height: 733px;
	background-image: url('../img/o-nama.jpg');
	background-repeat: no-repeat;
	background-position: 50% 0;
	background-image: 
	padding-top: 46px;
	overflow: hidden;
	background-size: cover;
}

#o-nama .logo-headline {
	padding-left: 30px;
	padding-top: 30px;
}

#o-nama h2 {
	color: #fff;

}

#o-nama-text {
	padding: 175px 130px 55px 110px;
	text-align: justify;
	
	
}	

#o-nama-text h3 {
    font-family: 'Lato', sans-serif;
	color: #fff;
	font-weight: 800;
	font-size: 25px;
	text-transform: uppercase;
	text-shadow: 1px 1px #000;
	letter-spacing: 2px;
	padding-top: 15px;
}	

#o-nama-text p {
    font-family: 'Lato', sans-serif;
	color: #fff;
	font-weight: 800;
	font-size: 18px;
	text-transform: none;
	text-shadow: 1px 1px #000;
	letter-spacing: 1px;
	line-height: 2;
	text-align: justify;
	clear: both;
	width: auto;


	
}	


/* CENOVNIK */


#cenovnik {
	min-height: 733px;
	background-image: url('../img/cenovnik-background.jpg');
	background-repeat: no-repeat;
	background-position: 50% 0;
	padding-top: 46px;
	overflow: hidden;
	background-size: cover;
}

#cenovnik .logo-headline {
	padding-left: 30px;
	padding-top: 0px;
}

#cenovnik-text{
	float: left;
	width: 100%;
	display: block;
	padding-left: 100px;
	padding-bottom: 50px;
}


#cenovnik-text h4 {
	font-family: 'Lato', sans-serif;
	color: #638120;
	text-transform:uppercase;
	font-size: 16px;
}

#cenovnik-text h5 {
	font-family: 'Lato', sans-serif;
	color: #638120;
	font-size: 14px;
}

#cenovnik-text pre {
	font-family: 'Lato', sans-serif;
	color: #638120;
	font-size: 12px;
}

#cenovnik-text p {
	font-family: 'Lato', sans-serif;
	color: #638120;
	font-size: 12px;
}


.cenovnik-block {
	float: left;
	position: relative;
	width: 30.3%;
	text-align: left;
	padding-top: 20px;

}






/* KONTAKT */

#kontakt {
	overflow: hidden;
}

#site-logo-kontakt  {
	float: left;
	background-color: #D7B202;
	width: 100%;
}

#site-logo-kontakt .logo-headline {
	padding-left: 30px;
	padding-top: 5px;
}

#kontakt h4 {
	font-family: 'Lato', sans-serif;
	color: #638120;
	font-size: 16px;
	text-align: center;
}


.contact-section{
	width: 100%;
	display: block;
	text-align: center;
	margin: 30px 0;
}

.contact-section a{
	text-decoration: none;
	color: #638120;
	padding-right: 10px;
}

.contact-section .fa{
	display: block;
	color: #638120;
	margin: 0 15px;
	padding-bottom: 10px;
}


.contact-section.social a{
	display: inline-block;
	margin: 0 15px;
}

.overlay {
   background:transparent;
   position:relative;
   width:1430px;
   height:450px;
   top:450px;
   margin-top:-450px;
  
}



/*MEDIA QUERIES*/
@media screen and (max-width: 768px) {
	#nav {
	    clear: both;
	    float: left;
	}
	#nav ul li {
	    float: none;
    }
        #hero-text {
    	width:100%;
    }
   

    .image-holder-usluge{
    	width: 100%;
    }

    .usluge-data{
    	width: 100%;
    }
    .fotografije-data {
    	width: 100%;
    }
    .image-holder-fotografije {
    	width: 100%;
    }

    .cenovnik-block {
    	width: 100%;
    	
    }

	.logo-headline  {
	padding-left:0;

	}










