/**
 * Resets
 */

#fixtures iframe{
	min-height: 60vh;
    width:calc(100% - 50px) !important
}

#gallery{
	padding: 0px 30px;
    max-width: 1000px;
    margin: 0px auto;
}
#gallery img{
	width: 100% !important;
   height: auto !important;
}

#insta{
    padding-top: 150px;
	width:100% !important;
    margin: 0px auto;
    max-width: 800px !important;
}
#insta h1{
	text-transform: uppercase;
    margin-bottom: 50px;
}

#sponsors{
	padding-top: 150px;
    margin: 0px auto 150px !important;
    max-width: 1000px;
    
}

#contact{
	
    padding: 30px;
}

#fixtures{
padding-top: 150px;
    margin: 0px auto 150px !important;
    max-width: 1235px;
    	
}

#find-us{
padding-top: 150px;
    margin: 0px auto 150px !important;
    max-width: 1000px;
    
}

.cols{
	
    padding: 30px 50px 0px 50px !important;
}

.cols img{
	height: auto !important;
    width:100% !important
}

.credit{
     margin: 200px auto 40px auto !important;
	font-size: 11px;
    letter-spacing: 2px;
}



.right a{
	
    margin-left: 30px;
}

.cols a{
	
    line-height: 0px;
}


.left a{
	
    margin-right: 30px;
}
#map{
	
    height: 500px;
    width:calc(100% - 60px);
    border-radius: 30px;
    margin: 50px auto;;
    max-width: 600px;
}

.button{
    font-weight: 700;
    margin: 50px auto;
    letter-spacing: 2px;
	display: inline-block;
    border:2px solid white;
    padding: 12px 20px 9px 20px;
}

.button:hover{
    color: black;
	background: white;
}

.top-nav{
	font-family: "p22-underground", sans-serif;
padding: 0px 70px;
    position: fixed;
    top: 40px;
    display: flex;
    justify-content: space-between;
    width:100%;
    text-align: center;
}
.top-nav a{
    letter-spacing: 2px;
    font-size: 14px;;
	text-decoration: none;
    color: white ;
}

.top-nav-mobile{
    display: none;
	font-family: "p22-underground", sans-serif;
padding: 0px 70px;
    position: fixed;
    top: 40px;

    justify-content: space-between;
    width:100%;
    text-align: center;
}
.top-nav-mobile a{
    letter-spacing: 2px;
    font-size: 14px;;
	text-decoration: none;
    color: white ;
}

.left{
    text-align: left;
	width:50%
}

.right{
	text-align: right;
    width:50%
}


.logo{
    margin: 50px auto;;
    background-size: contain;
    background-position: center;;
	width:230px; 
    background-repeat: no-repeat;
    height: 230px;;
    background-image: url(https://files.persona.co/113554/bcc-logoo.svg);
}

.intro-text{
	padding: 0px 30px;
    max-width: 820px;
    margin: 0px auto;
}


* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

::-moz-selection {
	background-color: #09f;
	color: #fff;
}

::selection {
	background-color: #09f;
	color: #fff;
}

:focus {
	outline: 0;
}

customhtml > * {
	position: relative;
    z-index: 10;
}

/**
 * Global
 */

body,
html {
	min-height: 100vh;
	margin: 0px;
	padding: 0px;
}

html {
	position: relative;
}

body {
	background: #fff;
	color: #000;
}

a:active {
	opacity: 0.7;
}

/**
 * Backdrop
 */

#backdrop {
	position: fixed;
	right: 0;
	top: 0;
	bottom: 0;
	max-width: 100%;
	z-index: 1;
}

/**
 * Container
 */

main {
	background: #fff;
	clear: both;
	overflow: hidden;
	position: absolute;
	max-width: 100%;
	width: 100%;
	z-index: 2;

	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;

	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;

	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
}

main > div {
	-moz-flex: 1 0 auto;
	-webkit-flex: 1 0 auto;
	flex: 1 0 auto;
	width: 100%;
}


.subpage_overlay {
	display: block;
	pointer-events: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
}

body.homepage .subpage_overlay {
	display: none;
}
/**
 * Content
 */

i, em {
	font-style: italic;
}

b, strong {
	font-weight: bold;
}

ul, ol {
	margin: 0;
	padding: 0 0 0 1em;
}

sup {
	top: -0.4em;
	vertical-align: baseline;
	position: relative;
}

sub {
	top: 0.3em;
	vertical-align: baseline;
	position: relative;
}

s {
	
}

.slideshow-nav { 
	margin-bottom: 0.5em; 
}

img {
	border: 0;
	padding: 0;
}

blockquote {
	margin: 0;
	padding: 0 0 0 2em;
}

hr {
	background: rgba(127, 127, 127, 0.2);
	border: 0;
	height: 0.08em;
	display: block;
}

.bodycopy {
	display: none;
}

.container {
	min-height: 100%;
}

.content img {
	float: none;
	margin-bottom: 0px;
}

.clear:after {
	content: "";
	display: table;
	clear: both;
}

.loading[data-loading] {
	display: none;
	position: fixed;
	top: 8px; left: 8px;
	z-index: 100;
}

/**
 * Editor styles
 */

[data-css-presets="true"] main {
	background-color: transparent/*!content_left*/;
	text-align: center /*!text_center*/;
	min-height: 100vh /*!content_stretch*/;
	-webkit-align-items: initial /*!vertical_top*/;
	align-items: initial /*!vertical_top*/;
	left: 0 /*!content_left*/;
}

