


body {
    width: 100%;
    color: #000;
}

.regular {
    font-family: "brandon-grotesque", sans-serif;
    font-weight: 300;
    font-style: normal;
}

 .navbar-toggler {
    border: 2px solid #FFF;
    background: #FFF;
}

     .navbar-toggler .navbar-toggler-icon {
        width: 50px !important;
        height: auto !important;
        aspect-ratio: 1;
    }

.headerbanner {
    background-position: center;
    background-size: cover;
}

    .headerbanner.custimg {
        aspect-ratio: 2.667;
    }

    .headerbanner li.nav-item {
        padding: 10px;
    }

        .headerbanner li.nav-item a.nav-link {
            color: #FFF !important;
            text-transform: uppercase;
            font-size: 28px;
            font-family: "barlow-condensed", sans-serif;
            font-weight: 700;
            font-style: normal;
            cursor: pointer;
        }

.customButton-bt {
    color: #000;
    background: #FBD368;
    font-size: 28px;
    text-transform: uppercase;
    padding-left: 50px;
    padding-right: 50px;
    font-family: "barlow-condensed", sans-serif;
    font-weight: 700;
    font-style: normal;
}

    .customButton-bt.whitebg {
        background: none !important;
        border: 2px solid #FBD368 !important;
    }

.headertext {
    color: #FFF;
}

    .headertext h1 {
        font-size: 120px;
        font-family: "barlow-condensed", sans-serif;
        font-weight: 700;
        font-style: normal;
        text-transform: uppercase;
    }

section.content {
    width: 90%;
    margin: 0 auto;
}

    section.content .bodytext {
        font-size: 25px;
    }

.msgsection h2 {
    font-size: 50px;
    text-transform: uppercase;
    font-family: "barlow-condensed", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.linksection .linkitem {
    aspect-ratio: 1;
    float: left;
    background-position: center;
    background-size: cover;
    margin: 10px 0;
}

    .linksection .linkitem.wide {
        width: 100%;
    }

    .linksection .linkitem.normal {
        width: 32%;
        margin-right: 2%;
    }

        .linksection .linkitem.normal:last-child {
            margin-right: 0%;
        }

    .linksection .linkitem div {
        width: calc(100% - 60px);
        height: calc(100% - 60px);
        margin: 30px;
        border: 1px solid #FFF;
        position: relative;
    }

        .linksection .linkitem div a {
            position: absolute;
            bottom: 0;
            left: 0;
            color: #FFF;
            font-size: 28px;
            padding: 0px 6px;
            text-transform: uppercase;
            font-family: "barlow-condensed", sans-serif;
            font-weight: 700;
            font-style: normal;
        }

.mapsec iframe {
    width: 100%;
    height: 450px;
}

.footeritem {
    padding-left: 5%;
    padding-right: 5%;
}

    .footeritem.hourssec {
        background: #FBD368;
    }

        .footeritem.hourssec label.header {
            font-size: 28px;
            text-transform: uppercase;
            font-family: "barlow-condensed", sans-serif;
            font-weight: 700;
            font-style: normal;
        }

        .footeritem.hourssec span.text {
            font-size: 20px;
        }

.footerinfo .footerinfoitem {
    width: 33%;
}

    .footerinfo .footerinfoitem span.text {
        text-align: left;
        display: inline-block;
    }

    .footerinfo .footerinfoitem.middle {
        text-align: center;
    }

    .footerinfo .footerinfoitem.right {
        text-align: right;
    }



.footerlinkholder {
    font-size: 20px;
    background: #000;
    color: #FFF;
}

    .footerlinkholder a {
        text-decoration: none;
        cursor: pointer;
        color: #FFF;
        font-size: 12px;
    }

        .footerlinkholder a.inadigitallink {
            font-weight: 800;
            font-size: 24px;
        }

img {
    max-width: 100%;
}

.menu-carousel {
    width: 100%;
}

    .menu-carousel .owl-carousel {
        padding: 0 40px;
    }

        .menu-carousel .owl-carousel .menu-img-wrpr {
            aspect-ratio: 1;
            background-size: 100%;
        }

            .menu-carousel .owl-carousel .menu-img-wrpr div {
                position: absolute;
                height: calc(100% - 40px);
                width: calc(100% - 40px);
                border: 1px solid #FFF;
                margin: 20px;
            }

                .menu-carousel .owl-carousel .menu-img-wrpr div a {
                    color: #FFF;
                    font-size: 28px;
                    text-transform: uppercase;
                    font-family: "barlow-condensed", sans-serif;
                    font-weight: 700;
                    font-style: normal;
                    top: calc(50% - 14px);
                    position: absolute;
                    width: 100%;
                    text-align: center;
                    text-decoration: none;
                }

    .menu-carousel .owl-nav button.owl-prev {
        left: 0;
    }

.owl-nav button.owl-prev, .owl-nav button.owl-next {
    position: absolute;
    top: calc(50% - 50px);
    font-size: 60px !important;
    font-weight: 400;
}

.owl-nav button.owl-next {
    right: 0;
}

    owl-nav button.owl-prev:hover, .owl-nav button.owl-next:hover {
        background: #FFF !important;
        color: #FBD368 !important;
    }

.owl-theme .owl-nav [class*=owl-]:hover {
    background: #FFF !important;
    color: #FBD368 !important;
}

.foodtextsec h2 {
    font-size: 50px;
    text-transform: uppercase;
    font-family: "barlow-condensed", sans-serif;
    font-weight: 700;
    font-style: normal;
}


.foodtextsec h5 {
    font-size: 25px;
}

.foodtextsec {
    font-size: 25px;
}

.eventsec img.eventimg {
    width: 100%;
    aspect-ratio: 1;
    margin: 0 auto;
    display: block;
    max-width: 600px;
}

.eventsec h2 {
    font-size: 50px;
    text-transform: uppercase;
    font-family: "barlow-condensed", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.eventsec {
    font-size: 25px;
}

#placegallery .holder {
    width: 31%;
    margin: 1%;
}

    #placegallery .holder a.lightbox img {
        width: 100%;
    }

