@charset "utf-8";
/* CSS Document */
/* Fontovi */
@font-face {
  font-family: TrajanPro;
  src: url(../fonts/TrajanPro-Regular.otf);
}
@font-face {
  font-family: TrajanPro;
  src: url(../fonts/TrajanPro-Bold.otf);
  font-weight: bold;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Times New Roman", Times, serif;
  font-size: 1rem;
  color: #000;
}
.clear-margin-right{
	margin-right: 0;
}

/* Naslovi i paragrafi */

h1, p {
  color: #000;
  text-align: center;
  line-height: 1.4;
}

h1 {
  font-size: 2.2rem;
}

h2 {
  color: #000;
  font-size: 1.3rem;
  text-align: center;
  line-height: 1.4;
  margin-bottom: 10px;
}

/* Osnovna podešavanja */

.page-wrapper {
  width: 100%;
  height: auto;
}

.nav-wrapper {
  width: 100%;
  position: -webkit-sticky; /* Safari */
  position: sticky;
  top: 0;
  background-color: #fff;
  opacity: 0.9;
  z-index: 2;
  }

/* Navigacija */
.navbar {
  display: grid;
  grid-template-columns: 1fr 3fr;
  align-items: center;
  height: 80px;
  overflow: hidden;
}

.navbar img {
  width: auto;
  justify-self: start;
  margin-left: 15%;
}

.navbar ul {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(6,auto);
  justify-self: end;
  width: 40%;
}

.nav-item a {
  color: #000;
  font-family: TrajanPro;
  font-weight: bold;
  font-size: 0.9rem;
  text-decoration: none;
  transition: color 0.3s ease-out;

}

.nav-item a:hover {
  color: #3498db;
}
.nav-item .aktivan-link {
  color: #3498db;
}

/* Odeljci - Sections */
.headline {
  width: 100%;
  height: 50vh;
  min-height: 600px;
  background: url(../images/fotografija-vencanja-naslovna.webp) center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.no-search {
  transform: translate(0);
  transition: transform 0.7s ease-in-out;
}


/* Mobilna navigacija i animacija */
.menu-toggle .bar{
  width: 25px;
  height: 3px;
  background-color: #3f3f3f;
  margin: 5px auto;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.menu-toggle {
  justify-self: end;
  margin-right: 25px;
  display: none;
}

.menu-toggle:hover{
  cursor: pointer;
}

#mobile-menu.is-active .bar:nth-child(2){
  opacity: 0;
}

#mobile-menu.is-active .bar:nth-child(1){
  -webkit-transform: translateY(8px) rotate(45deg);
  -ms-transform: translateY(8px) rotate(45deg);
  -o-transform: translateY(8px) rotate(45deg);
  transform: translateY(8px) rotate(45deg);
}

#mobile-menu.is-active .bar:nth-child(3){
  -webkit-transform: translateY(-8px) rotate(-45deg);
  -ms-transform: translateY(-8px) rotate(-45deg);
  -o-transform: translateY(-8px) rotate(-45deg);
  transform: translateY(-8px) rotate(-45deg);
}

/* Dugme za povratak na vrh stranice */
#btn-back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
  background-color: #3498db;
  border: 1px solid #3498db;
  z-index: 3;
}

/* Kartica dobrodošlice */
.dobrodoslica {
	text-align: center; 
	font-family: "Times New Roman", Times, serif;
	z-index: -1;
	margin: 2%;
	margin-bottom: 5%;
}
.dobrodoslica h1{
	font-family: TrajanPro;
	font-size: 2rem;
	text-transform: uppercase;
}
.dobrodoslica p{
	font-size: 1rem;
}

