a.disable-link {pointer-events: none; cursor: default;}

body {
    font-family: 'Montserrat', sans-serif;
    background-color: #0e151c; 
    color: #fff;
}
h1, h2, h3, h4, .h1, .h2, .h3 {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 3px;
}
p {
    font-size: 15px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 15px;
}
p:last-child {margin-bottom: 0;}
hr {color: #ffe100;}
strong {font-weight: 800;}
a {color:#ffe100; text-decoration: none;}
a img {transition: 250ms}
a img:hover {/*opacity: 0.8*/ transform: scale(1.02);}

/* txt-box */
.std-txt-box {
    margin-top: 20vh;
    margin-bottom: 20vh;

}
    .std-txt-box h1, .menu-row h1 {
        font-size: 40px;
        line-height: 2.5rem;
    }
    h2 {
        text-transform: uppercase;
        font-size: 26px;
        color: #eac736;
        padding: 30px 0;
    }
    .std-txt-box p {
        font-size: 16px;
        letter-spacing: 0;
        line-height: 28px;
        font-weight: 400;
    }


.txt-column {  
    column-count: 2;
    column-gap: 40px;
}

.hero {
    display:flex;
    align-items: center;
    text-align: left;
    color: #fff;
    margin-bottom: 100px;
    position: relative;
    overflow: hidden;
    min-height: 100vh;
}
.videobg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 100%;
    min-height: 100%;
    z-index: -1;
    
}
.h1-video-txt {
    color: #fff;
    font-size:5em;
    font-weight: 700;
}


/* buttons */
.ylw-btn {background-color: #ffd400; color:#282828;}
.gry-btn {background-color: #282828; color:#fff;}
.ylw-btn, .gry-btn {
    margin-top: 25px;
    padding: 10px 25px;
    font-weight: 700;
    border: 0;
    font-size: 1.5rem;
    text-transform: uppercase;
}
.ylw-btn a, .gry-btn a {
    text-decoration: none;
    color: inherit;
}
.ylw-btn:hover {
    background-color: #eac736;  
}

/* img box ------------------------------- */
.bg-drink {background-image: url(../img/bg-drink.jpg);}
.bg-book {background-image: url(../img/bg-bar.jpg);}
.bg-party {background-image: url(../img/bg-party.jpg);}
.bg-coperate {background-image: url(../img/bg-coperate.jpg);}
.bg-about {background-image: url(../img/bg-about.jpg);}

.bg-img {   
    background-repeat: no-repeat;
    padding:2rem 0;
    background-size: cover;
    min-height: 100vh;
    
}
.img-box {
    text-align: center;
    position: relative;
    overflow: hidden;

}
.img-box-txt-box {
    margin-top: 50vh;
    background-color: #ffd400;
    color: #282828;
    padding: 30px;
    margin-bottom: 30px;
    text-align:center;

}
.img-box-h1 {
    font-size: 26px;
    margin-bottom: 21px;
    letter-spacing: 2px;
    line-height: normal;
    font-weight: 800;

}
.img-box-h2 {
    font-size: 20px;
    line-height: 1.3;
    font-weight: 800;
    letter-spacing: 2px;

}



/* events --------------------- */
.card {
    background-color: transparent;
    color: #fff;
    border: none;
}
.event-card-container {
    margin: 5rem 0;
    color: #282828;
}
    .event-card-container p {line-height: 28px;}
    .event-card-container p a {text-decoration: none; color: #ffe100;}
    .event-card-container h3 {
        font-size: 25px;
        color: #eac736;
        line-height: 25px;
        letter-spacing: 2px;
        margin: 10px 0;
    }
    h4 {
        font-size: 18px;
        color: #282828;
        margin-bottom: 10px;
        color: #aaa;
    }
        .event-card-container h4 i {color:#aaa}

.event-card-header {
    margin: 30px 0;
    text-align: center;
}

/* menu ------------------------------- */
.menu-items p {margin-bottom: 0;}
.menu-items ul.menu-list {margin-left: 20px; line-height: 28px;}
    .menu-items ul.menu-list li {
        padding:5px;
        padding: 10px; 
        border-bottom: 1px solid #38444d;
    }
        .menu-items ul.menu-list li:hover {color:#ffe100}        
        .menu-items ul.menu-list li:last-child {border:none;}
    .menu-items ul.menu-list li ul li {margin-left: 20px; padding: 0}
    .menu-items span {
        display: inline-block; 
        width: 40px; 
        text-align: center; 
        background: #202e3a; 
        border-radius: 3px;}

        ul.menu-list .food-description {text-indent: 1em; color: #888;}



/* bookings */
.booking-margin {margin-bottom: 5rem;}

/* footer ----------------------------- */
footer {
    color: #fff;
    padding: 5vh;
    margin: 0;
    position: relative;
}
.footer-copyright {
    text-align: center;
    margin-top: 10px;
    color: #aaa;
}
.footer-links {
    width: 100%; 
}
.footer-contact {
    border-top: 1px solid #555;
    line-height: 24px;
    padding-top: 1rem;
}
.footer-contact h4 {
    font-weight: 800;
    font-size: larger;
}
.footer-sponsor {
    text-align: right;
}
ul.list-inline {
    list-style-type: none;
    overflow: hidden;
}
    ul.list-inline li {float: left;}
    ul.list-inline li a {
        color: #fff;
        display: inline-block;
        text-decoration: none;
        padding: 14px 16px;
    }
    ul.list-inline li.social-links {
    font-size: 30px;
    float: right;
}

.ratio-16x9 {
    --bs-aspect-ratio: 100%;
    max-height: 95vh;
}
iframe.googlemaps {width:100%; height:50vh; border:0; padding:0}
/* opening hours */
table.opening {width:100%; margin-left: 30px;}
table.opening tr {line-height: 2em;}
div.opening p {margin-top:10px; margin-left:30px;}

/* max width ----------------------*/
@media screen and (max-width: 1200px) {


 }
 
 @media screen and (max-width: 992px) {

 }
 
 @media screen and (max-width: 768px) {
    .booking-margin {margin-bottom: 2rem;}

 }
 
  @media screen and (max-width: 576px) {
    .hero {
        min-height: 70vh;
    }
    .h1-video-txt {
        font-size: 32px;
    }
    .txt-column {column-count: 1;}

    footer, .footer-sponsor {
        text-align: center;
    }

 }


 /* ----------- gallery -----------*/
        #instafeed-container a img {
            width:100%;
            height:auto;
            border: 1px #333 solid;
            margin:2px 2px;
        }

