#bedline,
#open-menu,
#home,
#sched-bord {
    display: none;
}

h1 {
    font-family: 'Homemade Apple';
}

p {
    font-family: 'Inclusive Sans';
    font-size: 1vw;
    color: #fff;
    line-height: 1.5;
}

#title {
    color: #FFAF01;
    font-size: 4.5vw;
    margin-left: 5vw;
    margin-top: 20vw;
}

header {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: end;
    transition: 0.4s;
    position: fixed;
    background-color: #0064BC;
    top: 0;
    z-index: 9999;
    padding: 5vw 5vw 1vw 5vw;
    box-sizing: border-box;
}

header img {
    width: 13vw;
    display: inline-block;
    position: relative;
    transition: 0.4s;
}

#menu {
    display: block;
    box-sizing: border-box;
}

#menu a {
    font-size: 1.8vw;
    color: #fff;
    font-family: 'Homemade Apple';
    float: left;
    margin-left: 5vw;
}

#story:hover {
    color: #EE8A9C;
    transform: rotate(-5deg);
}

#schedule:hover {
    color: #CDDC29;
    transform: rotate(5deg);
}

#menu #travel {
    color: #FFAF01;
    transform: rotate(-5deg);
}

#bedlined {
    margin: 0 0 3vw 5vw;
}

.sec1 {
    display: flex;
    justify-content: center;
    align-items: center;
    /* border: 3px solid white; */
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

#potato img {
    width: 40vw;
    /* border: 3px solid white; */
}

.info {
    color: #fff;
    display: flex;
    flex-direction: column;
    /* border: 3px solid white; */
    box-sizing: border-box;
    margin-left: 5vw;
}

.info h1 {
    font-size: 3vw;
    margin-bottom: 2vw;
}

.info h2 {
    font-family: 'Inclusive Sans';
    font-size: 1.7vw;
    font-weight: bold;
}

.info p {
    margin: 0.7vw 0;
}

.images {
    position: relative;
    height: 35vw;
    margin-top: 3vw;
}

.images img {
    position: absolute;
}

.images img:first-of-type {
    width: 38%;
    bottom: 0;
}

.images img:nth-child(2) {
    width: 45%;
    right: 0;
}

#planeline {
    margin: 5vw;
}

.sec2 {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.secsec {
    width: 30%;
    margin-top: 3vw;
    margin-bottom: 5vw;
}

.line {
    clear: both;
    border: none;
    border-top: 1px solid #fff;
    margin: 1vw 5vw;
}

footer {
    font-family: 'Inclusive Sans';
    font-size: 1vw;
    color: #9DBFC7;
    margin-left: 5vw;
    margin-bottom: 1vw;
}