/* Kartice sa uslgama */
.snip1533 {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  color: #9e9e9e;
  display: inline-block;
  font-size: 16px;
  margin: 3% 2% 2% 2%;
  max-width: 390px;
  min-width: 300px;
  position: relative;
  text-align: center;
  width: 100%;
  background-color: #ececec;
  border-radius: 5px;
  z-index: -1;
}
.snip1533 *,
.snip1533 *:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
.snip1533 figcaption {
  padding: 10% 5% 0;
}
.snip1533 figcaption:before {
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #fff;
  border-radius: 50%;
  border: 3px solid #000;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  color: #000;
  font-size: 50px;
  font-style: normal;
  left: 50%;
  line-height: 100px;
  position: absolute;
  top: -50px;
  width: 100px;
}
.tekst{
	font-size: 1.2rem;
}
.fotoaparat figcaption:before{ content: "\f030"; font-family: 'FontAwesome'; }
.video-snimanje figcaption:before{ content: "\f03d"; font-family: 'FontAwesome'; }
.fotografija figcaption:before{ content: "\f302"; font-family: 'FontAwesome'; }
.snimanje-spota figcaption:before{ content: "\f008"; font-family: 'FontAwesome'; }
.fotobook figcaption:before{ content: "\f02d"; font-family: 'FontAwesome'; }
.snip1533 h3 {
  color: #3c3c3c;
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 24px;
  margin: 40px 0 10px 0;
  font-family: TrajanPro;
}
.snip1533 blockquote {
  font-weight: 300;
  margin: 0 0 10px 0;
}
.snip1533 blockquote p{
	  color: #333;
	  font-size: 0.9rem;
	  text-align: center;	  
}
.box-usluga{
	float: left; 
	margin-left: 3.2%; 
	text-align: center; 
	max-width: 560px;
	min-width: 300px;
	width: 100%;
	background-color: #ccc;
	padding-left: 0;
	padding-right: 0;
}
.box-usluga img{
	width: 100%;
	opacity: 0.7;
	}
.box-usluga h3{
	padding-top: 2%;
	text-transform: uppercase;
	}
.box-usluga h3 a{
	color: #3498db;
	text-decoration: none;
	font-size: 1.75rem;
}
.box-usluga h3 a:hover{
	color: #000;
	text-decoration: none;
	transition: 0.3s ease-out;
	font-size: 1.75rem;
}
.box-usluga p{
	padding: 2%;
	}
.box-usluga img:hover{
	opacity: 1;
	transition: 0.3s ease-out;
	}
.box-usluga .dugme{
	border: 5px solid #000;
	background-color: #fff;
	font-family: TrajanPro;
	color: #333;
	text-transform: uppercase;
	padding: 3%;
	text-decoration: none;
	font-size: 0.9rem;
	display: block;
	width: 100%;
	margin: 0;
}
.box-usluga  .dugme:hover{
	background-color: #000;
	color: #fff;
	transition: color 0.5s ease-out;
}


/* Kartica sa uslugom */
.info-usluga{
	width: 100%;
	margin: 2% 0 2% 0;
	min-height: 350px;
}
.info-slika{
	width: 40%;
	float: left;
	padding-left: 2%;
}
.info-slika-manja{
	width: 33%;
}
.info-slika-manja img{
	width: 100%;
}
.info-slika img{
	width: 100%;
}
.info-slika-manja img{
	width: 100%;
}
.info-tekst{
	width: 60%;
	float: left;
}
.info-tekst h2{
	font-family: TrajanPro;
	font-size: 1.2rem;
	font-weight: bold;
	margin: 0 5% 2% 5%;
	color: #000;
	text-align: left;
}
.info-tekst p{
	float: left;
	font-family: "Times New Roman", Times, serif;
	font-size: 1rem;
	margin: 0 5% 2% 5%;
	color: #333;
	text-align: left;
}
.info-tekst .dugme{
	border: 5px solid #000;
	background-color: #fff;
	font-family: TrajanPro;
	color: #333;
	text-transform: uppercase;
	padding: 5%;
	text-decoration: none;
	font-size: 0.9rem;
	display: block;
	width: 110%;
}
.info-tekst .dugme:hover{
	background-color: #000;
	color: #fff;
	transition: color 0.5s ease-out;
}

