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

h1 {
    font-family: 'Unbounded';
}

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

#title {
    color: #FF6920;
    font-size: 4.5vw;
    margin-left: 7vw;
    width: 38vw;
}

header {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: 0.4s;
    position: fixed;
    background-color: #0064BC;
    top: 0;
    z-index: 9999;
    padding: 5vw 7vw 1vw 7vw;
    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.7vw;
    color: #fff;
    font-family: 'Unbounded';
    float: left;
    margin-left: 3vw;
}

#menu>.active {
    text-decoration: underline;
    color: #85C2FF;
}

#menu #rsvp-b {
    color: #FF6920;
}

#rsvp-b::after {
    content: url('../images/RSVP.png');
    display: block;
    margin-left: 0.3vw;
    margin-top: -0.2vw;
}

#story:hover {
    color: #F196A6
}

#schedule:hover {
    color: #C2CD48;
}

#travel:hover {
    color: #E2BE30;
}

#faq:hover {
    color: #85C2FF;
}

.top {
    display: flex;
    align-items: center;
    margin-top: 22vw;
}

.intro {
    color: #fff;
    box-sizing: border-box;
    font-size: 1.3vw;
    line-height: 1.2;
    width: 45%;
}

#rsvp-form {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    margin-top: 5vw;
    border: 0;
}

footer {
    border-top: 1px solid white;
    padding-top: 1vw;
    margin: 3vw 4vw;
    font-family: 'Inclusive Sans';
    color: #9DBFC7;
    font-size: 0.9vw;
}