@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&display=swap');
/* apply a natural box layout model to all elements, but allowing components to change */
html {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color:  #bfbebe;
}
/* Stop phone number from looking rubbish in iPhones */
a[href^=tel]{
    color:inherit;
    text-decoration:none;
}
/*ensure all text is same font */
body {
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	line-height: 1.5em;
	font-weight: 300;
	background-color: #000;
	margin: 0px;
}
p {
	margin-top: 0px;
}
p, li, h1, h2, h3 {
	font-family: 'Montserrat', sans-serif;
}
*, *:before, *:after {
	box-sizing: inherit;
}
a, a:active, a:focus {
   outline: 0 /* Stop dotted lines around clicked links */;
}
/* Ensure images will scale properly and responsively */
img {
	max-width: 100%;
	height: auto;
	display: block;
	width: auto; /* For IE8 */
}
/* Apply class to images that require text-align center */
img.centre {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
#topnavcont, #navcont, .contentcontainer, #footer, .homeboxcont, .homebannerinner {
	max-width: 1500px;
	margin-right: auto;
	margin-left: auto;
	padding: 15px;
}
.maincontent {
	background-color: #151515;
	padding: 30px 0px;
}
.sectioncont {
	max-width: 1400px;
	margin-right: auto;
	margin-left: auto;
	padding: 50px 15px;
	text-align: center;
}
.homevideo {
	max-width: 800px;
	padding-top: 0px;
}
.logocont img {
  display: inline-block;
  margin: 10px 0px;
}
.contentleft {
	padding-right: 40px;
}
.contentright {
	padding: 0px 0px 0px 15px;
}
.contentcontainer a:link, .contentcontainer a:visited {
	color: #FFF;
}
.contentcontainer a:hover {
	text-decoration: none;
}
/* Link transitions */
a:link {
	-o-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-khtml-transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	transition: all 0.2s linear;
	-webkit-backface-visibility: hidden;
}
.headline, h1 {
	font-weight: 600;
	font-size: 32px;
	margin-top: 0px;
	color: #ec9c3e;
	margin-bottom: 40px;
	text-transform: uppercase;
	line-height: 1.2em;
}
.fullwidthcont {
	background-color: #222;	
}
.sectioncont a:link, .sectioncont a:visited {
	color: #bfbebe;
	text-decoration: underline;
}
.contentcontainer a:hover {
	text-decoration: none;
}
.hometext p {
	margin-bottom: 0px;
}
.homesocial {
	padding-top: 20px;
}
.homesocial img {
	display: inline-block;
	text-align: center;
	margin: 0px 10px;
	max-width: 60px;
}
#posters img {
	width: 100%;
}

/* Cookie bar */
#cookiebar {
	padding: 10px;
	background-color: #000;
	color: #FFF;
	font-size: 14px;
	text-align: center;
	position: fixed;
	bottom: 0;
	width: 220px;
	text-align: center;
	z-index: 1;
}
#cookiebar a:link, #cookiebar a:visited {
	color: #FFF;
}
/* End of cookie bar */

.pixelc, .pixelc a:link, .pixelc a:visited {
	font-size: 12px !important;
	text-decoration: none;
}

.socialmediaicons img {
	display: inline;
	margin-right: 5px;
	max-width: 40px;
}

#navcont {
	min-height: 15px;
	padding: 0px;
	text-align: right;
	padding-right: 0px;
	display: flex;
  align-items: center;
  justify-content: right;
}
.sponsorcont {
	margin-top: 50px;
}
.sponsorcont img {
	max-width: 300px;
	margin-bottom: 15px;
}
#footermenu {
	text-align: center;
	margin: 10px 0px;
	padding: 0px;
}
#footermenu li {
	display: inline-block;
	margin: 0px 10px;
	list-style-type:none;
}
#footermenu a:link, #footermenu a:visited {
	color: #bfbebe;
	text-decoration: none;
	font-size: 18px;
}
#footermenu a:hover {
	color: #FFF;
}
#container {
	background-color: #000;
}

.calendartable {
	margin-bottom: 30px;
}
.calendartable td {
	padding: 15px 5px;
	vertical-align: top;
	border-collapse: collapse;
	border-bottom: 1px solid #A4A4A4;
}
.calendartable .leftcolumn {
	max-width: 100px;
}
	