/* Parallax slika */
.parallax {
  /* slika koja se koristi */
  background-image: url("../images/parallax.webp");
  /* podešavanje visine slike */
  height: 600px;
  /* Kreiranje efekta parallax slike */
  background-attachment: fixed;
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}
.parallax-content{
	height:2%;
	top: 10%;
}
.btn-parallax{
	margin-top: 2%;
}
.btn-parallax a{
	border: 5px solid #000;
	background-color: rgb(255,255,255, 0.3);
	font-family: TrajanPro;
	font-weight: bold;
	color: #333;
	text-transform: uppercase;
	padding: 2%;
	text-decoration: none;
	font-size: 2rem;
}
.btn-parallax a:hover{
    background-color: #000;
	color: #fff;
	transition: color 0.5s ease-out;
}
.text-parallax{
	text-align: center; 
	padding: 10%; 
}
.naslov-parallax{
	font-weight: bold; 
	line-height: 5rem;
	font-size: 2rem;
	font-family: TrajanPro;
}

footer{
	background-color: #1b1a1a;
	width: 100%;
	min-height: 290px;
}
footer a{
	color: #fff;
	text-decoration: none;
	}
footer a:hover{
	color: #3498db;
	text-decoration: underline;
	transition: color 0.3s ease-out;
}
.levi-deo{
	width: 35%;
	padding-left: 5%;
	padding-top: 2%;
	float: left;
}
.levi-deo p{
	text-align: left;
	color: #fff;
	font-family: "Times New Roman", Times, serif;
	font-size: 0.9rem;
	font-weight: bold;
}
.sredina{
	width: 30%;
	float: left;
	padding-top: 2%;
	padding-left: 5%;
}
.sredina h1{
	font-family: TrajanPro;
	font-size: 1rem;
	color: #fff;
	font-weight: bold;
	text-align: left;
}
.sredina p{
	color: #fff;
	font-family: "Times New Roman", Times, serif;
	font-size: 0.9rem;
	font-weight: 400;
	text-align: left;
	font-weight: bold;
}
.desni-deo{
	text-align: right;
	width: 35%;
	padding-right: 10%;
	float: left;
	padding-top: 2%;
}
.desni-deo h1{
	font-family: TrajanPro;
	font-size: 1rem;
	color: #fff;
	font-weight: bold;
	text-align: right;
}
.desni-deo p{
	color: #fff;
	font-family: "Times New Roman", Times, serif;
	font-size: 0.9rem;
	font-weight: 400;
	text-align: right;
	font-weight: bold;
}
.ikonice{
	  color: #fff;
	  margin-left: 2%;
  }
.ikonice:hover{
	color: #3498db;
	transition: color 0.3s ease-out;
}
.linija{
	width: 100%;
	text-align: center;
    font-family: TrajanPro;
	font-size: 0.7rem;
	color: #fff;
	background-color: #333;
	float: left;
	min-height: 25px;
	padding-top: 0.5%;
}
.linija a{
	font-family: TrajanPro;
	font-size: 0.7rem;
	text-decoration: none;
	color: #fff;
}
.linija a:hover{
	text-decoration: underline;
}

/* Dizajn ostalih stranica */
.container-stranice{
	margin: 1% 3%;
	text-align: left;
	font-family: TrajanPro;
	text-decoration: none;
	min-height: 620px;
}
.container-stranice h1{
    font-family: TrajanPro;
    font-size: 2rem;
    font-weight: bold;
    text-align: left;
}

