*{
  padding: 0;
  margin: 0;
}
body{
  width: 100%;
  height: 100vh;
  background-image: url("../img/svata-hora_01.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
}
.page{
  width: 100%;
  min-height: 350vh;
  background-color: rgba(0, 0, 0, .5);
}
.titul{
  position: fixed;
  width: 100%;
  color: white;
  text-align: center;
  font-size: 4vh;
  font-weight: bold;
  padding: 2vh 0;
  background-image: url("../img/svata-hora_01.jpg");
  background-repeat: no-repeat;
  background-position: center 12%;
  background-size: cover;
  z-index: 1;
}
.titul:before{
  content: "Dějiny pražské provincie";
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, .5);
  width: 100%;
  padding: 2vh 0;
  text-shadow: 0 0 1px black;
  }
.timeline{
  padding-top: 10vh;
}
.timeline_box{
  display: flex;
  width: 100%;
  align-items: flex-end;

}
.year, .city{
  color: white;
  font-size: 3vh;
  font-weight: bold;
  margin: 0 2vw;
  padding-bottom: .5vh;
  text-shadow: 0 0 1px black;
}
.line{
  position: relative;
  left: 50%;
  width: 5px;
  background-color: dodgerblue;
  transform: translateX(-50%);
}
.icon{
  position: relative;
  width: 4.9vh;
  height: 4.9vh;
  color: aliceblue;
  font-size: 3vh;
  line-height: 1.5;
  text-align: center;
  background-color: dodgerblue;
  border-radius: 50%;
  text-shadow: 0 0 1px black;
}
.fa-ban{
  position: absolute;
  color: red;
  left: 0;
  font-size: 5vh;
  border-radius: 50%;
}