*{text-align:center;}

main{
	
	background-image: url("slike/naslovna1-min.JPG");
	background-size: cover;
	background-position: top;
}

.container {
  padding-bottom: 550px;
}


.container2 {
  padding-bottom: 50px;
}






.sekcija{
    margin: calc(160vh - 440px) auto 0;
    background: rgb(215 223 250 / 50%);
    border-radius: 10px;
    padding: 10px;
	width: 80%;
	display: justify; 
}


.logo img{
	width:130px; 
	margin:10px 0px 10px 0px;	
	 
}


.ikone_velicina_header img{
	width:55px;
	margin:40px 0px 0px 0px;		 
}


.row {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left:20%;
  margin-right:20%;

 
}

.row2  {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left:10%;
  margin-right:10%;
  width: 100%;
 
}


.t1 {
  background-color: rgb(183 195 207 / 80%);
  color: black;
  border-radius: 10px;
  width: 60%;
  justify-content: center;
  text-align: center;
  padding: 10px 5px;
  
  
}

.t2 {
  background-color: rgb(183 195 207 / 20%);
  color: black;
  border-radius: 10px;
  width: 60%;
  justify-content: center;
  text-align: center;
  padding: 10px 0px;
  
  
}

.t3 {
  background-color: rgb(183 195 207 / 20%);
  color: black;
  border-radius: 10px;
  width: 90%;
  justify-content: center;
  text-align: center;

  margin-left: 5px;
  margin-right: 5px;
  
  
}

.t4 {
  background-color: rgb(183 195 207 / 20%);
  color: black;
  border-radius: 10px;
  width: 98%;
  justify-content: center;
  text-align: center;
  padding: 5px 5px;
  margin-left: 1%;
  margin-right: 1%;
  
  
}



.kontakt{
  width: 35%;
  height: 6vh;
  padding: 5px 5px;;
}



@media only screen and (max-width: 1144px) {
  
.kontakt{
  width: 50%;
 
}

}
@media screen and (max-width: 600px){
.kontakt{
  width: 100%;
  font-size: 10px;
}

}

@media screen and (max-width: 500px){
.kontakt{
  width: 100%;
  font-size: 10px;
}

.t4 {
  width: 100%; 
}


}

/*=======Index hover button=======*/
.button:active, .button.active{
    background-color:#37a9c4;
    border-color:#fff;
    box-shadow: inset 0 2px 4px rgba(0,0,0,.3), 0 1px rgba(255,255,255,.09);

}
.button:hover{
    transform:scale(1.2);
    background-color:#f3dfe7;
    background-image:linear-gradient(to bottom, #ccc #555);
    border-color:#e3007e;
	color: #37a9c4;
}
/*=======Index hover button=======*/



.image-googlemaps {
  width: 700px;
  height: 450px;
  
}

@media only screen and (max-width: 1310px) {
 .image-googlemaps {
  width: 500px;
  height: 250px;
}

}

@media only screen and (max-width: 1000px) {
 .image-googlemaps {
  width: 250px;
  height: 100px;
}

}


@media only screen and (max-width: 900px) {
 .image-googlemaps {
  width: 150px;
  height: 50px;
}

}



.visinafit {
  height: fit-content;
}




.s1margina {
  margin: 20px 0px;
}

.ikone img {
  width: 90px;
  height: 60px;
  margin: 5px 5px;
}

.ikone2 img {
  width: 75px;
  height: 90px;
  margin: 5px 5px;
}
.ikone3 img {
  width: 55px;
  height: 95px;
  margin: 5px 5px;
}
.ikone4 img {
  width: 110px;
  height: 65px;
  margin: 5px 5px;
}

.ikone5 img {
  width: 250px;
  height: 80px;
  margin: 5px 5px;
}
.ikone6 img {
  width: 300px;
  height: 245px;
  margin: 5px 5px;
}

@media only screen and (max-width: 550px) {
 
.ikone5 img {
  width: 125px;
  height: 40px;
  margin: 5px 5px;
}

}

@media only screen and (max-width: 700px) {
 .ikone6 img {
  width: 150px;
  height: 125px;
  margin: 5px 5px;
}


}








#pocetna {
}






/* MENU CIJELI */
body {
  margin: 0;
  font-family: Helvetica, sans-serif;
  background-color: ;
}

a {
  color: #e3007e;
}


/* header */

.header {
  background-color: #fff;
  box-shadow: 1px 1px 4px 0 rgba(0,0,0,.1);
  position: fixed;
  width: 100%;
  z-index: 3;
}

