header{
    padding-top: 15px;
    width: 1210px;
    height: 107.5px;
    margin: auto;
    background-color: white;
}

button{
    width: 200px;
    font-family: Helvetica;
    font-weight: 650;
    font-size: 15px;
    background-color: white;
    border: none;
    margin-bottom: 20px;
    margin-top: 20px;
}
.header1{
    height: 52.5px;
    display: flex;
    flex-direction: row-reverse;
}
.header1 button{
    font-family: Helvetica;
    font-size: 30px;
    width: 60px;
    margin-left: 15px;
    margin-right: 15px;
}
.header1 div img{
    width: auto;
    height: 20px;
    margin-left: 16px;
    margin-top: 16px;
}
nav{
    display: flex;
    height: 55px;
    flex-direction: row;
}
.header1 div{
    height: 100%;
    background-color: #d00;
    width: 52.5px;
    border-width: 2px;
    border-style: solid;
    border-color: gray;
}
.transdev{
    height: auto;
    width: 20px;
}
.alert{
    background-color: #ff8c00;
    height: 50px;
    width: 100%;
}
.journeysection{
    background-color: #d00;
    color: white;
    padding-top: 40px;
}

.journeygrid{
    display: grid;
    width: 1170px;
    margin: auto;
    grid-template-columns: auto auto auto auto 35% 10%;
    grid-template-rows: auto auto auto auto;

}
.journey1{
    grid-row-start: 1;
    grid-row-end: 2;
    grid-column-start: 1;
    grid-column-end: 4;
}
.journey2{
    grid-row-start: 2;
    grid-row-end: 3;
    grid-column-start: 1;
    grid-column-end: 4;
}
.journey3{
    grid-row-start: 2;
    grid-row-end: 3;
    grid-column-start: 4;
    grid-column-end: 5;
}
.journey4{
    grid-row-start: 2;
    grid-row-end: 3;
    grid-column-start: 5;
    grid-column-end: 7;
}
.journey5{
    grid-row-start: 3;
    grid-row-end: 4;
    grid-column-start: 1;
    grid-column-end: 2;
}
.journey6{
    grid-row-start: 3;
    grid-row-end: 4;
    grid-column-start: 2;
    grid-column-end: 3;
}
.journey7{
    grid-row-start: 3;
    grid-row-end: 4;
    grid-column-start: 3;
    grid-column-end: 4;
}
.journey8{
    grid-row-start: 3;
    grid-row-end: 4;
    grid-column-start: 6;
    grid-column-end: 7;
}
