.slideshow{
  background-repeat: no-repeat;
  background-color: rgb(0,0,0);
}

.slideshow.img0{
  background-image: url("../img/home/home-1.jpg");
}

.slideshow.img1{
  background-image: url("../img/home/home-2.jpg");
}

.slideshow.img2{
  background-image: url("../img/home/home-3.jpg");
}

.slideshow.img3{
  background-image: url("../img/home/home-4.jpg");
}

.slideshow.img4{
  background-image: url("../img/home/home-5.jpg");
}

.anim-bg-trans{
  animation-name: bg-trans;
  animation-duration: 3s;
}

.gideon-thin-text{
  font-family: 'Inter', sans-serif !important;
}

.gideon-text{
  font-family: 'Oswald', sans-serif !important;
}

@keyframes bg-trans {
  from {background-color: rgba(0,0,0,0.7);}
  to {background-color: rgba(0,0,0,0);}
}
