#bedlined {
    display: none;
}

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

#menu {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    background-color: #FF5300;
    position: fixed;
    top: 0;
    z-index: 9999;
    padding: 18vw 10vw;
    transform-origin: top;
    transform: scale(1, 0.1);
    opacity: 0;
    transition: 300ms cubic-bezier(0.25, 0.8, 0.25, 1);
}

#close-menu {
    margin-bottom: 5vw;
    margin-left: 4vw;
}

#close-menu:before,
#close-menu:after {
    display: inline-block;
    content: ' ';
    height: 10vw;
    width: 0.4vw;
    background-color: #fff;
}

#close-menu:before {
    transform: rotate(45deg);
}

#close-menu:after {
    transform: rotate(-45deg);
}

#menu a {
    font-size: 7vw;
    color: #fff;
    font-family: 'Homemade Apple';
    display: block;
    padding: 7vw 0;
    text-align: left;
}

#title {
    color: #FFAF01;
    font-size: 11vw;
    text-align: center;
    padding: 50vw 0 10vw 0;
}

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

header {
    width: 100%;
    padding-top: 15vw;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.4s;
    position: fixed;
    background-color: #0064BC;
    top: 0;
    z-index: 100;
}

header img {
    width: 32vw;
    transition: 0.4s;
}

#open-menu {
    font-family: 'Homemade Apple';
    color: #fff;
    font-size: 4.5vw;
    position: absolute;
    left: 10%;
    top: 50%;
}

#bedline {
    margin-bottom: 5vw;
}

#bedline,
#planeline {
    box-sizing: border-box;
    width: 100%;
    padding: 0 5vw;
}

.media {
    width: 100%;
    overflow: hidden;
}

#bedline img {
    width: 160%;
    float: right;
}

#planeline img {
    width: 180%;
    float: left;
}

#potato img {
    width: 150%;
}

.info {
    padding: 10vw 5vw;
    color: #fff;
}

.info h1 {
    font-size: 8vw;
    text-align: center;
    margin-bottom: 7vw;
}

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

.info p {
    margin: 3vw;
}

.images {
    margin-bottom: 10vw;
}

.images img {
    width: 100%;
    margin: 0;
    padding: 0;
    display: block;
}

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

footer {
    text-align: center;
    font-size: 2.5vw;
    color: #9DBFC7;
    font-family: 'Inclusive Sans';
    margin: 5vw 0;
}