#fullScreenDiv {
    min-height: 900px;
    max-height: 900px;
    /* Set the height to match that of the viewport. */
    height: 100vh;
    width: auto;
    padding: 0 !important;
    margin: 0 !important;
    background-color: transparent;
    position: relative;

}

#video {
    width: 100vw;
    height: auto;
    object-fit: cover;
    left: 0;
    top: 0;
    z-index: 1;
}

@media (min-aspect-ratio: 16/9) {
    #video {
        /*max-height: 800px;*/
        height: 150%;
        top: -100%;
    }

    #videosubstitute {
        display: block;
        width: 100%;
        height: auto;
    }
}

@media (max-aspect-ratio: 16/9) {
    #video {
        width: 150%;
        left: -100%;
    }

    #videosubstitute {
        display: block;
        width: auto;
        height: 100%;
    }
}

/*if there is 992  pixels or more, then display the video but hide the image*/
@media only screen and (min-width: 992px) {
    #video {
        display: block;
    }

    #videosubstitute {
        display: none
    }
}

#messageBox {
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    /*max-height: 800px*/
}

#messageBox * {
    margin: 0.2em
}

#messageBox div {
    text-align: center
}

#messageBox h1 {
    color: white;
    letter-spacing: -2px;
    text-shadow: 2px 2px 5px rgb(0, 0, 0);
    font-size: 4.5rem;
}

#messageBox h2 {
    color: #ddd;
    font-size: 4.0rem;
    letter-spacing: -1px;
}

#messageBox h3 {
    color: #bbb;
    font-size: 3.5rem;
    letter-spacing: -1px;
}

@media only screen and (min-width: 992px) {
    #messageBox h1 {
        letter-spacing: 1px;
    }
}

.slider_icon {
    font-family: 'Lato', sans-serif;
    display: inline-block;
    padding: 5px;
    color: white;
    font-weight: 500;
    font-size:13px;
}

.slider_icon img {
    max-width: 80px;
}

.btn-learn-more {
    font-size: 12px;
    border-color: #ff9000;
    background: #FAFAFA;
    color: #ff9000;
    padding: 15px 40px;

}

.btn-learn-more:hover {
    background-color: #ff9000;
    color: white;
}

#home_gallery {
    background: #FAFAFA;
}

#home_gallery .home_gallery_images_div {
    padding: 30px 0;
}

#home_gallery .home_gallery_images_div img {
    object-fit: cover;
    width: 100%;
    height: 300px;
    object-position: -50px 0;
}

#enjoy_section {
    background-color: #8D6E63;
    padding: 60px 0;
    color: white;
}

#enjoy_section h1 {
    padding-bottom: 20px;
}

#enjoy_section .tab-content .tab-pane img {
    min-height: 300px;
    max-height: 300px;
    object-fit: cover;
}

.relaxsection_image_text {
    font-family: DroidSerif, sans-serif;
    font-size: 25px;
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
    color: white;
    text-align: center;
    font-weight: 500;
}

#relax_section {
    padding: 60px 0;
    background: #FAFAFA;
}

#dishes_section {
    background-color: #cf5e58;
    padding: 60px 0;
    color: white;

}

#dishes_section h1 {
    font-family: DroidSerif, sans-serif;
    font-weight: 400
}

#dishes_section .tab-content .tab-pane img {
    min-height: 300px;
    max-height: 300px;
    object-fit: cover;
}

.special_offer_row div[class*="col-"] {
    /*display: flex;*/
    height: 300px;

}

.special_offer_row div[class*="col-"] img {
    height: 300px;
    width: 100%;
}

#enjoy_section a, #dishes_section a {
    color: white;
}

#dishes_section > .container > .tab-content > div > .row, #enjoy_section > .container > .tab-content > div > .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}

#dishes_section > .container > .tab-content > div > .row > [class*='col-'], #enjoy_section > .container > .tab-content > div > .row > [class*='col-'] {
    display: flex;
    flex-direction: column;
}

#dishes_section > .container > .tab-content > div > .row > [class*='col-']:nth-last-child(1), #enjoy_section > .container > .tab-content > div > .row > [class*='col-']:nth-last-child(1) {
    justify-content: center;
}


.custom_dishes_tabs li.active a, .custom_dishes_tabs li:hover a,
.custom_dishes_tabs li.active:hover  a,.custom_dishes_tabs li a:hover
{
    border:none !important;
    border-radius: 40px;
    background: #b84942 !important;
}
.custom_tabs li.active a, .custom_tab1 li:hover a,
.custom_tabs li.active:hover  a,.custom_tabs li a:hover
{
    border:none !important;
    border-radius: 40px;
    background: #6D4C41 !important;
}
.custom_tabs li a ,.custom_dishes_tabs li a {
    background: transparent;
    border:none !important;
    color:green;
    font-size:12px

}
.custom_tabs li,.custom_dishes_tabs li {
    padding:0 20px;
}
.custom_tabs li:not(:last-child):after ,.custom_dishes_tabs li:not(:last-child):after {
    content: '';
    height: 20px;
    position: absolute;
    right: 0;
    width: 2px;
    margin: auto;
    background-color: white;
    vertical-align: middle;
    top: 11px;
}


* {padding:0;margin:0;box-sizing:border-box;}
#video1 {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
}
#video1 iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}