/* kolo */
body {
    background-color: rgb(166, 198, 84);
}

.container{
    clear:both;
    overflow:auto;
    background-color: #ffffff;
    padding: 30px;
    margin: -7px;
    border-bottom: 2px solid #3e4142;
  }
  
  .logo img {
      float:left;
      width: 16vh;
  }
  
  .logo img:hover {
      opacity: 70%;
  }

/* IKONE */
.icons {
    position: absolute;
    margin-top: -10vh;
    right: 4vh;
  }
  
  .fa-instagram {
    color: #000000;
    padding-right: 2vh;
  }
  
  .fa-instagram:hover {
    background: -webkit-linear-gradient(#ffd600, #ff7a00, #ff0069, #d300c5, #7638fa);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
  }
  
  .fa-facebook {
    color: #000000;
    padding-left: 5vh;
  }
  
  .fa-facebook:hover {
    color: #4267B2;
  }
  
  .fa-youtube {
    color: #000000;
    padding-left: 2vh;
  }
  
  .fa-youtube:hover {
    color: #FF0000;
  }
  
  .fa-brands {
    width: 4.6vh;
  }
  
  #ig {
    margin-right: 30%;
  }
  
  #fb {
    margin-left: -40%;
  }
  
  #yt {
    margin-left: 10%;
  }
  
  @media screen and (max-width:1080px) {
    .icons {
        display: none;
    }
  }

  @media screen and (max-width:1080px) {
    .hideAll {
        display: none;
    }
  }

.containerKolo {
    padding: 30px 160px;
  }
  
  .containerKolo ul li{
    list-style-type: circle;
    color: #3e4142;
    font-weight: 100;
    font-size: medium;
  }

  .containerZiv {
    padding: 30px 160px;
  }
  
  .containerZiv ul li{
    list-style-type: circle;
    color: #3e4142;
    font-weight: 100;
    font-size: medium;
  } 
  
  h1 {
    color: black;
  }
  
  .h2Kolo {
    color: black;
    text-align: left;
  }
  
  .txtKolo {
    color: #3e4142;
    font-weight: 100;
    font-size: medium;
  }
  
  .containerImgTxt {
    display: flex;
    align-items: center;
  }
  .containcontainerImgTxter img {
    margin-right: 20px; /* Adjust the margin as needed */
    max-width: 100%;
    height: auto;
  }
  .containerImgTxt h2,
  .contaicontainerImgTxtner p {
    flex: 1;
    text-align: left;
  }
  
  /* Footer kolo */
  .footer-distributedk{
    background: #ffffff;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
    box-sizing: border-box;
    width: 100%;
    text-align: left;
    font: bold 16px sans-serif;
    padding: 55px 50px;
    top: 420%;
    left: 0;
    position: absolute;
    border-top: 2px solid #3e4142;
  }
  
  .footer-distributedk .footer-leftk,
  .footer-distributedk .footer-centerk,
  .footer-distributedk .footer-rightk{
    display: inline-block;
    vertical-align: top;
  }
  
  /* Footer left */
  
  .footer-distributedk .footer-leftk{
    width: 40%;
  }
  
  /* The company logo */
  
  .footer-distributedk h3{
    color:  #6d6c6c;
    font: normal 36px 'Open Sans', cursive;
    margin: 0;
  }
  
  .footer-distributedk h3 span{
    color:  rgb(166, 198, 84);
  }
  
  /* Footer links */
  
  .footer-distributedk .footer-linksk{
    color:  #3e4142;
    margin: 20px 0 12px;
    padding: 0;
  }
  
  .footer-distributedk .footer-linksk a{
    display:inline-block;
    line-height: 1.8;
  font-weight:400;
    text-decoration: none;
    color:  inherit;
  }
  
  .footer-distributedk .footer-company-namek{
    color:  #3e4142;
    font-size: 14px;
    font-weight: normal;
    margin: 0;
  }
  
  /* Footer Center */
  
  .footer-distributedk .footer-centerk{
    width: 35%;
  }
  
  .footer-distributedk .footer-centerk i{
    background-color:  #8e8e8e;
    color: #2c2c2c;
    font-size: 25px;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    text-align: center;
    line-height: 42px;
    margin: 10px 15px;
    vertical-align: middle;
  }
  
  .footer-distributedk .footer-centerk i.fa-envelope{
    font-size: 17px;
    line-height: 38px;
  }
  
  .footer-distributedk .footer-centerk p{
    display: inline-block;
    color: #3e4142;
  font-weight:400;
    vertical-align: middle;
    margin:0;
  }
  
  .footer-distributedk .footer-centerk p span{
    display:block;
    font-weight: normal;
    font-size:14px;
    line-height:2;
  }
  
  .footer-distributedk .footer-centerk p a{
    color:  rgb(166, 198, 84);
    text-decoration: none;;
  }
  
  .footer-distributedk .footer-linksk a:before {
  content: "|";
  font-weight:300;
  font-size: 20px;
  left: 0;
  color: #3e4142;
  display: inline-block;
  padding-right: 5px;
  }
  
  .footer-distributedk .footer-linksk .link-1k:before {
  content: none;
  }
  
  /* Footer Right */
  
  .footer-distributedk .footer-rightk{
    width: 20%;
  }
  
  .footer-distributedk .footer-company-aboutk{
    line-height: 20px;
    color:  #3e4142;
    font-size: 13px;
    font-weight: normal;
    margin: 0;
  }
  
  .footer-distributedk .footer-company-aboutk span{
    display: block;
    color:  #2c2c2c;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 20px;
  }
  
  .footer-distributedk {
    margin-top: 25px;
  }
  
  .footer-distributedk  a{
    display: inline-block;
    width: 35px;
    height: 35px;
    cursor: pointer;
    border-radius: 2px;
  
    font-size: 20px;
    color: #3e4142;
    text-align: center;
    line-height: 35px;
    margin-bottom: 5px;
  }
  
  @media (max-width: 880px) {
  
    .footer-distributedk{
        font: bold 14px sans-serif;
    }
  
    .footer-distributedk .footer-leftk,
    .footer-distributedk .footer-centerk,
    .footer-distributedk .footer-rightk{
        display: block;
        width: 100%;
        margin-bottom: 40px;
        text-align: center;
    }
  
    .footer-distributedk .footer-centerk i{
        margin-left: 0;
    }
  
  }
  
  .footer-company-aboutk {
  font-weight: 100;
  }
  
  li{
  list-style-type: none;
  font-weight: 400;
  }
  
  .image-containerk {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  }
  
  .image-containerk img {
  max-width: 100%;
  height: auto;
  }
  
  .image-containerk a {
  margin-right: 30%; /* Optional: Add spacing between the images */
  }
  
  .image-containerk a img {
  max-width: none; /* Reset the max-width */
  }
  
  @media (max-width: 768px) {
  .image-containerk {
    flex-direction: column;
    align-items: center;
  }
  }