h1{
    text-align: center !important;
    color: silver !important;
    padding-left: 25%;
    margin-top: 5%;
    font-weight: bolder;
    font-size: 5em;
    text-shadow: 20px !important;
    letter-spacing: 3px;
}

.RV{
    margin-top: 5%;
    text-align: center !important;
    color: rgb(2, 59, 19) !important;
    font-weight: bolder;
    text-shadow: 20px !important;
    
}

.button-hitno{
    
    width: 300px;
    text-size-adjust: 50%;
    border-radius: 10px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    transform: translate(70%, -200%);
    background-color: rgb(2, 59, 19) !important;
}


h3{
    color: rgb(2, 59, 19);
}

.myNavbar{
    background-color: silver !important;
    
}

.w3-hover-gray{
    color: rgb(2, 59, 19) !important;
}

.w3-teal{
    background-color: rgb(2, 59, 19) !important;
}

.w3-hover-teal{
    background-color: rgb(2, 59, 19) !important;
}


.w3-bottombar{
    color:rgb(2, 59, 19) !important;
    text-decoration-color: rgb(2, 59, 19) !important;
}

.w3-border-teal{
    color: rgb(2, 59, 19) !important;
    border-color: rgb(2, 59, 19) !important;
}

.icons{
    color: rgb(2, 59, 19) !important;
}

.image-amb{
    width: 100%;
    height: 100%;
}

.image-zadatak{
    max-width: 50%;
}

.w3-text-teal{
    color:rgb(2, 59, 19) !important;
}

@media only screen and (max-width: 600px) {
    body {
      background-color: silver;
    }

    h1{
        font-size: 2em;
        font-weight: bold;
        letter-spacing: 2px;
        text-align: center !important;
        text-size-adjust: 80% !important;
        margin-top: 50px;
        transform: translate(-12%, 20%);

    }

    .button-hitno{
        float: bottom !important;
        width: 200px;
        text-size-adjust: 50%;
        border-radius: 10px;
        display: block;
        margin-left: auto;
        margin-right: auto;
        transform: translate(35%, 300%)
    }

    .slicice{
        width: 90% !important;
    }

    

}

.button-vrh{
    position:relative;
    
}

.button-send-message{
    background-color: rgb(2, 59, 19) !important;
    color: white;
    border-radius: 5px;
}

.button-strelica{
    height: 52px;
    width: 51.64px;
    position:absolute;top:-22px;right:24px;
    padding-top: 15px;
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 18px;
}
#dsv{
    border-radius: 5px;
}

#team{
    margin-top: 5%;
    text-align: center !important;
    color: rgb(2, 59, 19) !important;
    font-weight: bolder;
    text-shadow: 20px !important;
}

* {
    box-sizing: border-box;
  }
  
  /* Position the image container (needed to position the left and right arrows) */
  .container {
    position: relative;
  }
.mySlides{
    height: 10%;
}
  .galerija{ 
    display: block;
    margin-left: 10%;
    margin-right: 10%;
    margin-top: 10%;

  
  }
  
  /* Hide the images by default 
  .mySlides {
    display: none;
    
  }*/
  
  /* Add a pointer when hovering over the thumbnail images */
  .cursor {
    cursor: pointer;
  }
  
  /* Next & previous buttons */
  .prev,
  .next {
    cursor: pointer;
    position: absolute;
    top: 40%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
  }
  
  /* Position the "next button" to the right */
  .next {
    right: 0;
    border-radius: 3px 0 0 3px;
  }
  .prev{
    left: 0;
  }
  
  /* On hover, add a black background color with a little bit see-through */
  .prev:hover,
  .next:hover {
    background-color: rgba(0, 0, 0, 0.8);
  }
  
  /* Number text (1/3 etc) */
  .numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
  }
  
  /* Container for image text */
  .caption-container {
    text-align: center;
    background-color: #222;
    padding: 2px 16px;
    color: white;
  }
  
  .row:after {
    content: "";
    display: table;
    clear: both;
  }
  
  /* Six columns side by side */
  .column {
    float: left;
    width: 16.66%;
  }
  
  /* Add a transparency effect for thumnbail images */
  .demo {
    opacity: 0.6;
    max-height: 150px;
  }
  
  .active,
  .demo:hover {
    opacity: 1;
  }