body {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: 100 normal;
  font-variation-settings:
    "wdth" <width>;
}

h1 {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: 100 normal;
  font-variation-settings:
    "wdth" <width>;
    
    font-size: 55px;
}

.slika{
    height: auto;
    width: 100%;
}
#naslov{
    padding-top:30px;
}
#header {
    font-size: 20px;
}
#t1 {
    font-size: 40px;
}

#kontakt {
    
}
h2 {
    
    margin-top: 40px;
}

#dole{
    margin-top: 15px;
}

.tekst {
      display: flex;
      justify-content: space-between;
      max-width: 1000px;
      margin: auto;
    }
    .stupac {
      width: 48%;
      margin-top: 25px;  
    }
    .sia {
      font-size: 32px;
      margin-bottom: 10px;
      display: inline-block;
      color:black;
        
    }
    p {
      font-size: 16px;
      line-height: 1.6;
    }


    .slideshow-container {
      position: relative;
      width: 450px;
      max-width: 100%;
    }

    .mySlides1, .mySlides2 {
      display: none;
    }

    .slika {
      width: 100%;
      height: auto;
      border-radius: 10px;
    }

    .prev, .next {
      cursor: pointer;
      position: absolute;
      top: 50%;
      padding: 16px;
      color: white;
      font-weight: bold;
      font-size: 18px;
      transition: 0.3s ease;
      border-radius: 0 3px 3px 0;
      user-select: none;
    }

    .next {
      right: 0;
      border-radius: 3px 0 0 3px;
    }

    .prev:hover, .next:hover {
      background-color: rgba(0,0,0,0.8);
    }

    .dot-container {
      text-align: center;
      padding: 10px 0;
    }


    .dot {
      cursor: pointer;
      height: 12px;
      width: 12px;
      margin: 0 4px;
      background-color: #bbb;
      border-radius: 50%;
      display: inline-block;
    }

    .active {
      background-color: #717171;
    }