*{
    padding: 0px;
    margin: 0px;
    text-decoration: none;
    list-style: none;
    box-sizing: border-box;
  }
  body{
    font-family: Montserrat;
  
  }
  nav {
    background-color: #1B1616;
    height: 70px;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 1;
    overflow: hidden;
    box-shadow: 0 2px 5px 0 #fccd67c9;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
  }
  
  label.Logo {
    color: #fcf7f3;
    font-size: 35px;
    font-weight: bold;
    text-transform: uppercase;
  }
  
  .menu-icon, #close-menu-icon {
    display: none;
    font-size: 30px;
    color: #fcf7f3;
    cursor: pointer;
  }
  
  nav ul {
    list-style: none;
    margin: 0;
    margin-right: 40px;
    padding: 0;
    display: flex;
  }
  
  nav ul li {
    margin: 0 5px;
  }
  
  nav ul li a {
    color: #fcf7f3;
    font-size: 17px;
    padding: 20px;
    text-decoration: none;
  }
  
  nav a.active, nav a:hover {
    background: rgb(54, 52, 51);
    transition: 1s;
    border-radius: 7px;
    padding: 10px;
  }
  
  .mobile-menu {
    display: none;
  }
  
  
  /* Responsive styles */
  @media (max-width: 768px) {
    .menu-icon {
      display: block;
      color: #f2f2f2;
    }
  
    #close-menu-icon {
      position: absolute;
      top: 20px;
      right: 20px;
      display: block;
    }
    nav ul {
      display: none;
    }
  
    .mobile-menu {
      display: none;
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: #1B1616;
      z-index: 2;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      text-align: center;
    }
  
    .mobile-menu ul {
      list-style: none;
      padding: 0;
      margin: 20px;
      width: 100%;
    }
  
    .mobile-menu ul li {
      width: 100%;
    }
  
    .mobile-menu ul li a {
      display: block;
      padding: 20px;
      font-size: 20px;
      color: #fcf7f3;
      text-decoration: none;
    }
  
    .mobile-menu.active {
      display: flex;
    }
  }
  
  
  #flash{
    background-color: #1B1616;
    height: 50px;
    width: 100%;
  }
  #hero{
    background-image: url(../images/kontakt/hero2.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 50vh;
  }
  #slogan{
    display: flex;
    height: 50vh;
    width: 100%;
    align-items: last baseline;
    justify-content: center;
    padding-bottom: 1.5vh;
    font-family: 'Homemade Apple', cursive;
    font-size: 1.8vw;
    color: #ffffff;
    animation: glow 3s ease-in-out infinite alternate;
  }
  
  .fb{
    height: 30px;
    width: auto;
    align-self: center;
    justify-self: center;
    margin-top: 7px;
  }
  
  .ig{
    margin-top: 7px;
    height: 30px;
    width: auto;
    align-self: center;
    justify-self: center;
  }
  
  .footer-col .adresa{
    font-size: 20px;
    color: #e6a900;
  }

.lokacija{
  height: auto; 
  width: 10vw; 
  align-self: center;
}

.telefon{
  height: auto; 
  width: 10vw; 
  align-self: center;
}

.kontakti{
  width: 30vw;
  height: auto; 
  align-self: center;
}

.mail{
  height: auto; 
  width: 10vw; 
  align-self: center;
}

.logo{
  height: 300px; 
  width: 300px; 
  margin-left: 0%;
}


  .column1 {
    float: left;
    width: 100%;
    height: 50vh;
  }
  .column2{
    float: right;
    width: auto;
  }
  
  .row {
    margin-top: 40px;
  }
  
  .row:after{
    content: "";
    display: table;
    clear: both;
    flex-direction: row;
  }
  
#kontakt{
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    width: 100%;
    height: min-content;
}

.row2{
  width: 100%;
    min-height: 100vh;
    height: min-content;
    background-color: #2a2323;
}

  .column3{
    display: flex;
    float: left;
    width: 33.3%;
    height: auto;
    flex-direction: column;
  }
  .column3 p{
    color: #fcf7f3;
    font-size: 1vw;
    text-align: center;
    padding: 2vw;
  }

  .column3 h2{
    color: #fcf7f3;
    font-size: 2vw;
    text-align: center;
    padding: 0.7vw;
}

  .column4{
    width: 33.3%;
    height: auto;
    float: left;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
  }

.column4 p{
  color: #fcf7f3;
  font-size: 1vw;
  text-align: center;
  padding: 2vw;
}
.column4 h2{
  color: #fcf7f3;
  font-size: 2vw;
  text-align: center;
  padding: 0.7vw;
}

