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

p {
    color: #fff;
    font-family: 'Inclusive Sans';
    font-size: 1vw;
}

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;
    /* margin: 5vw; */
}

#menu {
    display: block;
    box-sizing: border-box;
    /* margin: 5vw; */
}

#menu a {
    font-size: 1.8vw;
    color: #fff;
    font-family: 'Homemade Apple';
    float: left;
    margin-left: 5vw;
}

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

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

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

.body {
    display: flex;
    align-items: center;
    width: 100%;
    height: 80%;
    margin-top: 20vw;
}

#invite,
#collage {
    width: 28%;
    /* border: 3px solid white; */
}

#show {
    width: 44%;
    /* border: 3px solid white; */
}

#invite {
    padding: 5vw;
    box-sizing: border-box;
}

#invite img {
    width: 100%;
}

#collage {
    display: block;
    position: relative;
    background-image: url('../images/home/blankbg.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 40vw;
    /* border: 3px solid white; */
}

#max,
#flowers,
#tequila,
#miffy,
#perfume,
#photoframe,
#snowglobe,
#miffy-box,
#miffyx,
#miffya,
#miffyp,
#tequila-box,
#tequilax,
#tequilaa,
#tequilap,
#flowers-box,
#flowersx,
#flowersa,
#flowersp,
#hike-box,
#hikex,
#hikea,
#hikep,
#perfume-box,
#perfumex,
#perfumea,
#perfumep,
#snowglobe-box,
#snowglobex,
#snowglobea,
#snowglobep,
#max-box,
#maxx,
#maxa,
#maxp,
#psd {
    position: absolute;
}

#psd {
    font-size: 1vw;
    font-family: 'Inclusive Sans';
    color: #9DBFC7;
    text-align: center;
    width: 100%;
    top: -4%;
}

#max {
    width: 50%;
    bottom: 0;
    left: 7%;
}

#max:hover {
    transform: rotate(5deg);
}

#flowers {
    width: 50%;
    bottom: 15%;
    right: 0;
}

#flowers:hover {
    transform: rotate(-2deg);
}

#tequila {
    width: 14%;
    top: 1%;
    right: 3%;
}

#tequila:hover {
    transform: rotate(9deg);
}

#miffy {
    width: 25%;
    top: 11%;
    right: 10%;
}

#miffy:hover {
    transform: rotate(-5deg);
}

#perfume {
    width: 15%;
    bottom: 20%;
    left: 30%;
}

#perfume:hover {
    transform: rotate(-8deg);
}

#photoframe {
    width: 37%;
    bottom: 30%;
    left: 0;
}

#photoframe:hover {
    transform: rotate(10deg);
}

#snowglobe {
    width: 22%;
    bottom: 20%;
    right: 38%;
}

#snowglobe:hover {
    transform: rotate(8deg);
}

#show {
    position: relative;
    height: 40vw;
}

#miffy-box {
    display: none;
    /* border: 1px solid #fff; */
    height: 18vw;
    width: 30vw;
    top: 5%;
    left: 10%;
}

#miffyx {
    width: 25%;
}

#miffya {
    width: 22%;
    top: 45%;
    left: 25%;
}

#miffyp {
    width: 70%;
    bottom: 0;
    left: 30%;
}

#tequila-box {
    display: none;
    /* border: 1px solid #fff; */
    height: 13vw;
    width: 28vw;
    top: 0;
    left: 5%;
}

#tequilax {
    width: 13%;
}

#tequilaa {
    width: 30%;
    top: 50%;
    left: 17%;
}

#tequilap {
    top: 52%;
    right: 0;
}

#flowers-box {
    display: none;
    /* border: 1px solid #fff; */
    height: 18vw;
    width: 35vw;
    bottom: 15%;
    left: 10%;
}

#flowersx {
    width: 50%;
}

#flowersa {
    width: 14%;
    top: 35%;
    left: 45%;
}

#flowersp {
    width: 50%;
    top: 58%;
    right: 0;
}

#hike-box { 
    display: none;
    /* border: 1px solid #fff; */
    height: 15vw;
    width: 41vw;
    bottom: 25%;
    left: 3%;
}

#hikex {
    width: 46%;
    bottom: 0;
}

#hikea {
    width: 24%;
    bottom: 25%;
    right: 27%;
}

#hikep {
    width: 50%;
    top: 0;
    right: 0;
}

#perfume-box {
    display: none;
    /* border: 1px solid #fff; */
    height: 13vw;
    width: 30vw;
    bottom: 25%;
    left: 3%;
}

#perfumex {
    width: 25%;
    top: 0;
    left: 0;
}

#perfumea {
    width: 15%;
    top: 35%;
    left: 24%;
}

#perfumep {
    width: 73%;
    bottom: 0;
    right: 0;
}

#snowglobe-box {
    display: none;
    /* border: 1px solid #fff; */
    height: 24vw;
    width: 30vw;
    bottom: 25%;
    left: 3%;
}

#snowglobex {
    width: 90%;
    top: 0;
    left: 0;
}

#snowglobea {
    width: 18%;
    bottom: 10%;
    left: 10%;
}

#snowglobep {
    width: 70%;
    bottom: 0;
    right: 0;
}

#max-box {
    display: none;
    /* border: 1px solid #fff; */
    height: 24vw;
    width: 40vw;
    bottom: 0;
    left: 3%;
}

#maxx {
    width: 68%;
    top: 0;
    left: 0;
}

#maxa {
    width: 18%;
    top: 15%;
    right: 20%;
}

#maxp {
    width: 40%;
    top: 8%;
    right: 0;
}

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