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;
  }
  .margina{
    margin-top: 70px;
  }
}



#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;
}

@media screen and (max-width: 1023px) {
  .rasiri {
    width: 100% !important; 
  }
}

@media screen and (max-width: 840px){
  .hidden{
    display: none !important;
  }
}

.social a{
  padding: 10px;
}

@media screen and (max-width: 840px){
  .brik {
    margin-top: 98px !important;
  }
}