.column4 h3{
  color: #fcf7f3;
  font-size: 2vw;
  text-align: center;
  padding: 0.7vw;
}

  .column5{
    width: 33.3%;
    height: auto;
    float: right;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
  }

  .column5 h2{
    color: #fcf7f3;
    font-size: 2vw;
    text-align: center;
    padding: 0.7vw;
  }

  .column5 p{
    color: #fcf7f3;
    font-size: 1vw;
    text-align: center;
    padding: 2vw;
  }
  
  footer{
    display: flex;
    flex-wrap: wrap;
    background-color: #1B1616;
    padding: 25px;
    width: 100%;
    height: max-content;
    justify-content: space-around;
  }
  
  .footer-col ul{
    list-style: none;
  }
  
  .footer-col-logo{
    max-width: 350px;
    min-width: 150px;
    padding-left: 3%;
    min-height: 150px;
    max-height: 350px;
  }
  
  .footerlogo{
    width: auto;
    height: 100%;
  }
  
  .footer-col h4{
    position: relative;
    margin-bottom: 30px;
    font-weight: 400;
    font-size: 30px;
    color: #f1bc0d;
    text-transform: capitalize;
  }
  
  .footer-col{
    width: 20%;
    padding-left: 5%;
  }
  
  .footer-col h4::before{
    content: '';
    position: absolute;
    left: 0;
    bottom: -6px;
    background-color: #e69600;
    height: 2px;
    width: 40px;
  }
  
  .footer-col ul{
    padding: 0%;
  }
  
  .footer-col ul li{
    margin-bottom: 10px;
    padding: none;
  }
  
  .footer-col ul li a{
    display: block;
    font-size: 20px;
    text-transform: capitalize;
    color: #bdb6b6;
    text-decoration: none;
    transition: 0.4s;
    background-color: transparent;
  }
  
  .footer-col ul li a:hover{
    color: white;
    padding-left: 2px;
    background-color: transparent;
  }
  
  .links a{
    display: inline-block;
    height: 44px;
    width: 44px;
    color: white;
    background-color: #e69600;
    margin: 0 8px 8px 0;
    text-align: center;
    line-height: 44px;
    border-radius: 50%;
  }

  
@media(max-width: 768px){
  #slogan{
    display: flex;
    height: 50vh;
    width: 100%;
    align-items: last baseline;
    justify-content: center;
    padding-bottom: 1.5vh;
    font-family: 'Homemade Apple', cursive;
    font-size: 3vw;
    color: #ffffff;
    animation: glow 3s ease-in-out infinite alternate;
  }

  .footer-col{
    width: 50%;
    margin-bottom: 30px;
    text-align: center;
}

.footer-col h4::before{
    all: unset;
}

.column3{
  width: 100%;
}

.column3 p{
  color: #fcf7f3;
  font-size: 2vw;
  text-align: center;
  padding: 2vw;
}

.column3 h2{
  color: #fcf7f3;
  font-size: 3vw;
  text-align: center;
  padding: 0.7vw;
}


.column4{
  width: 100%;
}

.column4 p{
  color: #fcf7f3;
  font-size: 2vw;
  text-align: center;
  padding: 0.7vw;
}
.column4 h2{
  color: #fcf7f3;
  font-size: 3vw;
  text-align: center;
  padding: 0.7vw;
}

.column4 h3{
  color: #fcf7f3;
  font-size: 2.5vw;
  text-align: center;
  padding: 0.7vw;
}

.column5{
  width: 100%;
}

.column5 h2{
  color: #fcf7f3;
  font-size: 3vw;
  text-align: center;
  padding: 0.7vw;
}

.column5 p{
  color: #fcf7f3;
  font-size: 2vw;
  text-align: center;
  padding: 0.7vw;
}

}



@media(max-width: 740px){
  .footer-col{
      width: 50%;
      margin-bottom: 30px;
      text-align: center;
  }

  .footer-col h4::before{
      all: unset;
  }
}



@media(max-width: 555px){
  .footer-col{
      width: 100%;
  }
}


@media(max-width: 425px){
  #hero{
    display: block;
    background-image: url(../images/kontakt/hero2.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 30vh;
    margin-top: 70px;
  }

.column1{
  height: 30vh;
}

  #slogan{
    display: flex;
    height: 30vh;
    width: 100%;
    align-items: last baseline;
    justify-content: center;
    padding-bottom: 1.5vh;
    font-family: 'Homemade Apple', cursive;
    font-size: 3vw;
    color: #ffffff;
    animation: glow 3s ease-in-out infinite alternate;
  }
  .footer-col-logo{
    padding: 0%;
  }

  .footer-col{
      width: 100%;
  }
  .footerlogo{
    max-width: 350px;
    min-width: 150px;
    height: auto;
    width: 100%;
    align-self: center;
  }

.column3{
  width: 100%;
}