.header ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  background-color: #fff;
}

.header li a {
  display: block;
  padding: 20px 20px;
  border-right: 1px solid #f4f4f4;
  text-decoration: none;
}

.header li a:hover,
.header .menu-btn:hover {
  background-color: #f4f4f4;
}

.header .logo {
  display: block;
  float: left;
  font-size: 2em;
  padding: 10px 20px;
  text-decoration: none;
}

/* menu */

.header .menu {
  clear: both;
  max-height: 0;
  transition: max-height .2s ease-out;
}

/* menu icon */

.header .menu-icon {
  cursor: pointer;
  float: right;
  padding: 28px 20px;
  position: relative;
  user-select: none;
}

.header .menu-icon .nav-icon {
  background: #333;
  display: block;
  height: 2px;
  position: relative;
  transition: background .2s ease-out;
  width: 18px;
}

.header .menu-icon .nav-icon:before,
.header .menu-icon .nav-icon:after {
  background: #333;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  transition: all .2s ease-out;
  width: 100%;
}

.header .menu-icon .nav-icon:before {
  top: 5px;
}

.header .menu-icon .nav-icon:after {
  top: -5px;
}

/* menu btn */

.header .menu-btn {
  display: none;
}

.header .menu-btn:checked ~ .menu {
  max-height: 440px;
}

.header .menu-btn:checked ~ .menu-icon .nav-icon {
  background: transparent;
}

.header .menu-btn:checked ~ .menu-icon .nav-icon:before {
  transform: rotate(-45deg);
  top:0;
}

.header .menu-btn:checked ~ .menu-icon .nav-icon:after {
  transform: rotate(45deg);
  top:0;
}


/* 48em = 768px @ 16pt font */

@media (min-width: 48em) {
  .header li {
    float: left;
  }
  .header li a {
    padding: 20px 30px;
  }
  .header .menu {
    clear: none;
    float: right;
    max-height: none;
  }
  .header .menu-icon {
    display: none;
  }

}

/* MENU CIJELI -kraj*/








.text-box h3{
    font-size:20px;
    font-weight: 500;

}

/*=======Footer=======*/

footer{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: var(--second-color);
  width: 100%;
  margin-top: 50px;
  padding: 3rem 2rem;
  color: #777;
  background-color: #fff;
}

footer a{
  color: #37a9c4;
}

.footer-container{
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1150px;

}

.footer-container .about h4{
  font-size: 30px;
  font-weight: 600;
  background: linear-gradient(to top, transparent 0%, #37a9c4 50%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: .8;
}

.footer-container .about p{
  font-size: var(--normal-font-size);
  font-weight: 300;
  margin-bottom: 30px;
}

.footer-container .info,
.footer-container .follow{
  display: flex;
  align-items: center;
  flex-direction: column;
}

.footer-container .info h3,
.footer-container .follow h3{
  font-size: 1.1em;
  font-weight: 500;
  margin-bottom: 30px;
}

.footer-container .info ul,
.footer-container .follow ul{
  display: flex;
  list-style-type: none;
 
}

.footer-container .info a{
  margin: 20px;
}

.footer-container .follow a{
  font-size: 1.5em;
  margin: 20px;
}

.footer-copyright p{
  font-size: var(--normal-font-size);
  font-weight: 300;
  margin-top: 50px;
}











@media only screen and (max-width: 1310px) {
  .text-box1 h1{
    font-size:40px;
   
	line-height: 1.5;
}


}



@media screen and (max-width: 1150px){
/*=======Footer=======*/
  footer .footer-container{
    flex-direction: column;
  }

  .footer-container .about, .footer-container .info{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: 50px;
  }

  .footer-container .info ul{
    align-items: center;
    flex-direction: column;
  }

  .footer-container .info ul li{
    margin: 5px 0;
  }

  .footer-container .hr{
    width: 100%;
    height: 2px;
    background: rgba(255, 255, 255, 0.1);
    margin: 10px 0 22px;
  }
  
   
}


@media only screen and (max-width: 1144px) {
  .text-box1 h1{
    font-size:40px;
   
	line-height: 1.5;
}
.image4 img{
  width: 440px;
  height: 270px;
 
}

.kontakt{
  width: 40%;

 
}

}



@keyframes back{
	100%{
	    background-position: 2000px 0;
     }
}

/*=======Media query max-width 930px=======*/
@media screen and (max-width: 930px){




.t2 {
  width: 60%;
 
}


}






