ul li{
    color: #fbd30b;
}
#e_fb{
    color: #ff471a;
}
#TheCapnDroppingAnchor{
    color: #fbd30b;
    font-family: 'druk';
    font-size: 1.3vw;
    font-weight: normal;
}

#StartThePartyText{
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding: 50px;
}

#ssGuppy{
    width: 47vw;
    display: inline-block;
}
.ssGuppyDiv{
    min-height: 100vh;
    width: 100%;
    background: url('../img/landingBodyBG.jpg') no-repeat;
    background-size: cover;
    margin: -4vw 0 0;
    font-size: 2vw;
}

.guppy-child{
    width: 47vw;
    display: inline-block;
    padding: 0 2vw 5vw;
}
.rulesDiv{
    background: url(../img/blueBG.jpg) no-repeat;
}

/*recipes*/
.rpCard-adrian{
    margin: 0 8vw;
    display: inline-block;
    position: absolute;
    top: 13vw;
    left: 38vw;
    font-size: 2px;
}
.rpSub{
    font-size: 1.5vw !important;
}
.rpFlex img{
    height: 2.5vw !important;
}
.rpFlex h3{
    font-size: 1vw;
    margin: 0 -1vw;
}


/*Location page*/

.map-content{
    width: 38vw;
    height: 117vh;
    background-color: #ffe200;
    border: 10px solid #294bcd;
    margin-top: 7vw;
}
.map-title{
    position: absolute;
    margin-left: 3vw;
    margin-top: 4vw;
}
.entrance{
    background-color: #294bcd;
    position: absolute;
    height: 11vw;
    width: 38vw;
    top: 42vw;
    
}
#miniGup{
    position: absolute;
    top: -3vw;
    left: 1vw;
}
#ccLogo-map{
    position: absolute;
    top: 4vw;
    left: 12vw;
}
#entranceText{ 
    font-size: 2.5vw;
    position: absolute;
    right: 2vw; 
    top: -2vw;
}
#walkingPath{
    position: absolute;
    top: 53vw;
    margin-left: 5vw;
}
#mapImg{
    width: 59vw;
    border: 10px solid #294bcd;
    position: absolute;
    right: 0;
    top: 7vw;
}
.top-ferns{
    width: 38.2vw;
}
.bottom-ferns{
    margin-top: 10.4vw;
    margin-left: 3vw;
    width: 33vw;
}
@media only screen and (max-width: 780px){
    /*Location page*/
.top-ferns{
    width: 96.2vw;
}
.bottom-ferns{
    margin-top: 21.5vw;
    margin-left: 6vw;
    width: 82vw;
}
.map-content{
    width: 95vw;
    height: 72vh;
    background-color: #ffe200;
    border: 10px solid #294bcd;
    margin-top: 26vw;
    margin-bottom: 112vw;
}
.map-title{
    position: absolute;
    margin-left: 9vw;
    margin-top: 9vw;
    width: 76vw;
}
.entrance{
    background-color: #294bcd;
    position: absolute;
    height: 32vw;
    width: 97vw;
    top: 109vw;
    
}
#miniGup{
    position: absolute;
    top: -3vw;
    left: 1vw;
    width: 37vw;
}
#ccLogo-map{
    position: absolute;
    top: 17vw;
    left: 31vw;
    width: 39vw;
}
#entranceText{ 
    font-size: 6vw;
    position: absolute;
    right: 10vw; 
    top: -3vw;
}
#walkingPath{
    position: absolute;
    top: 138vw;
    width: 70vw;
    margin-left: 11vw;
}
#mapImg{
    width: 96vw;
    border: 10px solid #294bcd;
    position: absolute;
    right: 0;
    top: 175vw;
    height: 109vw;
}

    .cookiepref{
        font-size: 3vw;
    }
    #ccLogo{
        width: 20vw;
        margin-left: 1vw;
    }
    #rsvpMobile{
        margin-top: -1.5vh;
    }
    .bar1, .bar2, .bar3 {
    width: 25px;
    height: 5px;
    margin: 6px 0;
    }
    #faqMobile, #cancelMobile, #bookMobile{
        max-width: 85%
    }
    .formDiv{
        /*height: 106vw;*/
    }
}
@media only screen and (min-width: 781px){
    .cookiepref{
        font-size: 1.2vw;
    }
    #ccLogo{
        width: 9vw;
        margin-left: 1vw;
        margin-top: 2.5vh;
    }
    .bar1, .bar2, .bar3 {
    width: 35px;
    height: 10px;
    margin: 2px 0; 
    }
    .testDiv{
        margin: -13vw;
    }
    
    .ldContent{
        max-width: 30vw;
    }
}
