#booknow, .animate{
    opacity: 0;
}

.animate{
    margin-top: 5vh;
}

div[data-widgetId='0578dcf3af714d84862f419944c1fb08'] iframe{
    height: 35vh !important;
}

div[data-widgetId='3022e145a1034a23b604805f8f2ad9b5'] iframe{
    height: 80vh !important;
}

.booking_iframe{
    text-align: center;
    position: relative;
}

.booking_iframe__legend {
    position: absolute;
    right: calc(50% - 425px);
    top: 13px;
}

.booking_iframe__legend__item {
    display: flex;
    align-items: center;
}


.booking_iframe__legend__item__color {
    width: 30px;
    height: 30px;
    margin-bottom: 10px;
}

.booking_iframe__legend__item__text{
    margin-left: 10px;
}

.swal2-popup{
    overflow-y: hidden;
}

input[type="text"], input[type="email"], input[type="date"], textarea{
        width: 100%;
        height: 40px;
        border: 1px solid transparent;
        border-bottom: 3px solid var(--oe-dark-blue);
        font-size: 20px;
        background-color: #ededed;
}

.contact_type{
    display: flex; 
    align-items: center; 
    height: 40px;
}

.contact_type_label{
    margin-right: 30px;
}

.rates__image{
    height: 15rem;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin: 0 .5rem;
}

#spring{
    background-image: url('../img/ducklings.jpg');
}

#summer{
    background-image: url('../img/cute_red_squirrel.jpg');
}

#fall{
    background-image: url('../img/seal.jpg');
}

#winter{
    background-image: url('../img/deer\ in\ winter\ backyard.jpg');
}

@media (max-width:991px){
    .contact_type{
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
    }

    .contact_type_label{
        margin-right: 0;
    }
}

@media (max-width:767px){
    .booking_iframe__legend {
        right: calc(50% - 241px);
        bottom: 0;
        top: unset;
        display: flex;
    }
    .booking_iframe__legend__item {
        margin-right: 10px;
    }
}