.navbar {
  background-color: rgba(0,0,0,0.6);
  color: white !important;
  padding:10px;
}
.navbar a {
  color: white !important;
}
.carousel-caption {
  background-color: rgba(0,0,0,0.6) !important;
  bottom:50px;
  border-radius: 5px;
}
.carousel-indicators{
  bottom:40px;
}
.nav-link{
  font-size:1.25em;
  padding-left:20px !important;
  padding-right:20px !important;
}
.nav-link {
  transition: .5s;
}
.nav-link:hover {
  background-color: white !important;
  color:black !important;
}
.navbar-dark .navbar-toggler{
  border-color: rgba(255,255,255,.6);
}
.navbar-brand img {
  padding-right: 15px;
  float:left;
}
.carousel-control-next-icon, .carousel-control-prev-icon {
  padding:12px;
}
.navbar-brand p {
  font-family: 'Pacifico';
  transform: translateY(4px);
}
@media (max-width: 768px){
  .nav-link{
    padding-left:5px !important;
    padding-right:5px !important;
  }
}
.opis {
  margin-top:100px;
}
.slike {
  width:100%;
  float:left;
  padding:0px;
}
.slike img {
  width:32.9%;
  padding:5px;
  transition: .3s;
}
.slike img:hover {
  opacity: .8;
  cursor:pointer;
}

.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}
#myModal {
  display: none;
  position: fixed;
  z-index: 99999;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.9);
}
.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 800px;
}
.modal-content{
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}
@-webkit-keyframes zoom {
  from {-webkit-transform:scale(0)}
  to {-webkit-transform:scale(1)}
}
@keyframes zoom {
  from {transform:scale(0)}
  to {transform:scale(1)}
}

@media (max-width: 1000px){
  .slike img {
    width:49%;
  }
}
@media (max-width: 600px){
  .modal-content {
    width: 90%;
  }
}
.ime {
  margin:20px 0 0 !important;
}
/*.footer{
  background-color: #111111;
  color:#fff;
  margin:30px 0 0 !important;
  height:350px;
}
.map {
  width:66.66%;
  padding:50px;
  float:left;
}
.contact {
  width:33.33%;
  float:left;
  height:250px;
  padding:50px;
  color:#fff;
}
.contact a{
  color:#fff !important;
}
#guglmapa{
  width:100%;
  height:250px;
  border-radius: 4px;
  box-shadow: 0 3px 6px 3px rgba(0,0,0,0.1), 0 6px 10px 6px rgba(0,0,0,0.05);
}
.social {
  font-size:22px;
  margin:10px 10px 0 0;
  cursor: pointer;
}
.social:hover{
  opacity: .8;
}
@media (max-width: 900px){
  .map, .contact {
    padding:25px;
  }
  .footer {
    height:300px;
  }
}
@media (max-width: 900px){
  .map, .contact {
    width:100%;
    text-align:center;
  }
  .footer {
    height:500px;
  }
  .contact {
    height: 200px;
  }
}
#dev {
  bottom:0;
}*/
