#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: #85C2FF;
    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%;
}

.section {
    margin: 5vw 7vw;
}

.section h1 {
    color: #fff;
    font-size: 1.7vw;
    text-decoration: underline;
    margin-bottom: 2vw;
}

.section p {
    font-size: 1.1vw;
    margin-bottom: 1vw;
}

.question {
    width: 40vw;
    border: 1px solid white;
    border-radius: 25px;
    padding: 3vw;
    box-sizing: border-box;
}

.question h1 {
    font-size: 1.5vw;
    text-decoration: none;
    margin-bottom: 1vw;
}

.question a {
    color:#FF6920;
    font-family: 'Unbounded';
    text-decoration: underline;
}

.question p:last-of-type {
    margin-bottom: 0;
}

.flex-col {
    display: flex;
    justify-content: space-between;
    margin-bottom: 3vw;
}

hr {
    margin: 4vw;
}

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