body {
    font-family: 'Inclusive Sans';
}

#menu {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    background-color: #FF5300;
    position: fixed;
    top: 0;
    z-index: 1;
    padding: 18vw 10vw;
    visibility: hidden;
    opacity: 0;
    transition: 400ms cubic-bezier(0.25, 0.8, 0.25, 1);
    transform-origin: top;
    transform: scale(1, 0.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 {
    font-family: 'Homemade Apple';
    color: #CDDC29;
    font-size: 11vw;
    text-align: center;
    padding-top: 50vw;
}

.intro {
    font-size: 3.5vw;
    color: #fff;
    line-height: 1.5;
    padding: 10vw;
}

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

#sched-bord {
    width: 80%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#itinerary {
    text-align: center;
}

.day {
    padding: 10vw 0;
}

.day-head {
    margin-bottom: 13vw;
}

.date, .dow, .optional {
    display: block;
    color: #fff;
}

.date {
    font-size: 5vw;
    text-transform: uppercase;
    padding: 0;
}

.dow {
    font-family: 'Homemade Apple';
    font-size: 8vw;
    margin-top: 8vw;
}

.optional {
    font-size: 2.5vw;
    color: #ADABAB;
    margin-top: 2.5vw;
}

.event img {
    width: 100%;
}

.info {
    box-sizing: border-box;
    height: 93vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 10vw;
}

.info-info {
    display: flex;
    flex-direction: column;
}

.tod {
    font-size: 4vw;
    text-transform: uppercase;
}

.activity {
    font-size: 6vw;
    margin-top: 5vw;
    font-weight: bold;
}

.loc {
    margin-top: 2vw;
}

.bordered {
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    margin: 10vw 6vw;
    padding: 7vw 0;
}

.dress {
    font-style: italic;
}

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

.one {
    background-color: #CDDC29;
}

.two {
    background-color: #1BAE85;
}

.three {
    background-color: #FFAF01;
}

.four {
    background-color: #EE8A9C;
}

.five {
    background-color: #FF681F;
}

.six {
    background-color: #41ADF8;
}