@import url('https://fonts.googleapis.com/css2?family=IM+Fell+French+Canon:ital@0;1&family=Rubik+Distressed&display=swap');
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html{
    scroll-behavior: smooth;
}
body{
    background-color: rgb(75, 64, 47);
    overflow-x: hidden;
}
h1{
    display: flex;
    margin: 50px;
    font-size: 80px;
    color: rgb(194, 66, 49);
}
h2,h3{
    margin: 25px 0;
    font-size: 40px;
    color: rgb(180, 180, 180);
}
h1,h2,h3,a{
    font-family: "Rubik Distressed", system-ui;
    font-weight: 400;
    font-style: normal;;
}
p{
    margin-bottom: 40px;
    font-family: "IM Fell French Canon", serif;
    font-weight: 400;
    font-style: normal;
    text-align: justify;
    font-size: 20px;
    color: rgb(180, 180, 180);
}
.initial{
    font-size: 50px;
    float: left;
    margin-right: 5px;
}
.timeline{
    background: #3b2619;
    background: linear-gradient(180deg, rgba(59, 38, 25, 1) 0%, rgba(18, 12, 10, 1) 100%);
    display: flex;
    padding: 25px;
    justify-content: space-evenly;
    align-items: center;
    position: sticky;
    top: 0;
    height: 100px;
    z-index: 1;
}
.timeline__button{
    justify-content: center;
    align-items: center;
    text-align: center;
    display: flex;
    padding: 20px;
    width: 320px;
    background: #c9884b;
    background: linear-gradient(180deg, rgba(201, 136, 75, 1) 0%, rgba(121, 85, 45, 1) 35%, rgba(64, 43, 28, 1) 100%);
    color: rgb(180, 180, 180);
    text-decoration: none;
    font-size: 20px;
    transition: 1s;
}
.timeline__button:hover{
    width: 500px;
    color: rgb(194, 66, 49);
    font-size: 30px;
    transition: 1s;
}
.timeline__img0:hover{
    background-image: url("images/boat.webp");
    background-position: center;
    background-size: cover;
    transition: 1s;
}
.timeline__img1:hover{
    background-image: url("images/planning2.png");
    background-position: center;
    background-size: cover;
    transition: 1s;
}
.timeline__img2:hover{
    background-image: url("images/plane.png");
    background-position: center;
    background-size: cover;
    transition: 1s;
}
.timeline__img3:hover{
    background-image: url("images/Gold.png");
    background-position: center;
    background-size: cover;
    transition: 1s;
}
.timeline__img4:hover{
    background-image: url("images/grave.png");
    background-position: center;
    background-size: cover;
    transition: 1s;
}
header{
    display: flex;
    padding-bottom: 720px;
    background-color: rgba(0, 0, 0, 0);
    background-image: url(images/boat.webp);
    background-repeat: no-repeat;
    background-size: cover;
}
.storyline1,.storyline2,.storyline3,.storyline3__left,.storyline3__right,.storyline4{
    display: flex;
    justify-content: space-evenly;
    padding: 300px 300px;
    border-bottom: rgba(18, 12, 10, 1) 20px solid;
}
.storyline1{
    flex-direction: row;
    justify-content: right;
    background-image: url(images/planning.png);
    background-repeat: no-repeat;
    background-size: cover;
    align-items: bottom;
}
.storyline1__segment,.storyline4__segment{
    display: flex;
    flex-direction: column;
    margin: 25px;
    width: 500px;
    padding: 25px;
    background-color: rgba(255, 255, 255, 0.13);
    backdrop-filter: blur(10px);
    border-radius: 20px;
}
.storyline2{
    flex-direction: column;
    background-image: url(images/plane.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.storyline2-1{
    display: flex;
    justify-content: left;
    text-align: justify;
    margin: 50px 20px;
   
}
.storyline2-2{
    justify-content: right;
    display: flex;
    text-align: justify;    
    margin: 50px 20px; 
    position: relative;
}
.storyline2__segment{
    background-color: rgba(255, 255, 255, 0.13);
    backdrop-filter: blur(10px);
    padding: 20px;
    border-radius:20px ;
    justify-content: center;
    align-items: center;
}
.storyline2__segment{
    margin: 20px 0;
    width:500px ;
}
.storyline3{
    flex-direction: column;
    padding: 0;
}
.storyline3__header{
    background-color: rgba(255, 255, 255, 0.13);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    margin-bottom: 50px;
    padding: 20px;
}
.storyline3__segment{
    display: flex;
    width: 500px;
    height: auto;
    background-color: rgba(143, 79, 28, 0.507);
    backdrop-filter: blur(10px);
    padding: 50px;
    flex-direction: column;
    border-radius: 20px;
}
.storyline3__segment{
    justify-content: right;
}
.storyline3__left,.storyline3__right{
    display: flex;
    background-repeat: no-repeat;
    background-size: cover;
}
.storyline3__right{
    justify-content: right;
}
.storyline3__left{
    justify-content: left;
}
.utah{
    background-image: url(images/Utah.png);
    flex-direction: column;
}
.omaha{
    background-image: url(images/Omaha.png);
}
.gold{
    background-image: url(images/Gold.png);
}
.juno{
    background-image: url(images/juno.png);
}
.sword{
    background-image: url(images/Sword.png);
}
.storyline4{
    flex-direction: column;
    background-image: url(images/grave.png);
    background-repeat: no-repeat;
    background-size: cover;
    border: none;
    padding-bottom: 100px;
}
.storyline4__segment{
    width: auto;
}