@font-face {

    font-family: 'courier';

    src: url('fonts/courier.eot');

    src: url('fonts/courier.eot?#iefix') format('embedded-opentype'),

        url('fonts/courier.woff') format('woff'),

        url('fonts/courier.ttf') format('truetype'),

        url('fonts/courier.svg#courier') format('svg');

    font-weight: normal;

    font-style: normal;

}

@font-face {

    font-family: 'grotesk';

    src: url('fonts/grotesk.eot');

    src: url('fonts/grotesk.eot?#iefix') format('embedded-opentype'),

        url('fonts/grotesk.woff2') format('woff2'),

        url('fonts/grotesk.woff') format('woff'),

        url('fonts/grotesk.ttf') format('truetype'),

        url('fonts/grotesk.svg#courier') format('svg');

}

@font-face {

    font-family: 'grotesk';

    src: url('fonts/grotesk.otf');

}

@font-face {

    font-family: 'artist';

    src: url('fonts/Maax.ttf');

}


body {

    margin: 0;

    color: #3a3a3a;

    font-family: 'courier', Helvetica, Arial, sans-serif;

    background-color: #000;

    background-size: cover;

    overflow: scroll !important;

    overflow: visible !important;

    position: relative !important;

}



/* body * {

    font-family: 'courier', Helvetica, Arial, sans-serif !important;

} */

em {
    color: #3a3a3a !important;
}

[class^="uk-icon"] {
    font-family: "FontAwesome" !important;
}

.nav-wrap a {
    color: #000000;
    text-decoration: none;
}

.nav-wrap a:hover {
    color: #20537e;
    text-decoration: none;
}

.link:hover {
    color: #20537e;
    cursor: pointer;
}

#bgVid {
    object-fit: cover;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
}

body .top-wrap {
    z-index: 99;
}

.top-wrap .top-wrap-nav {
    position: absolute;
    left: 20px;
    top: 10px;
    z-index: 1;
    cursor: pointer;
}

.top-wrap .top-wrap-link {
    position: absolute;
    top: 40px;
    right: 20px;
}

.top-wrap-link,
.top-wrap-link .nav-tickets,
.top-wrap-link .nav-tickets .corner-link {
    z-index: 2 !important;
    position: relative;
    text-decoration: none !important;
}

.top-wrap .corner-link {
    color: #3a3a3a;
    font-family: 'grotesk' !important;
    font-size: 45px;
}

.top-wrap .uk-icon-bars {
    font-size: 50px;
    color: #3a3a3a;
}

.upper-wrap {
    position: relative;
    height: 100vh;
    /* background-color: #f8dcd3; */
}

.upper-wrap .link {

    height: auto;

    padding: 5px;

}

.upper-wrap h2 {

    font-size: 19px;

}

.upper-wrap img {

    max-height: 90vh;

}

.bottom-wrap {

    height: 40vh;

    background: url(img/pattern.jpg);

    background-size: contain;

}

#offcanvas-nav {
    position: fixed;
    z-index: -1;
    opacity: 0;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    transition: all 0.25s ease;
    text-align: center;
    overflow: hidden;
}

#offcanvas-nav .video-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    overflow: hidden;
}

#offcanvas-nav .nav-video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translateX(-50%) translateY(-50%);
    object-fit: cover;
}

#offcanvas-nav::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

#offcanvas-nav.offcanvas-on {
    z-index: 10;
    opacity: 1;
}

#offcanvas-nav ul {
    position: relative;
    z-index: 2;
    width: 100vw;
    margin: 0px;
    padding: 0px;
    min-height: 100vh;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    list-style: none;
}

#offcanvas-nav ul li {
    width: 100%;
}

#offcanvas-nav li a {
    list-style: none;
    font-family: 'grotesk' !important;
    font-size: 7vh;
    line-height: 100%;
    color: #3a3a3a;
    cursor: pointer;
    text-decoration: none !important;
}

#offcanvas-nav li:hover {
    background: #3a3a3a;
}
#offcanvas-nav li:hover a {
    color: #fff;
}

