body{
  font-family:  Arial, Helvetica, sans-serif;
  font-size: 17px;
}

#home{
  background-color: rgb(40, 59, 76);  
}

.navbar{
  width: 100%;
  padding: 0; 
}

.nav-link p{
  font-size: 18px;
  color: white;
}

.navbar-toggler{
  background-color: white;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1,5em;
  height: 1,5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
  
}

.navbar-collapse {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-align: center;
  align-items: center;
  justify-content: flex-end;
}

.navbar-brand img {
  display: block;
  max-width:350px;  
  width: auto;  
}

.onama{
  font-size: 30px;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 0px;
  left: 15%;
  z-index: 10;
  padding-top: 0px;
  padding-bottom: 0px;
  color: black;
  text-align: center;
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color:whitesmoke; 
  border: 0.5px solid rgb(105, 147, 184);
  border-radius: 0.8rem;
  margin-bottom: 0px;
}

#contact{
  background-color: rgb(40, 59, 76);
}

.contact-info{
  display: flex;
  flex-wrap: wrap;
  justify-content: center; 
  align-content: initial; 
  padding: 20px 20px 0 10px;  
  color: white;  
  margin-top: 0px;
}

.lokacija iframe{
  width: 100%;
}

#partneri{
  margin-top: 30px;
}

.partneri .row{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  height: auto;
  align-content: center;
  align-items: center;  
  padding-top: 30px;
}

.img-partner1{
  display: block;    
  width: 100%;  
  max-height: 200px;
  height: auto;
  align-content: center;
}

.img-partner2{
  display: block;    
  width: 100%;  
  max-height: 250px;
  height: auto;
  align-content: center;
}

.img-partner3{
  display: block;    
  width: 100%;  
  max-height: 250px;
  height: auto;
  align-content: center;
}

.img-partner4{
  display: block;    
  width: 100%;  
  max-height: 500px;
  height: auto;
  align-content: center;
  margin-top: 50px;
}

.text-partner{
  width: 45%;
}

.contact-separate{
  display: flex;
  flex-direction: row;  
}

.footer{
  font-size: 15px;
 }

@media (max-width: 600px){
  .navbar-brand{
    width: 70%;
  }
  .navbar-brand img{
    display: block;
    max-width:100%;  
    width: auto;
  }  
  .footer{
    height: 20px;
  }
}

@media (min-width: 550px){
  .carousel{
    height: 450px;
  }    
  .carousel-inner .carousel-item img {
    height: 450px;
    object-fit: contain;
  }
}
  
@media (max-width: 991.98px) { 
  .navbar-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    justify-content: space-between;    
  }
  .container{
    width:auto;
  }
  .partner-2{
    order:1;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1240px;
  }
  
}

@media (min-width: 1400px) {
  .container {
    max-width: 1300px;
  }
}






