body{
    font-family: 'Open Sans', sans-serif;
    overflow-x: hidden;  
}


.navbar-menu a:hover{
  color: lightgray !important;
}

img {
    vertical-align: middle;
}
 

.navbar-item a{
    text-align: center;
}

.navbar-item i{
    padding: 10px;
    color: white;
}


#content{
    margin-top: 130px;
}

.column img{
    width: 200px;
    padding: 20px;
}


footer a{
    padding: 10px;
    color: white;
}

footer a:hover{
    color: white;
}

footer{
    background-color: black !important;
    color: white;
    font-weight: 300;
    margin-top: 150px !important;
}

footer .content{
    margin-top: 30px;
}



@media screen and (min-width: 840px){
  .shadow{
    box-shadow: -2px 10px 62px 22px rgba(0,0,0,0.10);
  -webkit-box-shadow: -2px 10px 62px 22px rgba(0,0,0,0.10);
  -moz-box-shadow: -2px 10px 62px 22px rgba(0,0,0,0.10);
  }

  .shadow:hover{
    animation: shadowAnimation 1.8s ease-in;
  }
}



#video{
  height: 50px;
  margin-top: -50px;
}

.button {
  transition: all .2s;
}

.button:hover {
  transform: translateY(-3px);
}

.button:active {
  transform: translateY(-1px);
}

.slajd {
  position: absolute;
  top: 0; left: 0;
  z-index: 3;
  animation: slideshow 12s linear 0s infinite;
}

.slajd:nth-child(2) {
  z-index: 2;
  animation-delay: 4s;
}

.slajd:nth-child(3) {
  z-index: 1;
  animation-delay: 8s;
}

@keyframes slideshow {
  25% { opacity: 1;}
  33.33% { opacity: 0;} 
  91.66% { opacity: 0;}
  100% { opacity: 1;}
}


#fb{
  color: #f4f4f4 !important;
}
#fb:hover{
  color: #1278F3 !important;
}

#yt{
  color: #f4f4f4 !important;
}
#yt:hover{
  color: #FF0000 !important;
}

#mail{
  color: #f4f4f4 !important;
}
#mail:hover{
  color: #EA4335 !important;
}

#flickr{
  color: #f4f4f4 !important;
}
#flickr:hover{
  color: #89C623 !important;
}




/* GALERIJA */
.item-slide {
  box-sizing: border-box;
}

/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 74px;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.5);
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: rgba(0,0,0,0);
  width: 90%;
  max-width: 1200px;
  max-height: 700px;
  overflow: hidden;
  text-align: center;
}

.modal img {
  height: 95%;
  width: 95%;
  
}


@media screen and (max-width:840px){
  
  .marginaHorizontalna {
    margin-left: 20px;
    margin-right: 20px;
  }

}



.item-slide{
  display: none;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  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;
}


/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  right: 0;
  top: 0;
}

.item-slide img {
  max-width: 1200px;
}

.caption-container {
  color: white;
}

.column img{
  margin-top: 20px;
}

.sjena {
  box-shadow: -2px 10px 62px 22px rgba(11, 48, 170, 0.2);
}

@media screen and (max-width: 840px){
  .hidden{
    display: none !important;
  }
}

.social a{
  padding: 10px;
}