.container-stranice h2{
    font-family: TrajanPro;
    font-size: 1.1rem;
    font-weight: bold;
    text-align: left;
}
.container-stranice a{
	text-decoration: none;
	font-family: TrajanPro;
	font-size: 1.2rem;
    font-weight: bold;
    color: #3498db;
    text-align: left;
	text-transform: none;
}
.container-stranice a:hover{
	text-decoration: none;
	color: #000;
	transition: color 0.3s ease-out;
	text-transform: none;
}
.container-stranice h1 a{
	text-decoration: none;
	font-family: TrajanPro;
	font-size: 2rem;
    font-weight: bold;
    color: #3498db;
    text-align: left;
}
.container-stranice h1 a:hover{
	text-decoration: none;
	color: #000;
	transition: color 0.3s ease-out;
}
.container-stranice h2 a{
	text-decoration: none;
	font-family: TrajanPro;
	font-size: 1.1rem;
    font-weight: bold;
    color: #3498db;
    text-align: left;
}
.container-stranice h2 a:hover{
	text-decoration: none;
	color: #000;
	transition: color 0.3s ease-out;
}
.container-stranice p{
	text-align: left;
	font-size: 1rem;
	
}
.container-stranice p a{
	font-size: 1rem;
	text-transform: none;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
}
.container-stranice p a:hover{
	text-decoration: none;
	color: #000;
	transition: color 0.3s ease-out;
}
.container-stranice img{
	border-radius: 5%;
	margin-top: 1%;
	margin-left: 1%;
}
.pozicija-slike{
	text-align: center;
}
.umanjena-slika{
	opacity: 0.5;
	border: 3px solid #3399cc;
	width: 180px;
}
.umanjena-slika:hover{
	opacity: 1;
	border: 3px solid #3399cc;
	transition: 0.8s ease-out;
}
.container-stranice .mail-link{
	font-family:"Times New Roman", Times, serif;
}
.usluge-lista{
	font-family: TrajanPro;
	font-size: 0.9rem;
	}
.usluge-lista a{
	text-decoration: none;
    font-family: TrajanPro;
    font-size: 0.9rem;
    font-weight: bold;
    color: #3498db;
    text-align: left;
    text-transform: none;
	}
.usluge-lista a:hover{
	text-decoration: none;
    color: #000;
    transition: color 0.3s ease-out;
    text-transform: none;
	}
.row{
 margin-right: 0;
}
.dodatna-usluga{
	margin: 7% 0 7% 5%;
	transition: transform .5s ease;
	max-width: 500px;
	border: 2px solid #000;
	border-radius: 2%;
}
.dodatna-usluga:hover{
	transform: scale(1.2);
}
.dodatna-usluga p{
	padding: 2%;
}
.dodatna-usluga img{
	padding: 0;
	margin: 0;
	border-radius: 0;
	width: 100%;
}
.dodatna-usluga .dugme {
    border: 5px solid #000;
    background-color: #fff;
    font-family: TrajanPro;
    color: #333;
    text-transform: uppercase;
	text-align: center; 
    padding: 3%;
    text-decoration: none;
    font-size: 0.9rem;
    display: block;
    width: 100%;
}
.dodatna-usluga .dugme:hover{
	background-color: #000;
	color: #fff;
	transition: color 0.5s ease-out;
}
.dodatna-usluga .naslov-usluge{
	margin: 1% 0 0 2%;
}
.dodatna-usluga .naslov-usluge a{
	text-decoration: none;
    font-family: TrajanPro;
    font-size: 1.1rem;
    font-weight: bold;
    color: #3498db;
    text-align: left;
}
.dodatna-usluga .naslov-usluge a:hover{
    text-decoration: none;
    color: #000;
    transition: color 0.3s ease-out;
}
/* Stranica usluge */
.box-usluga-page{
	float: left; 
	padding-left: 0;
	padding-right: 0;
}
.box-usluga-page img{
	width: 100%;
	opacity: 0.7;
	}
.box-usluga-page h2{
	padding-top: 2%;
	}
.box-usluga-page h2 a{
	color: #3498db;
	text-decoration: none;
	font-size: 1.75rem;
}
.box-usluga-page h2 a:hover{
	color: #000;
	text-decoration: none;
	transition: 0.3s ease-out;
	font-size: 1.75rem;
}
.box-usluga-page p{
	padding: 2%;
	}
.box-usluga-page img:hover{
	opacity: 1;
	transition: 0.3s ease-out;
	}
