
  body{
    height: auto;
     
}

.zaglavlje{
    font-size: 13px;
    color: rgba(61, 25, 139, 0.842);
    text-shadow: 2px 2px 2px white;
    background: linear-gradient(white, rgb(179, 173, 236), white)   
}
.zaglavlje >h1{
    text-align: center; 
 }
#header{
    text-align: center;
    display: flex;
    justify-content: space-between;
}
#header img{
    width: 70px;
    height: 70px;
}
/* Add a black background color to the top navigation */
.topnav {
    background-color: #463096 ;
    overflow: hidden;
    
  }
  
  /* Style the links inside the navigation bar */
  .topnav a {
    float: left;
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
    
  }
  
  /* Add an active class to highlight the current page */
  .topnav .active {
    background-color: #9380d4;
    color: white;
  }
  
  /* Hide the link that should open and close the topnav on small screens */
  .topnav .icon {
    display: none;
  }
  /* Dropdown container - needed to position the dropdown content */
  .dropdown {
    float: left;
    overflow: hidden;
    
  }
  
  /* Style the dropdown button to fit inside the topnav */
  .dropdown .dropbtn {
    font-size: 17px;
    border: none;
    outline: none;
    color: white;
    padding: 14px 16px;
    background-color: inherit;
    font-family: inherit;
    margin: 0;
   
  }
  
  /* Style the dropdown content (hidden by default) */
  .dropdown-content {
    display: none;
    position: absolute;
    background-color:  #4c34a5;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
  }
  
  /* Style the links inside the dropdown */
  .dropdown-content a {
    float: none;
    color: rgb(255, 252, 252);
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
  }
  
  /* Add a dark background on topnav links and the dropdown button on hover */
  .topnav a:hover, .dropdown:hover .dropbtn {
    background-color:#9380d4 ;
    color: white;
    transition: 200ms;
  }
  
  /* Add a grey background to dropdown links on hover */
  .dropdown-content a:hover {
    background-color: #9380d4;
    color: rgb(249, 248, 248);
    transition: 200ms;
  }
  
  /* Show the dropdown menu when the user moves the mouse over the dropdown button */
  .dropdown:hover .dropdown-content {
    display: block;
  }
  #myBtn {
    display: none;
    position: fixed; /* Fixed/sticky position */
    bottom: 10px; /* Place the button at the bottom of the page */
    right: 30px; /* Place the button 30px from the right */
    z-index: 99; /* Make sure it does not overlap */
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
    background-color: rgb(54, 42, 113); /* Set a background color */
    color: white; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    padding: 15px; /* Some padding */
    border-radius: 10px; /* Rounded corners */
    font-size: 25px; /* Increase font size */
  }
  
  #myBtn:hover {
    background-color:  #9380d4 ; /* Add a dark-grey background on hover */
  }

.slideshow-container{
  position: relative;
  background: #f1f1f1f1;
}

.mySlides { 

    display: none;
    padding: 40px;
    padding-top: 20px;
    text-align: center;
    margin-top: 5px;
    text-align: center;
    color: rgb(47, 33, 139);
    text-shadow: 2px 2px  rgb(241, 241, 247);
    width: auto;
    height: 100px;
    background-color: #4213c150;
    border: 1px solid #fbfbfd;
    font-size: 25pt;       
}
/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -30px;
  padding: 16px;
  color: #22125e;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  
 
}

/* Position the "next button" to the right */
.next {
  position: absolute;
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(53, 35, 133, 0.8);
  color: white;
}

/* The dot/bullet/indicator container */
.dot-container {
  text-align: center;
  padding: 20px;
  background: #ddd;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

/* Add a background color to the active dot/circle */
.active, .dot:hover {
  background-color: #717171;
}

.button{
  margin-bottom: 20px;
}
.visit-btn{
  padding: 5px;
  text-decoration: none;
  color: rgb(47, 33, 139);
}
.visit-btn:hover{
  transition: 1s;
}
.column{
  height: 600px;
  background: linear-gradient(white, rgb(179, 173, 236), white)   
}
.team-row {
    display: flex;
    margin-bottom: 20px;
    justify-content: space-between;
    padding-top: 60px;
    padding-left: 20px;
    padding-right: 20px;
}
.team-row > div {
    text-align: center;
    position: relative;
    width: 300px;
    height: 200px;
}
.team-row > div > img {
    position: absolute;
    width: 300px;
    height: 200px;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;  
}
.team-row > div > p {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    padding: 10px;
    background-color: #ffffffC0;
    margin-bottom: 0px;
    color: #411d9c;
    font-weight: bold;
    border-top: 1px solid #fff;   
} 

#footer{
   display: flex;
   flex-direction: column;
    background-color:  #bbb;
    color: rgb(70, 69, 69);
    padding-left: 20px;
    padding-top: 5px;
}
#footer img{
    float: left;
    width: 20px;
    height: 20px;
    padding: 0px 15px 5px 0px;
   
}

