body, html {
    height: 100%;
}

body {
    font-family: 'Montserrat';
}


.blue_banner {
    /*background-image: url("../img/Blue_Shape.png");*/
    background-color: #0091DA;
}

.yellow_banner {
    /*background-image: url("../img/reservation_bus.png");*/
    background-color: #0091DA;

}
.yellow_background  {
    background-color: #FFCC02;
    border: 0px;
}

.orange_background  {
    background: url('../img/BBQ_header.png'), orangered;
    border: 0px;
}


.blue_background {
    background-color: #0047B9;
    border: 0px;
}

span {
    
    font-family: 'Mulish';
}

.flatpickr-calendar.inline {
    margin-bottom: 20px;
}

.flatpickr-calendar.animate.inline {
    margin-top: 15px;
}

select {
    padding-left: 10px;
}

.book_journey {
    padding-top: 10px;
}



#gift_popup{
    background-image: url('../img/Loading2.gif');
    margin: auto;
    padding: 20px;
    width: 150px;
    height: 150px;
    border-radius: 20px;
    z-index: 14;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}


.ebc_modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 3; /* Sit on top */
    /*padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}