.box-usluga-page .dugme{
	border: 5px solid #000;
	background-color: #fff;
	font-family: TrajanPro;
	color: #333;
	text-transform: uppercase;
	padding: 3%;
	text-decoration: none;
	font-size: 0.9rem;
	display: block;
	width: 100%;
	margin: 0;
}
.box-usluga-page  .dugme:hover{
	background-color: #000;
	color: #fff;
	transition: color 0.5s ease-out;
}

.img-velicina{
	width: 100%;
}
.blog .dugme
 {
    border: 5px solid #000;
    background-color: #fff;
    color: #333;
	font-family: TrajanPro;
    text-transform: uppercase;
	text-align: center; 
    padding: 0.5%;
    text-decoration: none;
    font-size: 0.7rem;
    display: block;
	width: 25%;
	margin-top: 0;
}
.blog .dugme:hover{
	font-size: 0.7rem;
	font-family: TrajanPro;
	text-transform: uppercase;
	background-color: #000;
	color: #fff;
	transition: color 0.5s ease-out;
}
/* Navigacija breadcrumb */
ul.breadcrumb {
  padding: 0.5% 5% 0.5% 0;
  list-style: none;
  background-color: #fff;
}

/* Display list items side by side */
ul.breadcrumb li {
  display: inline;
  font-size: 12px;
}

/* Add a slash symbol (/) before/behind each list item */
ul.breadcrumb li+li:before {
  padding: 8px;
  color: black;
  content: "/\00a0";
}

/* Add a color to all links inside the list */
ul.breadcrumb li a {
  color: #0275d8;
  text-decoration: none;
  font-size: 12px;
}

/* Add a color on mouse-over */
ul.breadcrumb li a:hover {
  color: #01447e;
  text-decoration: underline;
}