.column3 p{
  color: #fcf7f3;
  font-size: 2.5vw;
  text-align: center;
  padding: 2vw;
}

.column3 h2{
  color: #fcf7f3;
  font-size: 3.5vw;
  text-align: center;
  padding: 0.7vw;
}


.column4{
  width: 100%;
}

.column4 p{
  color: #fcf7f3;
  font-size: 2.5vw;
  text-align: center;
  padding: 2vw;
}
.column4 h2{
  color: #fcf7f3;
  font-size: 3.5vw;
  text-align: center;
  padding: 0.7vw;
}

.column4 h3{
  color: #fcf7f3;
  font-size: 2.5vw;
  text-align: center;
  padding: 0.7vw;
}

.column5{
  width: 100%;
}

.column5 h2{
  color: #fcf7f3;
  font-size: 3vw;
  text-align: center;
  padding: 0.7vw;
}

.column5 p{
  color: #fcf7f3;
  font-size: 2.5vw;
  text-align: center;
  padding: 2vw;
}

}

@media(max-width: 375px){
  #hero{
    display: block;
    background-image: url(../images/kontakt/hero2.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 30vh;
    margin-top: 70px;
  }

.column1{
  height: 30vh;
}

  #slogan{
    display: flex;
    height: 30vh;
    width: 100%;
    align-items: last baseline;
    justify-content: center;
    padding-bottom: 1.5vh;
    font-family: 'Homemade Apple', cursive;
    font-size: 4vw;
    color: #ffffff;
    animation: glow 3s ease-in-out infinite alternate;
  }
  .footer-col-logo{
    padding: 0%;
  }

  .footer-col{
      width: 100%;
  }
  .footerlogo{
    max-width: 350px;
    min-width: 150px;
    height: auto;
    width: 100%;
    align-self: center;
  }

.column3{
  width: 100%;
}

.column3 p{
  color: #fcf7f3;
  font-size: 2.5vw;
  text-align: center;
  padding: 2vw;
}

.column3 h2{
  color: #fcf7f3;
  font-size: 3.5vw;
  text-align: center;
  padding: 0.7vw;
}


.column4{
  width: 100%;
}

.column4 p{
  color: #fcf7f3;
  font-size: 2.5vw;
  text-align: center;
  padding: 2vw;
}
.column4 h2{
  color: #fcf7f3;
  font-size: 3.5vw;
  text-align: center;
  padding: 0.7vw;
}

.column4 h3{
  color: #fcf7f3;
  font-size: 2.5vw;
  text-align: center;
  padding: 0.7vw;
}

.column5{
  width: 100%;
}

.column5 h2{
  color: #fcf7f3;
  font-size: 3vw;
  text-align: center;
  padding: 0.7vw;
}

.column5 p{
  color: #fcf7f3;
  font-size: 2.5vw;
  text-align: center;
  padding: 2vw;
}

}


@media(max-width: 320px){
  #hero{
    display: block;
    background-image: url(../images/kontakt/hero2.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 30vh;
    margin-top: 70px;
  }

.column1{
  height: 30vh;
}

  #slogan{
    display: flex;
    height: 30vh;
    width: 100%;
    align-items: last baseline;
    justify-content: center;
    padding-bottom: 1.5vh;
    font-family: 'Homemade Apple', cursive;
    font-size: 4vw;
    color: #ffffff;
    animation: glow 3s ease-in-out infinite alternate;
  }
  .footer-col-logo{
    padding: 0%;
  }

  .footer-col{
      width: 100%;
  }
  .footerlogo{
    max-width: 350px;
    min-width: 150px;
    height: auto;
    width: 100%;
    align-self: center;
  }

.column3{
  width: 100%;
}

.column3 p{
  color: #fcf7f3;
  font-size: 2.5vw;
  text-align: center;
  padding: 2vw;
}

.column3 h2{
  color: #fcf7f3;
  font-size: 3.5vw;
  text-align: center;
  padding: 0.7vw;
}


.column4{
  width: 100%;
}

.column4 p{
  color: #fcf7f3;
  font-size: 2.5vw;
  text-align: center;
  padding: 2vw;
}
.column4 h2{
  color: #fcf7f3;
  font-size: 3.5vw;
  text-align: center;
  padding: 0.7vw;
}

.column4 h3{
  color: #fcf7f3;
  font-size: 2.5vw;
  text-align: center;
  padding: 0.7vw;
}

.column5{
  width: 100%;
}

.column5 h2{
  color: #fcf7f3;
  font-size: 3vw;
  text-align: center;
  padding: 0.7vw;
}

.column5 p{
  color: #fcf7f3;
  font-size: 2.5vw;
  text-align: center;
  padding: 2vw;
}

}