#offcanvas-nav .nav-close {
    position: absolute;
    top: 20px;
    right: 10px;
    font-size: 60px;
    cursor: pointer;
    font-family: 'artist' !important;
    z-index: 12;
    color: #f0f0f0;
}

@media(max-width:848px) {

    .upper-wrap h2 {

        font-size: 16px !important;

        line-height: 10px;

    }

}



/* Navigation */

.nav-wrap {

    height: 8vh;

    padding-top: 3vh;

    font-size: 2vh;

    text-align: center;

    background-color: #f8dcd3;

    background: #f8dcd3;

    z-index: 100;
    position: relative;

}

.nav-wrap * {

    font-family: 'grotesk' !important;

    line-height: 26px;

}

.nav-wrap img {

    max-height: 8vh;

}



@media(max-width:848px) {

    .nav-wrap {

        font-size: 12px;

        height: 125px;

        padding-top: 0;

    }

    .nav-wrap * {

        line-height: 15px;

    }

}

/* Welcome */

.btn-buyTickets {
    margin: 0 auto !important
}

.welcome-wrap {

    padding: 50px 0px;

    font-weight: 800;

}





/* Modal */

.modal-wrap .artist-img {

    background-position: center center;

    background-repeat: no-repeat;

    height: 100%;

    background-size: cover;

}

.modal-wrap .artist-img img {

    width: 100%;

}

.modal-wrap .artist-info {

    font-family: 'artist' !important;

}

.modal-wrap .artist-info a {
    color: #3a3a3a;
    font-weight: 800;
}

.modal-wrap .artist-info h2 {
    font-family: 'grotesk' !important;
    text-align: center;
    font-size: 50px;
    line-height: 40px;
    display: block;
}

.modal-wrap .uk-modal-dialog {

    background: #c2c2c2;

    width: 50%;

    /* min-height: 50%; */

    margin: 0;

    position: absolute;

    top: 50%;

    left: 50%;

    -ms-transform: translate(-50%, -50%);

    transform: translate(-50%, -50%) !important;

}

@media(max-width:848px) {

    .modal-wrap .uk-modal-dialog {

        width: 90%;

    }

    .modal-wrap .uk-modal-dialog>.container {

        width: 100%;

        max-height: 90vh;

        overflow: scroll;

    }

}

/* Buy Tickets */

.buytickets-wrap {

    padding: 100px;

    text-align: center;

}

.buytickets-wrap h1 {

    font-family: 'grotesk' !important;

    font-size: 44px;

    color: #000;

    padding-bottom: 50px;

}

.buytickets-wrap img {

    max-height: 500px;

}



/* Bambra */

.bambra-wrap img {

    /* margin-top: -200px; */

}

.bambra-wrap p {

    padding: 100px;

    font-weight: 800;

}



/* Enter Competition */

.entercompetition-wrap h1 {

    font-family: 'grotesk' !important;

    font-size: 50px;

    color: #000;

    padding-bottom: 50px;

}



/* Getting Here */

.gettinghere-wrap {

    padding: 100px;

}

.gettinghere-wrap h1 {

    font-family: 'grotesk' !important;

    font-size: 50px;

    color: #000;

    padding-bottom: 50px;

    text-align: right;

}

@media(max-width:848px) {

    .gettinghere-wrap {

        padding: 25px;

    }

}

/* Info */
.info-wrap {
    max-width: 70vw;
    margin: 150px auto 0 auto;
}
.info-wrap * {
    font-family: 'artist' !important;
}
.info-wrap h3 {
    font-family: 'grotesk' !important;
}

.info-wrap *:not(h3) {
    font-weight: 800;
    font-size: 16px;
}

.info-wrap li {
    list-style: none;
}

.info-wrap h2 {

    font-family: 'grotesk' !important;

    font-size: 50px;

    color: #000;

    padding-bottom: 50px;

}



/* Social */

.social-wrap {

    text-align: center;

    padding: 50px 0px;

}

.social-wrap h1 {

    font-family: 'grotesk' !important;

    font-size: 50px;

    color: #000;

    padding-bottom: 25px;

}

.social-wrap *:hover {

    color: #20537e;

    text-decoration: none !important;

}