/* Media upiti */
/* Mobilni uređaji - Telefoni/Tableti */
@media only screen and (max-width: 428px) { 
  /* Naslovi na mobilni telefonima */
  
  h1 {
    font-size: 1.9rem;
  }
  
  h2 {
    font-size: 1rem;
  }
  
  p {
    font-size: 0.8rem;
  }
  
  /* Navigacija na mobilnom uređaju */
  .nav-wrapper {
	  opacity: 1;
  }  
  
  .navbar ul {
    display: flex;
    flex-direction: column;
    position: fixed;
    justify-content: start;
    top: 80px;
    background-color: rgba(255,255,255,1);
    width: 100%;
    height: calc(100vh - 55px);
    transform: translate(-101%);
    text-align: center;
    overflow: hidden;
  }
  
  .navbar li {
    padding: 15px;
  }
  
  .navbar li:first-child {
    margin-top: 50px;
  }
  
  .navbar li a {
    font-size: 1rem;
  }
   
  .menu-toggle, .bar {
    display: block;
    cursor: pointer;
  }
  
  .mobile-nav {
  transform: translate(0%)!important;
  }
  
  /* Sekcije */
  
  .headline {
   height: 20vh;
   background: url(../images/fotografija-vencanja-naslovna.webp) 50% left;
   
  } 
  
  .feature-container:nth-child(2) {
    order: -1;
  } 
  .snip1533 {
	  width: 84%;
	  z-index: -1;
	  margin: 15% 6% 1%; 
  }
  .dobrodoslica {
	margin: 5%;
  }
  .info-usluga{
	min-height: 870px;
  }
  .info-slika{
	width: 100%;
	padding: 5%;
  }
  .info-tekst{
	width: 100%;
  }
  .info-tekst h2{
	margin: 5% 0 2% 5%;
  }
  .info-tekst .dugme{
	width: 110%;
	margin-top: 5%;
	margin-left: 25%;
  }
  .parallax {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
  }
  .btn-parallax a{
	padding: 4%;
  }
  footer{
	  min-height: 560px;
  }
  .levi-deo{
	  width: 100%; 
	  text-align: center; 
  }
  .levi-deo p{
	  text-align: center;
  }
  .levi-deo img{
	  text-align: center;
  }
  .sredina{
	  width: 100%;
  }
  .sredina p{
	  text-align: center;
  }
  .sredina h1{
	  text-align: center;
  }
  .desni-deo{
	  width: 100%;
	  padding: 0;
  }
  .desni-deo p{
	  text-align: center;
  }
  .desni-deo h1{
	  text-align: center;
  }
  .linija{
	  padding-top: 1%;
  }
  .container-stranice p{
	  padding-left: 1%;
	  padding-right: 1%;
  }
  .container-stranice img{
	  width: 100%;
	  margin-bottom: 1%;
  }
.container-stranice img.potpis{
	width: 100px;
}

.umanjena-slika{
	width: 100%;
}
.portfolio-prikaz{
	text-align: center;
}
   .clear-margin-left{
	margin-right: 0;
   }
   .box-usluga {
    float: left;
    margin-left: 0;
    text-align: center;
    max-width: 390px;
    min-width: 300px;
    width: 100%;
	margin-bottom: 5%;
   }
   .box-usluga .dugme {
    border: 5px solid #000;
    background-color: #fff;
    font-family: TrajanPro;
    color: #333;
    text-transform: uppercase;
    padding: 3%;
    text-decoration: none;
    font-size: 0.9rem;
    display: block;
    width: 100%;
    margin: 0;
}
   .box-usluga .dugme:hover {
    background-color: #000;
    color: #fff;
    transition: color 0.5s ease-out;
    width: 100%;
    margin: 0;
   }
.row{
 --bs-gutter-x: 0;
 justify-content: space-around;
}
.dodatna-usluga{
	margin: 6% 0 7% 1%;
	transition: transform .5s ease;
	max-width: 400px;
	border: 2px solid #000;
	border-radius: 2%;
}
.dodatna-usluga:hover{
	transform: scale(1);
}
.dodatna-usluga p{
	padding: 2%;
}
.dodatna-usluga img{
	padding: 0;
	margin: 0;
	border-radius: 0;
	width: 100%;
}
.dodatna-usluga .dugme {
    border: 5px solid #000;
    background-color: #fff;
    font-family: TrajanPro;
    color: #333;
    text-transform: uppercase;
	text-align: center; 
    padding: 3%;
    text-decoration: none;
    font-size: 0.9rem;
    display: block;
    width: 100%;
}
.dodatna-usluga .dugme:hover{
	background-color: #000;
	color: #fff;
	transition: color 0.5s ease-out;
}
.info-slika-manja {
    width: 100%;
}


}

