body{
    font-family: 'Open Sans', sans-serif;
    overflow-x: hidden;  
}


.navbar-menu a:hover{
  color: lightgray !important;
}

.mySlides {
    display: none
}

img {
    vertical-align: middle;
}
 
/* Slideshow container */
 
.slideshow-container {
  max-width: 100%;
  position: relative;
  margin: auto;
  background-color: black;
  top: 75px;
}
 
/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}
 
/* Position the "next button" to the right */
.next {
  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);
}
 
/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}
 
/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}
 
/* 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;
}
 
.active, .dot:hover {
  background-color: #717171;
}
 
/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 2s;
  animation-name: fade;
  animation-duration: 2s;
}
 
@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}
 
@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}
 
/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
.dot{
 height: 10px;
  width: 10px;
}
 
@media only screen and (max-width: 500px) {
  .prev, .next,.text {font-size: 14px}
}

}

.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);
  }
} 


@media screen and (max-width: 840px){
  .hidden{
    display: none !important;
  }
}


#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;
}

.rest:hover > .Ikona {
  filter: invert(.5) sepia(100) saturate(100) hue-rotate(200deg);
}



.social a{
  padding: 10px;
}
