@import url('https://fonts.googleapis.com/css?family=Roboto+Mono:300,300i,400,400i,500,500i&display=swap');

@font-face {
  font-family: 'Pirelli Light';
  src: url(pirelli-light.woff2), url(pirelli-light.woff);
}

body {
  font-family: 'Pirelli Light';
  font-size: 21px;
  line-height: 1.5;
  color: #ffffff;
}

.link {
  position: fixed;
  z-index: 999;
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 20px;
}

.slideshow {
  position: relative;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
}

.holder {
  position: relative;
  top: 0;
  left: 0;
  width: 10000vw;
  height: 100vh;
  transition: left 1s;
}

.holder div {
  float: left;
  width: 100vw;
  height: 100vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 20px 30px;
}

.slide-1 {
  background-image: url(fux_01.jpg);
}

.slide-2 {
  background-image: url(fux_02.jpg);
}

.slide-3 {
  background-image: url(fontana_01.jpg);
}

.slide-4 {
  background-image: url(fontana_02.jpg);
}

.slide-6 {
  background-image: url(fontana_04.jpg);
}

.slide-8 {
  background-image: url(zehe_02.jpg);
}

.slide-9 {
  background-image: url(zehe_03.jpg);
}

.slide-10 {
  background-image: url(bmt_1.webp);
}

.slide-11 {
  background-image: url(bmt_2.webp);
}

.slide-12 {
  background-image: url(bmt_3.webp);
}

.slide-13 {
  background-image: url(br_1.webp);
}





.steps {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  overflow: hidden;
  text-align: center;
}

a.prev, a.next {
  color: white;
  padding: 20px 30px 25px 30px;
  position: absolute;
  bottom: 0;
  text-decoration: none;
  z-index: 1;
}

.prev {
  left: 0;
}

.next {
  right: 0;
}



@media (max-width:500px) {
  div.link {
    flex-direction: column;
    text-align: center;
    justify-content: center;
    line-height: 1.3;
  }
  