@media only screen and (min-width: 428px) and (max-width: 508px){
  /* Naslovi na mobilni telefonima */
  
  h1 {
    font-size: 1.9rem;
  }
  
  h2 {
    font-size: 1rem;
  }
  
  p {
    font-size: 0.8rem;
  }
  
  /* Navigacija na mobilnom uređaju */
  .nav-wrapper {
	  opacity: 1;
  }  
  
  .navbar ul {
    display: flex;
    flex-direction: column;
    position: fixed;
    justify-content: start;
    top: 80px;
    background-color: rgba(255,255,255,1);
    width: 100%;
    height: calc(100vh - 55px);
    transform: translate(-101%);
    text-align: center;
    overflow: hidden;
  }
  
  .navbar li {
    padding: 15px;
  }
  
  .navbar li:first-child {
    margin-top: 50px;
  }
  
  .navbar li a {
    font-size: 1rem;
  }
   
  .menu-toggle, .bar {
    display: block;
    cursor: pointer;
  }
  
  .mobile-nav {
  transform: translate(0%)!important;
  }
  
  /* Sekcije */
  
  .headline {
   height: 20vh;
   background: url(../images/fotografija-vencanja-naslovna.webp) 50% left;
   
  } 
  
  .feature-container:nth-child(2) {
    order: -1;
  } 
  .snip1533 {
	  width: 84%;
	  z-index: -1;
	  margin: 15% 6% 1%; 
  }
  .dobrodoslica {
	margin: 5%;
  }
  .info-usluga{
	min-height: 870px;
  }
  .info-slika{
	width: 100%;
	padding: 5%;
  }
  .info-tekst{
	width: 100%;
  }
  .info-tekst h2{
	margin: 5% 0 2% 5%;
  }
  .info-tekst .dugme{
	width: 110%;
	margin-top: 5%;
	margin-left: 25%;
  }
  .parallax {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
  }
  .btn-parallax a{
	padding: 4%;
  }
  footer{
	  min-height: 560px;
  }
  .levi-deo{
	  width: 100%; 
	  text-align: center; 
  }
  .levi-deo p{
	  text-align: center;
  }
  .levi-deo img{
	  text-align: center;
  }
  .sredina{
	  width: 100%;
  }
  .sredina p{
	  text-align: center;
  }
  .sredina h1{
	  text-align: center;
  }
  .desni-deo{
	  width: 100%;
	  padding: 0;
  }
  .desni-deo p{
	  text-align: center;
  }
  .desni-deo h1{
	  text-align: center;
  }
  .linija{
	  padding-top: 1%;
  }
  .container-stranice p{
	  padding-left: 1%;
	  padding-right: 1%;
  }
  .container-stranice img{
	  width: 100%;
	  margin-bottom: 1%;
  }
    .info-slika-manja{
	  width: 300%;
	  margin-bottom: 1%;
  }
.container-stranice img.potpis{
	width: 100px;
}

.umanjena-slika{
	width: 100%;
}
.portfolio-prikaz{
	text-align: center;
}
   .clear-margin-left{
	margin-right: 0;
   }
   .box-usluga {
    float: left;
    text-align: center;
    max-width: 390px;
    min-width: 300px;
    width: 100%;
	margin-bottom: 5%;
	margin-left: 8%;
   }
   .box-usluga .dugme {
        border: 5px solid #000;
        background-color: #fff;
        font-family: TrajanPro;
        color: #333;
        text-transform: uppercase;
        padding: 3%;
        text-decoration: none;
        font-size: 0.9rem;
        display: block;
        width: 100%;
        margin: 0;
    }
   .box-usluga .dugme:hover {
    background-color: #000;
    color: #fff;
    transition: color 0.5s ease-out;
    width: 100%;
    margin: 0;
   }
.snip1533 {
    width: 84%;
    z-index: -1;
    margin: 15% 6% 1%;
}
.row{
 --bs-gutter-x: 0;
}

.dodatna-usluga:hover{
	transform: scale(1);
}
.info-slika-manja {
    width: 100%;
}

}
@media only screen and (min-width: 1024px) and (max-width: 1200px){
	.snip1533{  
	margin: 5% 1% 2%;
	}
	.navbar ul {
		width: 60%;
		}
	.info-usluga{
		min-height: 400px;
	}
	.box-usluga {
    float: left;
    margin-left: 0;
    text-align: center;
    max-width: 320px;
    min-width: 150px;
    width: 100%;
   }
   .box-usluga .dugme {
    border: 5px solid #000;
    background-color: #fff;
    font-family: TrajanPro;
    color: #333;
    text-transform: uppercase;
    padding: 3%;
    text-decoration: none;
    font-size: 0.9rem;
    display: block;
    width: 95%;
    margin-left: 5%;
}
.dodatna-usluga:hover{
	transform: scale(1.1);
}
}
@media only screen and (min-width: 1200px) and (max-width: 1680px){
.snip1533{
	margin: 3% 0.7% 2% 1%;
	width: 270px;
	}
.box-usluga {
    float: left;
    text-align: center;
    max-width: 320px;
    min-width: 270px;
    width: 100%;
	margin-left: 2%;
	}
.dodatna-usluga:hover{
	transform: scale(1.1);
}
}

