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

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

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

h4 {
    color: #fff;
    font-size: 1.7vw;
    line-height: 2;
    margin-top: 10vw;
}

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

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;
}

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

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

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

.section {
    box-sizing: border-box;
    padding: 0 5vw;
    clear: both;
}

#sec1img {
    width: 45%;
    height: auto;
    object-position: center;
    transform: rotate(-20deg);
    float: left;
}

.sec1r {
    width: 48%;
    float: right;
    margin: -4% 5vw 0 0;
}

#sec2img {
    width: 40%;
    transform: rotate(10deg);
    float: right;
    margin: 0 5vw 5vw 0;
}

.sec2l {
    width: 46%;
    float: left;
    margin: -4% 0 0 5vw;
}

#sec3img {
    width: 45%;
    float: left;
    margin-top: -5vw;
}

.sec3r {
    width: 45%;
    float: right;
    margin: -10% 5vw 0 0;
}

.images {
    clear: both;
    margin-top: 30vw;
}

.images img {
    width: 33.33%;
    float: left;
    margin-bottom: 3vw;
}

.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;
}