@charset "UTF-8";

* {
    box-sizing: border-box;
}

html {
    padding: 0;
    margin: 0;
    height: 100%;
    scroll-behavior: smooth;
}

body {
    margin: 0;
    padding: 0;
    position: relative;
    font-family: acumin-pro, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: white;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    background-color: black;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, .1);
}

h1, h2, h3, h4, h5, h6 {
    font-family: clone-rounded-latin, sans-serif;
}

h1, h2 {
    font-weight: 800;
}

h2.media-header {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 6px;
    border-bottom: 1px solid white;
}

h2.media-header i.fas {
    margin-right: .3em;
    flex: 1;
}

h2.media-header span {
    flex-grow: 1;
    flex-basis: 100%;
}


h3, h4 {
    font-weight: 600;
}

h5, h6 {
    font-weight: 500;
}

p.clone {
    font-family: clone-rounded-latin, sans-serif;
}

img {
    display: block;
    margin: 0;
    border: none;
}

a.anchor {
    display: none;
}

a {
    color: #ff9fdc;
    text-decoration: none;
}

a.button, button.button {
    clear: both;
    background-color: #ff08bc;
    border: 0 none;
    border-radius: 4px;
    transition: all 0.23s ease-in-out 0s;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    font-weight: normal;
    height: 32px;
    line-height: 32px;
    margin: 0 5px 10px 0;
    padding: 0 22px;
    text-align: center;
    text-decoration: none;
    vertical-align: top;
    white-space: nowrap;
    width: auto;
}

a.button:hover, button.button:hover {
    background-color: #d04fff;
}

section.container {
    position: relative;
    overflow: hidden;
}

section.container .gutter {
    padding: 16px;
}

section.container .gutter.no-pad {
    padding: 0;
}

div.fb-page {
    margin: 0 auto;
}

div.fb-page.fb_iframe_widget_fluid {
    display: flex;
    justify-content: center;
}

div.fb-video {
    margin: 10px;
}

iframe {
    max-width: 100%;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.text-x-light {
    font-weight: 200;
}

.text-light {
    font-weight: 300;
}

.text-large {
    font-size: large;
}

.text-x-large {
    font-size: x-large;
}

.grid {
    display: flex;
}

.grid.wrap {
    flex-wrap: wrap;
}

.grid.vertical, .grid.vertical-sm {
    flex-direction: column;
}

.grid .col {
    flex: 1;
}

.grid .col.gutter {
    padding: 10px;
}

.grid .col.grow {
    flex-grow: 1;
}

.grid .col.grow-sm {
    flex-grow: 1;
}

.grid .col.align-start-start {
    align-items: start;
    justify-content: start;
}

.grid .col.align-start-center {
    align-items: start;
    justify-content: center;
}

.grid .col.align-start-end {
    align-items: start;
    justify-content: end;
}

.grid .col.align-center-start {
    align-items: center;
    justify-content: start;
}

.grid .col.align-center-center {
    align-items: center;
    justify-content: center;
}

.grid .col.align-center-end {
    align-items: center;
    justify-content: end;
}

.grid .col.align-end-start {
    align-items: end;
    justify-content: start;
}

.grid .col.align-end-center {
    align-items: end;
    justify-content: center;
}

.grid .col.align-end-end {
    align-items: end;
    justify-content: end;
}

#navigation {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: #ff08bc;
    z-index: 100;
}

#navigation ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#navigation ul li {
    margin: 0;
    padding: 10px;
}

#navigation a {
    color: white;
    text-decoration: none;
}

#navigation a .label {
    display: none;
    padding-bottom: 4px;
    margin-left: .2em;
}

#navigation.expanded a .label {
    display: inline-block;
}

#content {
    padding: 0 0 0 41px;
}

#header {
    min-height: 300px;
    background: black url("../images/background-mobile.jpg") no-repeat scroll center center;
    background-size: cover;
    margin-bottom: -100px;
}

#header #logo {
    display: block;
    padding: 20px;
    margin: 0;
}

#header #logo img {
    height: auto;
    width: 200px;
    margin: 0 auto;
}

#header #logo h1 {
    display: none;
}

#events {
    max-width: 100%;
    position: relative;
}

#videos {
    max-width: 100%;
    position: relative;
}

#newsletter:before {
    background-color: #0a6fff;
    content: ' ';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

#newsletter, #booking {
    position: relative;
}

#mc_embed_signup .button {
    background-color: #ff08bc;
}

#mc_embed_signup .button:hover {
    background-color: #d04fff;
}

#mc_embed_signup h2.media-header {
    padding-bottom: 6px;
}

#booking:before {
    background-color: #1fba47;
    content: ' ';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

#booking > .content {
    position: relative;
    padding: 0 0 0 3%;
}

#footer {
    padding-top: 50px;
    min-height: 250px;
    background: black url("../images/footer-mobile.jpg") no-repeat scroll bottom center;
    background-size: cover;
}

#footer #copyright {
    padding: 10px;
    text-align: center;
}

@media only screen and (max-width: 719px) {
    div.fb-page.fb_iframe_widget_fluid > span, div.fb-page.fb_iframe_widget_fluid > span > iframe {
        max-width: 100% !important;
        width: 100% !important;
    }
}

@media only screen and (min-width: 720px) {
    #header {
        min-height: 500px;
        margin-bottom: -200px;
    }

    #header #logo img {
        width: 250px;
    }

    #newsletter:before {
        left: -10000px;
    }

    #booking:before {
        right: -10000px;
    }

    #footer {
        min-height: 250px;
    }

    section.container .gutter {
        max-width: 940px;
        margin: 0 auto;
    }

    .grid .col.grow-sm {
        flex-grow: 0;
    }

    .grid.vertical-sm {
        flex-direction: row;
    }

    .grid.vertical-md {
        flex-direction: column;
    }
}

@media only screen and (min-width: 720px) and (max-width: 1019px) {
    #header {
        background-image: url("../images/background-med@0,5x.jpg");
    }

    #footer {
        background-image: url("../images/footer-med@0,5x.jpg");
    }
}

@media only screen and (min-width: 720px) and (max-width: 1019px) and (min-resolution: 144dpi) {
    #header {
        background-image: url("../images/background-med.jpg");
    }

    #footer {
        background-image: url("../images/footer-med.jpg");
    }
}

@media only screen and (min-width: 1020px) {
    #header {
        background-image: url("../images/background-large.jpg");
    }

    #footer {
        background-image: url("../images/footer-large.jpg");
    }

    section.container .gutter {
        width: 80%;
        max-width: 1300px;
        margin: 0 auto;
    }

    .grid.vertical-md {
        flex-direction: row;
    }

    .grid.vertical-lg {
        flex-direction: column;
    }
}