@media only screen and (min-width: 508px) and (max-width: 690px){
  /* Naslovi na mobilni telefonima */
  
  h1 {
    font-size: 1.9rem;
  }
  
  h2 {
    font-size: 1rem;
  }
  
  p {
    font-size: 0.8rem;
  }
  
  /* Navigacija na mobilnom uređaju */
  .nav-wrapper {
	  opacity: 1;
  }  
  
  .navbar ul {
    display: flex;
    flex-direction: column;
    position: fixed;
    justify-content: start;
    top: 80px;
    background-color: rgba(255,255,255,1);
    width: 100%;
    height: calc(100vh - 55px);
    transform: translate(-101%);
    text-align: center;
    overflow: hidden;
  }
  
  .navbar li {
    padding: 15px;
  }
  
  .navbar li:first-child {
    margin-top: 50px;
  }
  
  .navbar li a {
    font-size: 1rem;
  }
   
  .menu-toggle, .bar {
    display: block;
    cursor: pointer;
  }
  
  .mobile-nav {
  transform: translate(0%)!important;
  }
  
  /* Sekcije */
  
  .headline {
   height: 20vh;
   background: url(../images/fotografija-vencanja-naslovna.webp) 30% left;
   
  } 
  
  .feature-container:nth-child(2) {
    order: -1;
  } 
  .snip1533 {
	  width: 84%;
	  z-index: -1;
	  margin: 15% 6% 1%; 
  }
  .dobrodoslica {
	margin: 5%;
  }
  .info-usluga{
	min-height: 870px;
  }
  .info-slika{
	width: 100%;
	padding: 5%;
  }
  .info-tekst{
	width: 100%;
  }
  .info-tekst h2{
	margin: 5% 0 2% 5%;
  }
  .info-tekst .dugme{
	width: 110%;
	margin-top: 5%;
	margin-left: 0;
  }
  .parallax {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
  }
  .btn-parallax a{
	padding: 4%;
  }
  footer{
	  min-height: 560px;
  }
  .levi-deo{
	  width: 100%; 
	  text-align: center; 
  }
  .levi-deo p{
	  text-align: center;
  }
  .levi-deo img{
	  text-align: center;
  }
  .sredina{
	  width: 100%;
  }
  .sredina p{
	  text-align: center;
  }
  .sredina h1{
	  text-align: center;
  }
  .desni-deo{
	  width: 100%;
	  padding: 0;
  }
  .desni-deo p{
	  text-align: center;
  }
  .desni-deo h1{
	  text-align: center;
  }
  .linija{
	  padding-top: 1%;
  }
  .container-stranice p{
	  padding-left: 1%;
	  padding-right: 1%;
  }
  .container-stranice img{
	  width: 100%;
	  margin-bottom: 1%;
  }
.container-stranice img.potpis{
	width: 100px;
}

.umanjena-slika{
	width: 100%;
}
.portfolio-prikaz{
	text-align: center;
}
   .clear-margin-left{
	margin-right: 0;
   }
   .box-usluga {
    float: left;
    text-align: center;
    max-width: 500px;
    min-width: 300px;
    width: 100%;
	margin-left: 15%;
	margin-bottom: 5%;
   }
.snip1533 {
    width: 84%;
    z-index: -1;
    margin: 15% 6% 1%;
}
.row{
 --bs-gutter-x: 0;
}
   .box-usluga .dugme {
    border: 5px solid #000;
    background-color: #fff;
    font-family: TrajanPro;
    color: #333;
    text-transform: uppercase;
    padding: 3%;
    text-decoration: none;
    font-size: 0.9rem;
    display: block;
    width: 100%;
}
.dodatna-usluga{
	margin: 7% 0 10% 15%;
	transition: transform .5s ease;
	max-width: 350px;
	border: 2px solid #000;
	border-radius: 2%;
}

}

@media only screen and (min-width: 1600px) and (max-width: 1900px){
   .box-usluga {
    float: left;
    text-align: center;
    max-width: 520px;
    min-width: 300px;
    width: 100%;
	margin-left: 2%;
   }
   .box-usluga .dugme {
    border: 5px solid #000;
    background-color: #fff;
    font-family: TrajanPro;
    color: #333;
    text-transform: uppercase;
    padding: 3%;
    text-decoration: none;
    font-size: 0.9rem;
    display: block;
    width: 100%;
}