@media only screen and (min-width: 375px) and (max-width: 600px){
    .topnav a:not(:first-child), .dropdown .dropbtn {
        display: none;

      }
      .topnav a.icon {
        float: right;
        display: block;
        padding: 10px;
      }

      .topnav.responsive {position: relative;}
      .topnav.responsive a.icon {
        position: absolute;
        right: 0;
        top: 0;
      }
      .topnav.responsive a {
        float: none;
        display: block;
        text-align: left;
        
      }
      .topnav.responsive .dropdown {float: none;}
      .topnav.responsive .dropdown-content {position: relative;}
      .topnav.responsive .dropdown .dropbtn {
       display: block;
        width: 100%;
        text-align: left;
      }
    #header{
        padding-top: 10px;
        font-size: 6px;
    }
    #header img{
      border-radius: 50%;
        width: 40px;
        height: 40px;
        padding-bottom: 3px;
    }
    .container{
       padding-left: 5px;
    }
  
   .slideshow-container{
    position: relative;
    background: #f1f1f1f1;
    
  }
  .mySlides { 
    display: none;
    text-align: center;
    margin-top: 5px;
    text-align: center;
    color: rgb(47, 33, 139);
    text-shadow: 2px 2px  rgb(241, 241, 247);
    width: auto;
    height: 50px;
    background-color: #4213c150;
    border: 1px solid #fbfbfd;
    font-size: 13pt; 
    padding-top: 30px;  
       
}
 /* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -30px;
  padding: 16px;
  color: #22125e;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
 
}

/* Position the "next button" to the right */
.next {
  margin-right: 8px;
  position: absolute;
  right: 0;
  border-radius: 3px 0 0 3px;
}
/* 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);
  color: white;
}

/* The dot/bullet/indicator container */
.dot-container {
  text-align: center;
  padding: 20px;
  background: #ddd;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

/* Add a background color to the active dot/circle */
.active, .dot:hover {
  background-color: #717171;
}
.team-row{
  display: flex;
  flex-direction: column;
  padding-left: 50px;
 }
 .column{
  height: auto;
 }
}
@media only screen and (min-width: 300px) and (max-width: 375px){
  .topnav a:not(:first-child), .dropdown .dropbtn {
    display: none;

  }
  .topnav a.icon {
    float: right;
    display: block;
    padding: 10px;
  }

  .topnav.responsive {position: relative;}
  .topnav.responsive a.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
    
  }
  .topnav.responsive .dropdown {float: none;}
  .topnav.responsive .dropdown-content {position: relative;}
  .topnav.responsive .dropdown .dropbtn {
   display: block;
    width: 100%;
    text-align: left;
  }
#header{
    padding-top: 10px;
    font-size: 6px;
}
#header img{
  border-radius: 50%;
    width: 40px;
    height: 40px;
    padding-bottom: 3px;
}
.slideshow-container{
position: relative;
background: #f1f1f1f1;

}
.mySlides { 
display: none;
text-align: center;
margin-top: 5px;
text-align: center;
color: rgb(47, 33, 139);
text-shadow: 2px 2px  rgb(241, 241, 247);
width: auto;
height: 50px;
background-color: #4213c150;
border: 1px solid #fbfbfd;
font-size: 13pt; 
padding-top: 30px;  
   
}
/* Next & previous buttons */
.prev, .next {
cursor: pointer;
position: absolute;
top: 50%;
width: auto;
margin-top: -30px;
padding: 16px;
color: #22125e;
font-weight: bold;
font-size: 20px;
border-radius: 0 3px 3px 0;

}

/* Position the "next button" to the right */
.next {
margin-right: 8px;
position: absolute;
right: 0;
border-radius: 3px 0 0 3px;
}
/* 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);
color: white;
}

/* The dot/bullet/indicator container */
.dot-container {
text-align: center;
padding: 20px;
background: #ddd;
}

/* The dots/bullets/indicators */
.dot {
cursor: pointer;
height: 15px;
width: 15px;
margin: 0 2px;
background-color: #bbb;
border-radius: 50%;
display: inline-block;
transition: background-color 0.6s ease;
}

/* Add a background color to the active dot/circle */
.active, .dot:hover {
background-color: #717171;
}
.team-row {
  display: flex;
 flex-direction: column;
 padding-left: 2px;
}
.column{
  background: white;
  height: auto;
 
}
.team-row > div {
  text-align: center;
  position: relative;
  width: 300px;
  height: 200px;
}
.team-row > div > img {
  position: absolute;
  width: 300px;
  height: 200px;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;  
}
.team-row > div > p {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding: 10px;
  background-color: #ffffffC0;
  margin-bottom: 0px;
  color: #411d9c;
  font-weight: bold;
  border-top: 1px solid #fff;   
} 

#footer{
 display: flex;
 flex-direction: column;
  background-color:  #bbb;
  color: rgb(70, 69, 69);
  padding-top: 5px;
}
#footer img{
  width: 20px;
  height: 20px;
  padding: 2px;
}

  }
@media only screen and (min-width: 601px) and (max-width: 768px){
  .team-row{
    display: flex;
    flex-direction: column;
    padding-left: 160px;
   }
   .column{
    height: auto;
   }
  }

  @media only screen and (min-width: 769px) and (max-width: 992px){
    .team-row{
      display: flex;
      flex-direction: column;
      padding-left: 270px;
     }
     .column{
      height: auto;
     }
    }
    @media only screen and (min-width: 993px)  and (max-width: 1265px){
      .team-row{
        display: flex;
        flex-direction: column;
        padding-left: 350px;
       }
       .column{
        height: auto;
       }
      }

