@charset "UTF-8";

#Pics {
  display: flex;
  flex-flow: row wrap;
}

.fullWidth {
  background-image: url(../img/first-img.jpg);
  background-size: cover;
  background-position: center;
  width: 100%;
  min-height: 50vh;

  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}

p {
  color: #fff;
  width: 80%;
  font-size: 22px;
  padding: 15px;
  margin-top: 10px;

  background-color: rgba(25, 25, 25, 0.35);
}

.half-a { width: 50%;}

.half {
  width: 100%;
  min-height: 50vh;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  position: relative;
}

.half p {
  width: 85%;
  margin-top: 0;
  margin-bottom: 10px;
}

.half.first {
  background-image: url(../img/second-img.jpg);
  background-size: cover;
  background-position: center;
}

.half.second {
  background-image: url(../img/third-img.jpg);
  background-size: cover;
  background-position: center;
}

.half.third {
  background-image: url(../img/4.jpg);
  background-size: cover;
  background-position: center;
}

.half.fourth {
  background-image: url(../img/viterbo.jpg);
  background-size: cover;
  background-position: center;
}

.half.fifth {
  background-image: url(../img/5.JPG);
  background-size: cover;
  background-position: center;
}

.half.sixth {
  background-image: url(../img/e-bike.jpg);
  background-size: cover;
  background-position: center;
}

.half.seventh {
  background-image: url(../img/wald.JPG);
  background-size: cover;
  background-position: center;
}

@media screen and (max-width: 1050px) {
  .half-a { width: 100%;}
  .half.first { justify-content: center;}
  .half-first p { margin-bottom: 0;}
}

@media screen and (max-width: 600px) {
  a { margin-bottom: 25px;}
}
