@import url('https://fonts.cdnfonts.com/css/century-gothic');
                
html {
    font-size: 62.5%;
    scroll-behavior: smooth;
}

* {
    box-sizing: border-box;
    font-family: 'Century Gothic', sans-serif;
}

body {
    background-color: #000;
}

.background {
    position: relative;
}

.video-background {
    position: relative;
    max-width: 80rem;
    margin: auto;
    border: 2px solid #C9BCB3;
}

.video-background a {
    display: block;
}

nav a.nav-link {
    font-size: 1.8rem;
    font-weight: bold;
    text-transform: uppercase;
    color: #cbbcb9;
}

nav a.nav-link:hover {
    color: #28d349;
}

h2 {
    color: #28d349;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 3rem;
    text-align: center;
}

#logo {
    max-width: 63rem;
}

.banner h2 {
    color: #28d349;
    font-size: 5.4rem;
    font-weight: bold;
    letter-spacing: 2rem;
    text-transform: uppercase;
    background-color: #000;
}

.banner h2 span {
    color: #cbbcb9;
    letter-spacing: .7rem;
    font-size: 3.1rem;
    display: block;
}

.banner .button-row {
    gap: 1rem;
    margin-block: 5rem;
}

.banner .btn {
    background-color: #cbbcb9;
    color: #000;
    font-weight: bold;
    font-size: 3rem;
    text-transform: uppercase;
    padding: .2rem 5rem;
}

.banner .btn:hover {
    background-color: #28d349;
}

section {
    margin-bottom: 5rem;
}

section h2 {
    margin-bottom: 4rem;
}

.bit-top-track-button, .bit-nav-bar-container, .bit-top-track-button {
	display: none !important;
}

.bit-widget-container .bit-details,.bit-widget-container .bit-details a, .bit-venue {
	color: #fff;
}

a.bit-rsvp.bit-button:hover, a.bit-offers.bit-button:hover {
	background-color: #28d349 !important;
    border-color: #28d349 !important;
}

.bit-widget .bit-venue {
	color: #fff !important;
}

.bit-button,.bit-upcoming-events-show-all-button {
	border-color: #fff !important;
	color: #000 !important;
	background: #fff !important;
}

.bit-button a {
    color: #000 !important;
    border-top: 1px solid #000 !important;
}

.bit-widget .bit-event:first-of-type {
    border-top: none !important;
}

.bit-widget .bit-event:last-of-type, .bit-widget .bit-upcoming-events {
    border-bottom: none !important;
}

.bit-details:hover, .bit-details:hover .bit-venue {
    color: #28d349 !important;
}

.social-media {
    list-style: none;
    gap: 1.2rem;
}

.social-media a {
    height: 2.6rem;
    width: 2.6rem;
    border-radius: 2.6rem;
    background-color: #cbcbcb;
    color: #000;
    display: block;
    text-align: center;
    line-height: 2.6rem;
    font-size: 1.6rem;
}

.social-media a:hover {
    background-color: #28d349;
}

.sub-nav {
    list-style: none;
    gap: 1.2rem;
}

.sub-nav a {
    color: #cbcbcb;
    font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-size: 1.6rem;
    text-decoration: none;
    text-transform: uppercase;
}

.sub-nav a:hover {
    color: #28d349;
    text-decoration: underline;
}

header {

    width: 100%;
    display: block;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
}

nav {
    position: absolute !important;
    top: 22rem;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 3;
}


@media (max-width: 991px) {
    
    nav:has(button:not([aria-expanded="false"])) {
        background: #000;
    }

    .navbar-toggler {
        margin: auto;
    }

    .banner h2 {
        font-size: 2.2rem;
        letter-spacing: 1rem;
    }

    .banner h2 span {
        font-size: 1.6rem;
    }

    header {
        position: relative;
    }

    nav {
        top: 0;
        order: 0;
    }

    nav button {
        color: #28d349;
        background-color: #000;
    }

    nav button span {
        font-size: 2.5rem;
    }

    .navbar-toggler {
        line-height: normal;
    }
    
    .banner .button-row {
        margin-block: 3rem;
    }
}
