*
{
	margin: 0;
    padding: 0;
	box-sizing: border-box;
}
body{
    font-family: 'Playfair Display', serif;
	font-size: 16px;
	background-color:white;
	background-size: cover;
	width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden; 
}
body::-webkit-scrollbar {
    display: none; 
}
header{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	padding:10px 20px;
	z-index:1000;
	display:flex;
	justify-content:space-between;
	align-items:center;
	transition:0.5s;
    padding-top:40px;	
	font-size: 15px;
	font-family: 'Poppins', sans-serif;

}
header .logo{
	padding-left:170px;
}
header .navigation {
	position:relative;
    display:flex;
	margin-right: 150px;
}
header .navigation li {
	list-style:none;
	margin-left: 50px;

}
header .navigation li a {
	text-decoration:none;
	color:#707070;
	font-weight:300;
}
header .navigation li a:hover {
	color: darkgrey;
    transition-duration: 0.60s;
}
@media (max-width: 1121px)
{
	header
	{
		padding: 10px 20px;
	}
     header .navigation
	 {
		 display:none;
	 }
	 header .navigation.active
	 {
		 width:100%;
		 height: calc(100% - 68px);
		 position:fixed;
		 top:68px;
		 left:0;
		 display:flex;
		 justify-content: center;
		 align-items: center;
		 flex-direction: column;
		 background:white;
	 }
	 header .navigation li 
	 {
		 margin-left:0;
	 }
	 header .navigation li a {
		 color:#707070;
		 font-size: 1.6em;
	 }
	 header .navigation li a:hover {
	     color: darkgrey;
	     transition-duration: 0.60s;
	 }
	 .menuToggle{
		 position: relative;
		 width: 40px;
		 height: 40px;
		 background: url(meni2.svg);
		 background-size: 30px;
		 background-repeat: no-repeat;
		 background-position: center;
		 cursor: pointer;
	 }
	 .menuToggle.active
	 {
		 background: url(close.svg);
		 background-size:30px;
		 background-repeat: no-repeat;
		 background-position:center;
	 }
	 section {
		 padding: 20px;
	 }
     header .logo{
	 padding-left:20px;
}
     main .lajsna{
	height:450px;
	width:500px;
    padding: 50px;
    margin: auto;
    position: relative;
}
    main .text{
	width: 100%;
	margin-top: 150px;
	}
}
.footer{
	background-color:black;
	opacity: 0.7;
    padding: 70px 0;	
	margin-top: 0;
	position: relative;
	bottom: 0;
	width:100%;
	overflow:auto;
    font-family: 'Poppins', sans-serif;	
}
.container{
	
    max-width: 1170px;
    margin:auto;
}

.row {
	display: flex;
	flex-wrap: wrap;	
}
ul{
	list-style:none;	
}
.footer-col{
	width: 30%;
	padding: 0 15px 15px 170px;
	overflow:hidden;
}
.footer-col h4{
	font-size:18px;
	color:#ffffff;
	margin-bottom: 35px; 
	font-weight: 500;
	position: relative;
}
.footer-col h4::before {
	content:'';
	position: absolute;
	left:0;
	bottom: -10px;
	background-color: #ffffff;
	height: 2px;
    box-sizing: border-box;
	width:50px;
}
.footer-col ul li:not(:last-child){
	margin-bottom:10px;
}
.footer-col ul li a{
	font-size: 16px;
	color: #ffffff;
	text-decoration: none;
	font-weight: 400;
	color: #bbbbbb;
	display: block;
	transition: all 0.3s ease;
}
.footer-col ul li {
	font-size: 16px;
	color: #ffffff;
	text-decoration: none;
	font-weight: 400;
	color: #bbbbbb;
	display: block;
	transition: all 0.3s ease;
}
.footer-col ul li a:hover{
	color: #ffffff;
	padding-left: 10px;
}

.footer-col .social-links a img{
	display: in-block;
	height:40px;
	width:40px;
	margin:0 10px 10px 0;
	text-align: center;
	color:#ffffff;
	transition: all 0.5s ease;
	}