.owl-stage {
    margin: 0 auto;
}

.logosec {
    height: 80px;
    position: absolute;
    left: 10px;
    top: 10px;
}

    .logosec img {
        height: 100%;
    }

.social-media a {
    color: #FFF;
    background: #000;
    margin-right: 10px;
    border-radius: 30px;
    padding: 4px 6px 2px 10px;
}

.christmastextsec h2 {
    width: 100%;
    text-align: center;
}

h2.secheader {
    font-size: 50px;
    text-transform: uppercase;
    font-family: "barlow-condensed", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.hidebutton a:not(.whitebg) {
    display: none;
}

@media only screen and (max-width: 1080px) {
    .logosec {
        display: none;
    }
}

@media only screen and (max-width: 900px) {
    .linksection .linkitem div {
        margin: 15px !important;
        width: calc(100% - 30px);
        height: calc(100% - 30px);
    }
}

@media only screen and (max-width: 767px) {

    #headerbanner .container.headertext {
        position: relative;
        margin-top: 0 !important;
    }

    .headertext h1 {
        font-size: 90px;
    }

    .msgsection h2, .foodtextsec h2, .eventsec h2, h2.secheader {
        font-size: 45px;
    }

    .linksection .linkitem div span {
        font-size: 18px;
    }

    .navbar-toggler {
        position: absolute;
        left: 0px;
		top: 0;
    }
	
	.navbar.custnavbar {
		position: absolute;
		top: 58px;
	}

    .logosec {
        
        left: 10px;
        position: absolute;
        top: 10px;
    }

    .logosec {
        width: 150px;
    }

    .headerbanner li.nav-item a.nav-link {
        font-size: 20px;
        padding: 0;
    }

    .headerbanner li.nav-item {
        padding: 2px 10px;
    }

    .customButton-bt {
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 2px;
        padding-bottom: 0px;
        margin-bottom: 0px !important;
        margin-top: 0 !important;
    }

    div#navbarSupportedContent {        
        background: #7f7f7f;        
        z-index: 99999;
    }

    .hcontainer {
        padding: 35px 0px 35px 0px !important;
    }

    .logosec {
        display: none;
    }
	
	.customButton-bt {
		font-size: 18px !important;
	}
}


@media only screen and (max-width: 600px) {
	.navbar-toggler .navbar-toggler-icon {
		width: 45px !important;
	}
	
	.navbar.custnavbar {
		top: 54px;
	}
}

@media only screen and (max-width: 550px) {
    .headertext h1 {
        font-size: 70px;
    }

    .msgsection h2, .foodtextsec h2, .eventsec h2, h2.secheader {
        font-size: 35px;
    }

    section.content .bodytext, .foodtextsec, .foodtextsec h5, .eventsec {
        font-size: 20px;
    }

    .linksection .linkitem.normal {
        width: 100%;
    }

    .footerinfo .footerinfoitem {
        width: 100%;
        text-align: center !important;
        margin-bottom: 25px;
    }

        .footerinfo .footerinfoitem span.text {
            text-align: center !important;
        }

    .eventsec img.eventimg {
        max-width: 350px;
    }

    .customButton-bt {
        font-size: 18px !important;
        width: 140px;
    }

    .logosec {
        width: 100px;
    }

    .headerbanner li.nav-item a.nav-link {
        font-size: 16px;
    }

    .custnavbar .navbar-toggler {
        position: absolute;
        top: -68px;
    }

    
}

@media only screen and (max-width: 500px) {
	.navbar-toggler .navbar-toggler-icon {
		width: 35px !important;
	}
	
	.navbar.custnavbar {
		top: 44px;
	}
}

@media only screen and (max-width: 450px) {
    .headertext h1 {
        font-size: 60px;
    }

    .msgsection h2, .foodtextsec h2, .eventsec h2, h2.secheader {
        font-size: 30px;
    }

    section.content .bodytext, .foodtextsec, .foodtextsec h5, .eventsec {
        font-size: 20px;
    }
}

@media only screen and (max-width: 400px) {
    .headertext h1 {
        font-size: 50px;
    }

    .msgsection h2, .foodtextsec h2, .eventsec h2, h2.secheader {
        font-size: 35px;
    }

    section.content .bodytext, .foodtextsec, .foodtextsec h5, .eventsec {
        font-size: 18px;
    }
}