/* Sponsor */

.sponsor-wrap {
    position: absolute;
    bottom: 0;
    padding-bottom: 50px;
    padding-top: 50px;
    width: 100vw;
}

.meadow-sponsors-container {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    align-items: center;
    gap: 5px;
}

.meadow-sponsors-container > div {
    width: 100% !important;
    margin: 0;
}

.meadow-sponsors-container img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

@media (max-width: 959px) {
    .meadow-sponsors-container {
        grid-template-columns: repeat(12, 1fr);
        grid-template-rows: auto auto;
        justify-content: center;
        gap: 30px;
    }
    
    /* First row: 3 items, each taking 4 columns */
    .meadow-sponsors-container > div:nth-child(1) { grid-column: 1/5; }
    .meadow-sponsors-container > div:nth-child(2) { grid-column: 5/9; }
    .meadow-sponsors-container > div:nth-child(3) { grid-column: 9/13; }
    
    /* Second row: 4 items, each taking 3 columns */
    .meadow-sponsors-container > div:nth-child(4) { grid-column: 1/4; grid-row: 2; }
    .meadow-sponsors-container > div:nth-child(5) { grid-column: 4/7; grid-row: 2; }
    .meadow-sponsors-container > div:nth-child(6) { grid-column: 7/10; grid-row: 2; }
    .meadow-sponsors-container > div:nth-child(7) { grid-column: 10/13; grid-row: 2; }
}

@media(max-width:768px) {
    .meadow-sponsors-container img {
        padding: 0px;
    }
}


/* Line Up */
.artist-link,
.artist-link a {
    color: #3a3a3a;
    font-family: 'grotesk' !important;
    font-size: 50px;
    line-height: normal;
}

.artist-link:hover,
.artist-link a:hover {
    color: #fff;
    text-decoration: none;

}

.artist-secondary {
    margin-top: 10px;
}

.artist-secondary .artist-link,
.artist-secondary .artist-link a {
    font-size: 35px;
    line-height: normal;
    display: inline-block;
}

/* .artist-secondary .artist-link:after {
    content: " -";
} */
/* .artist-secondary > div:after {
    content: " -";
} */

@media(max-width:1220px) {

    .upper-wrap h2 {

        /* font-size: 28px; */

    }

}

@media(max-width: 768px) {

    .artist-link a {
        font-size: 40px;
    }
    .artist-secondary .artist-link,
    .artist-secondary .artist-link a {
        font-size: 20px;
        line-height: 30px;
    }
}

@media (max-height:550px) {

    #logo {

        /* max-height:200px; */

    }

}



@media screen and (orientation:landscape) and (max-height: 480px) {

    body,

    .upper-wrap {

        height: 100%;



    }

    .bottom-wrap {

        display: none;

    }

}


#subscribe-form {
    background: #3a3a3a;
    padding: 30px 20px;
    .uk-close:after {
        color: #fff;
        font-size: 20px;
    }
    .uk-grid>* {
        padding: 0;
    }
    #mc_embed_signup .indicates-required {
        display: none;
    }
    #mc_embed_signup {
        background: #3a3a3a;
        font-family: 'grotesk' !important;
        color: rgb(202 253 40);
    }
    #mc_embed_signup .mc-field-group {
        width: 100%;
    }
    #mc_embed_signup .mc-field-group input {
        height: 30px;
        font-size: 20px;
        font-family: 'Grotesk';
    }
    #mc_embed_signup h2 {
        text-align: center;
        font-family: 'grotesk' !important;
        font-size: 30px;
        color: rgb(202 253 40);
    }
    #mc_embed_signup .button {
        background: #cafe28;
        color: #3a3a3a;
        font-family: 'Grotesk';
        font-size: 20px;
        height: 50px;
        width: 100%;
    }
    div#mce-responses .response {
        color: #fff !important;
        text-align: center;
        width: 100%;
    }
}


#iframe-container-wrapper {
    width: 100%;
}

@media screen and (max-width: 600px) {
    a.nav-tickets h3 {
        font-size: 30px !important;
        top: -16px;
    }
}