[data-css-presets="true"] .content_padded {
	padding: 0rem/*!main_margin*/;
}

[data-css-presets="true"] .content_width {
	width: 100%/*!content_left*/;
}

[data-css-presets="true"] #backdrop {
	width: 100% /*!background_cover*/;
}

[data-predefined-style="true"] main {
	font-size: 20px;
	font-weight: 400;
	color: rgba(255, 255, 255, 1);
font-family: "p22-underground", sans-serif;
	font-style: normal;
	line-height: 1.6;
}

[data-predefined-style="true"] main a {
	color: rgba(255, 255, 255, 1);

    text-decoration: none;
}

[data-predefined-style="true"] main a:hover {

}

main a.image-link,
main a.icon-link,
main a.image-link:hover,
main a.icon-link:hover {
	border-bottom: 0;
	padding-bottom: 0;
}

[data-predefined-style="true"] h1 {
	font-family: "p22-underground", sans-serif;
	font-style: normal;
	font-weight: 700;
	padding: 0;
	margin: 0;
    letter-spacing: 2px;
	font-size: 40px;
	line-height: 1.1;
	color: rgba(255, 255, 255, 1);
	text-rendering: optimizeLegibility;
}

[data-predefined-style="true"] h1 a {
	color: rgba(255, 255, 255, 1);
}

[data-predefined-style="true"] h2 {
	font-family: 'Helvetica Neue', Helvetica, sans-serif, 'Helvetica Bold', Social /*!System*/;
	font-style: normal;
	font-weight: 700;
	padding: 0;
	margin: 0;
	color: rgba(0, 0, 0, 0.85);
	font-size: 3rem;
	line-height: 1.1;
	text-rendering: optimizeLegibility;
}

[data-predefined-style="true"] h2 a {
	color: rgba(0, 0, 0, 0.85);
}

[data-predefined-style="true"] small {
	display: inline-block;
	font-size: 1.4rem;
	line-height: 1.3;
	font-family: 'Helvetica Neue', Helvetica, sans-serif, 'Helvetica Roman', Social /*!System*/;
	font-style: normal;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.4);
}

[data-predefined-style="true"] small a {
	color: rgba(0, 0, 0, 0.4);
	border-bottom-width: 0.1em;
}


[data-css-presets="true"] .subpage_overlay {
	background-color: initital/*!subpage_overlay*/;
}
/**
 * Backstage Icon
 */

#backstage_icon {
	display: block;
}

/**
 * Breakpoints
 */

[data-css-presets="true"].mobile #plugin,
[data-css-presets="true"].mobile #backdrop,
.mobile #backdrop,
.mobile #plugin {
	position: relative;
	height: 50vh;
	min-width: 100%;
	width: calc(100% - 80rem) /*!right_fit*/;
	top: 0;
	bottom: auto;
	left: 0 /*!right_fit*/;
}

.mobile main,
[data-css-presets="true"].mobile main {
	position: relative;
	min-height: 10px;
	max-width: 100%;
	width: 100%;
}

.mobile main.content_width,
[data-css-presets="true"].mobile main.content_width {
	max-width: 100%;
	width: 100%;
}


@media only screen and (max-width : 900px) {
 .top-nav{
	font-family: "p22-underground", sans-serif;
padding: 0px 25px;   
    top: 26px;
    }
    .logo{
    margin: 100px auto 50px auto;
    background-size: contain;
    background-position: center;;
	width:180px; 
    background-repeat: no-repeat;
    height: 180px;;
}
    
    
    [data-predefined-style="true"] main {
	font-size: 16px;
        
        
    }
    [data-predefined-style="true"] h1 {
	font-family: "p22-underground", sans-serif;
	font-style: normal;
	font-weight: 700;
	padding: 0;
	margin: 0;
    letter-spacing: 2px;
	font-size: 22px;
	line-height: 1.1;
	color: rgba(255, 255, 255, 1);
	text-rendering: optimizeLegibility;
}
    
    .cols > div{
	
        width:50% !important
}
    .right a{
	
    margin-left: 10px;
}

.cols a{
	
    line-height: 0px;
}
    
   


.left a{
	
    margin-right: 10px;
}
    .top-nav-mobile a{
    letter-spacing: 2px;
    font-size: 11px;;
    
}
 .button{
    font-weight: 700;
    margin: 40px auto;
    letter-spacing: 2px;
	display: inline-block;
    border:2px solid white;
    padding: 9px 15px 6px 16px;
}
   #fixtures img{
        height: auto !important;
	width:80% !important
}
    #sponsors{
	padding-top: 100px;
    margin: 0px auto 100px !important;
    max-width: 1000px;
    
}

#fixtures{
padding-top: 100px;
    margin: 0px auto 100px !important;
    max-width: 1000px;
    	
}

#find-us{
padding-top: 100px;
    margin: 0px auto 100px !important;
    max-width: 1000px;
    
}
    
    .right a:first-child{
	
        margin-left: 0px;
}
    .left a:last-child{
	
        margin-right: 0px;
}

    .top-nav{
	
        display: none;
}
    
    .top-nav-mobile{
    display: flex;
        justify-content: space-between;
        top:20px;
        
        padding: 0px 20px;
   
}
    
#insta{
    padding: 70px 40px;
	width:100% !important;
   
}
#insta h1{
	
    margin-bottom: 50px;
}
}