.footer-col .social-links a:hover img{
    transition: all .2s ease-in-out; 
    transform: scale(1.3); 
}
.footer-col .iso a:hover img{
    transition: all .2s ease-in-out; 
    transform: scale(1.1); 
}
.lajsna{
	height:650px;
	width:700px;
    padding: 50px;
    margin: auto;
    position: relative;
}
.lajsna img{
	width:100%;
	height:auto;
	clear:right;
}
@media(max-width:767px){
	.footer-col{
		width:40%;
		margin-bottom:30px;

	}
}
@media(max-width:874px){
	.footer-col{
		width:100%;
		}
	.footer-col{
	padding-left:50px;
}
}
.text {
	width: 55%;
    padding: 50px;
    margin: auto;
	margin-top: 205px;
	color:#707070;
    position: relative;	
	font-family: 'Poppins', sans-serif;
	text-align:justify;
	
}
.naslovi{
	color:#3b3b3b;
	font-size:34px;	
	font-family: 'playfair-display';
}
@media(max-width:600px){
	.lajsna{
	height:100px;
	width:150px;
    padding: -1px;
    margin: auto;
    position: relative;
}
.lajsna img{
	width:20%;
	height:auto;
	clear:right;
}
}
@media(max-width:700px){
.lajsna img{
	width:80%;
	height:auto;
	clear:right;
}
}
#cookieConsent {
  position: fixed;
  bottom: 20px;
  right: 20px;
  padding: 10px;
  max-width: 400px;
  background-color: #f2f2f2;
  border-radius: 5px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  z-index: 9999;
  display: none;
  font-size: 14px;
}

#cookieConsent a {
  color: grey;
  text-decoration: none;

}
#cookieConsent p {
  color: black;
  text-decoration: none;
  font-family: 'Poppins';
}

#cookieConsent a:hover {
  text-decoration: underline;
}

#cookieConsent .cookieConsentOK {
  background-color: #007bff;
  color: #fff;
  border-radius: 3px;
  padding: 5px 10px;
  cursor: pointer;
  margin-left: 15px;
}

#cookieConsent .cookieConsentOnlyNecessary {
  background-color: #007bff;
  color: #fff;
  border-radius: 3px;
  padding: 5px 10px;
  cursor: pointer;
  margin-left: 15px;
}
@media screen and (max-width: 600px) {
  #cookieConsent {
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    padding: 10px;
    text-align: center;
  }

  #cookieConsent .cookieConsentOK {
    margin-top: 10px;
    margin-left: 0;
  }

  #cookieConsent .cookieConsentOnlyNecessary {
    margin-top: 10px;
    margin-left: 0;
  }
}
#cookieConsent {
  position: fixed;
  bottom: 20px;
  right: 20px;
  padding: 10px;
  max-width: 400px;
  background-color: #f2f2f2;
  border-radius: 5px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  z-index: 9999;
  display: none;
  font-size: 14px;
}

#cookieConsent a {
  color: grey;
  text-decoration: none;
}
#cookieConsent p {
  color: black;
  text-decoration: none;
  font-family: 'Poppins';
}

#cookieConsent a:hover {
  text-decoration: underline;
}

#cookieConsent .cookieConsentOK {
  background-color: #007bff;
  color: #fff;
  border-radius: 3px;
  padding: 5px 10px;
  cursor: pointer;
  margin-left: 15px;
}

#cookieConsent .cookieConsentOnlyNecessary {
  background-color: #007bff;
  color: #fff;
  border-radius: 3px;
  padding: 5px 10px;
  cursor: pointer;
  margin-left: 15px;
}
@media screen and (max-width: 600px) {
  #cookieConsent {
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    padding: 10px;
    text-align: center;
  }

  #cookieConsent .cookieConsentOK {
    margin-top: 10px;
    margin-left: 0;
  }

  #cookieConsent .cookieConsentOnlyNecessary {
    margin-top: 10px;
    margin-left: 0;
  }
}
.btn {
	padding: 10px 30px;
	text-decoration: none;
	font-family: 'Poppins', sans-serif;
	border-radius: 50px; 	
	background-color: #E5E4E2;
}

