html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}


* {
  box-sizing: border-box;
}

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

[class*="col-"] {
  float: left;
  padding: 0px;
}

body {
	background-color: #ffffff;
	color: #535050;
}

html {
  font-family: Tahoma, sans-serif;;
}


h4 {
	text-align: center;
	color: #535050f;
	line-height: 80%;
	font-weight: bold;
	font-size: 30px;
}

.header {
	font-size: 20px;
	text-align: right;
	padding-right: 12.5%;
	
}

img {
  max-width: 100%;
  height: auto;
}

#container {
  max-width: 1200px;
  margin: auto;

}

section {
	float:left;
}

.comingsoonpic {
	padding-top: 10px;
	padding-bottom: 10px;
	

}

.smallbutton {
	padding-top: 10px;
}

.eventdescription{
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
}

.blogdescription{
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
}

.aboutdescription{
	padding-top: 0px;
	padding-left: 20px;
	padding-right: 20px;
}


.teaser {
	font-style: italic;
	font-weight: bold;
}

strong {
  font-weight: bold;
}

em {
	font-style: oblique;

}

.video {
	text-align: center;
	  position: relative;
  overflow: hidden;
  width: 100%;
    padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

.responsive-iframe {

  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.map-responsive{

    overflow:hidden;

    padding-bottom:56.25%;


    position:relative;

    height:0;

}

.map-responsive iframe{

    left:0;

    top:0;

    height:100%;

    width:100%;

    position:absolute;
	
	padding-left: 20px;
	padding-right: 20px;

}

.months {
	padding-top: 20px;
	padding-bottom: 10px;
}

.months h4{
text-decoration: underline;
}

.historymenu {
	padding-top: 10px;
	text-align: left;
	color: #535050f;
	line-height: 100%;
	font-size: 20px;
}

.historymenu p{
	padding-bottom: 10px;
}

.historymenu a {
	color: #535050;

	
}

.historymenu a:hover {
	color: #800000;
}

.historycontent {
	padding-left: 10px;
	padding-top: 20px;
}

	 .historyimage {
		padding-top: 10px;
		text-align: left;
		padding-left: 10px;
	}
	
	.historyimage img {
		 max-width: 100%;
		height: auto;
		
	}
.ticketcontent {
	padding-left: 10px;
	padding-top: 0;
}


/* Main Menu CSS */


/* Styling The Navigation */
.topnav {
  overflow: hidden;
  background-color: #ffffff;
}



.topnav a:hover {
  background-color: #535050;
  color: white;
}

.topnav a.active {
  background-color: #F24827;
  color: white;
}

.topnav .icon {
  display: none;
}

@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}



.comingsoonpic {
	padding-top: 10px;
	
}

.contenthead {
	padding-top: 20px;
}















.aside {
 	background-color: #ffffff;
	color: #535050;
  padding: 15px;
  text-align: center;
  font-size: 14px;

}

.footer {
	background-color: #ffffff;
	color: #535050;
  text-align: center;
  font-size: 12px;
  padding: 15px;
}



/* For mobile phones: */
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
	
	[class*="col-"] {
  width: 100%;
	}

.aside {
	display: none;
}
  
.newaside {
		display: block;
		padding-top: 20px;
		text-align: center;
}

  .newaside img{
		width: 40%;
}
	
  .logo {
	  padding-left: 0%;
	  padding-top: 15px;
	  text-align: center;
  }
  
  	.header {
	font-size: 14px;
	text-align: center;
	font-weight: bold;
	padding-right: 0;
	}
	
	.socialmedia {
		display: none;
	}
	
	.socialmedia1 {
		padding-top: 20px;
		text-align: center;
		display: block;
	}
	

.video {
	text-align: center;
	  position: relative;
  overflow: hidden;
  width: 100%;
    padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}


	

	
	.topnav a {
  float: left;
  display: block;
  color: #535050;
  text-align: center;
  padding: 10px 10px;
  text-decoration: none;
  font-size: 18px;
}
	
/* When the screen is less than 600 pixels wide, hide all links, except for the first one ("Home"). Show the link that contains should open and close the topnav (.icon) */
@media screen and (max-width: 600px) {
  #topnav a:not(:first-child) {display: none;}
  #topnav a.icon {
    float: right;
    display: block;
  }
}

/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens (display the links vertically instead of horizontally) */
@media screen and (max-width: 600px) {
  #topnav.responsive {position: relative;}
  #topnav.responsive a.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  #topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}
	
  

  
  	.mainimage {
		padding-top: 20px;
		padding-right: 10px;
		text-align: center;
		padding-left: 10px;
	}
	
	.mainimage img {
		 max-width: 100%;
		height: auto;
		
	}
	
	 .historyimage {
		padding-top: 10px;
		padding-right: 10px;
		text-align: center;
		padding-left: 10px;
	}
	
	.historyimage img {
		 max-width: 100%;
		height: auto;
		
	}
	
	hr {
	display: block;
	height: 6px;
	margin-left: 15%;
	margin-right: 15%;
	background-color: #535050;
	border: 0;
  
}

	.date {
	padding-top: 5px;
	text-align: center;
	color: #535050;
	line-height: 100%;
	font-weight: bold;
	font-size: 3vw;
	
}

.doors {
	padding-top: 10px;
	text-align: center;
	color: #535050;
	line-height: 100%;
	font-size: 3vw;
}

.historymenu {
	padding-top: 10px;
	text-align: center;
	color: #535050f;
	line-height: 100%;
	font-size: 3vw;
}

.historymenu a {
	color: #535050;
}

.historymenu a:hover {
	color: #800000;
}





.strap {
	padding-top: 5px;
	text-align: center;
	color: #2A0701;
	line-height: 100%;
	font-weight: normal;
	font-size: 3vw;
}

.comingsoon {
	padding-top: 10px;
	padding-bottom: 10px;
}



.mainbuttons {
		text-align: center;
		padding-top: 10px;
}

h5 {
	text-align: center;
	color: #535050;
	line-height: 100%;
	font-weight: bold;
	font-size: 3vw;
	padding-left: 10px;
	
}

.holder {

	padding-top: 20px;

	text-align: center;
}


}




@media only screen and (min-width: 600px) {
  /* For tablets: */
  .col-s-1 {width: 8.33%;}
  .col-s-2 {width: 16.66%;}
  .col-s-3 {width: 25%;}
  .col-s-4 {width: 33.33%;}
  .col-s-5 {width: 41.66%;}
  .col-s-6 {width: 50%;}
  .col-s-7 {width: 58.33%;}
  .col-s-8 {width: 66.66%;}
  .col-s-9 {width: 75%;}
  .col-s-10 {width: 83.33%;}
  .col-s-11 {width: 91.66%;}
  .col-s-12 {width: 100%;}
  
.aside {
	display: none;
}
  
  .newaside {
		display: block;
		padding-top: 20px;
		text-align: center;
}

  .newaside img{
		width: 40%;
}
    .logo {
	padding-top: 15px;
	padding-left: 25%;
	text-align: left;
	}
	
	.socialmedia {
	overflow: hidden;
	padding-right: 12.5%;
	float: right;

	}
	
	.socialmedia a {
	float: left;
	display: block;
	padding: 15px 0px 0px 30px;
	}
	
	.socialmedia1 {
		display: none;
	}
	
	.header {
	float: right;
	font-size: 18px;
	text-align: right;
	font-weight: bold;
	padding-right: 12.5%;
	}
	
	hr {
	display: block;
	height: 6px;
	margin-left: 15%;
	margin-right: 15%;
	background-color: #535050;
	border: 0;
  
}


	.topnav a {
		float: left;
		display: block;
		color: #535050;
		text-align: center;
		padding: 14px 16px;
		text-decoration: none;
		font-size: 16px;
}

	.maindescription {
		padding-top: 8px;
		padding-right: 6px;

		text-align: left;
}
	

	.mainimage {
		padding-top: 2%;
		padding-right: 10px;
		padding-left: 10px;
		text-align: left;
	}
	
	.mainimage img {
		 max-width: 100%;
		height: auto;
		
	}
	

	.date {
	padding-top: 5px;
	padding-left: 10px;
	text-align: left;
	color: #535050;
	line-height: 100%;
	font-weight: bold;
	font-size: 2vw;
	
}



h4 {
	text-align: left;
	color: #535050;
	line-height: 100%;
	font-weight: bold;
	font-size: 3vw;
	padding-left: 10px;
	
}

h5 {
	text-align: center;
	color: #535050;
	line-height: 100%;
	font-weight: bold;
	font-size: 1.8vw;
	padding-left: 10px;
	
}

.holder {

	padding-top: 20px;

	text-align: center;
}

.comingsoon {
	padding-top: 10px;
	padding-bottom: 10px;
}

.doors {
	padding-top: 10px;
	text-align: left;
	color: #535050;
	line-height: 100%;

	font-size: 1.8vw;
}

.historymenu {
	padding-top: 10px;
	text-align: left;
	color: #535050f;
	line-height: 100%;
	font-size: 1.8vw;
}

.historymenu a {
	color: #535050;
}

.historymenu a:hover {
	color: #800000;
}

.strap {
	padding-top: 25%;
	text-align: left;
	color: #2A0701;
	line-height: 100%;
	font-weight: normal;
	font-size: 1.8vw;
}
.mainbuttons {
		text-align: left;
		padding-top: 10px;
}


	
}


@media only screen and (min-width: 970px) {
  /* For desktop: */
  .col-1 {width: 8.33%;}
  .col-2 {width: 16.66%;}
  .col-3 {width: 25%;}
  .col-4 {width: 33.33%;}
  .col-5 {width: 41.66%;}
  .col-6 {width: 50%;}
  .col-7 {width: 58.33%;}
  .col-8 {width: 66.66%;}
  .col-9 {width: 75%;}
  .col-10 {width: 83.33%;}
  .col-11 {width: 91.66%;}
  .col-12 {width: 100%;}
  
  .logo {
	padding-top: 15px;
	text-align: left;
	padding-left: 25%;
  }
  
  .aside {
	float: right;
	display: block;
}

.newaside {
		display: none;
}
	.socialmedia {
	overflow: hidden;
	padding-right: 12.5%;
	float: right;
	}
	
	.socialmedia a {
	float: left;
	display: block;
	padding: 15px 0px 0px 30px;
	}
	
	.socialmedia1 {
		display: none;
	}

	.header {
	float: right;
	font-size: 20px;
	text-align: right;
	font-weight: bold;
	padding-right: 12.5%;
	}
	
	.topnav a {
  float: left;
  display: block;
  color: #535050;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 24px;
}


	
	hr {
	display: block;
	height: 10px;
	margin-left: 15%;
	margin-right: 15%;
	background-color: #535050;
	border: 0;
  
}

h5 {
	text-align: center;
	color: #535050;
	line-height: 100%;
	font-weight: bold;
	font-size: 1.5vw;
	padding-left: 10px;
	
}

.holder {

	padding-top: 20px;

	text-align: center;
}




	.mainimage {
		padding-top: 3%;
		padding-right: 10px;
		padding-left: 0;
		text-align: left;
	}
	
	.mainimage img {
		 max-width: 100%;
		height: auto;
		
	}	
	
	.maindescription {
  padding-top: 8px;
  padding-left: 6px;
  padding-right: 6px;
}

h4 {
	text-align: left;
	color: #535050;
	line-height: 100%;
	font-weight: bold;
	font-size: 2vw;
	
}

.centerhead {
	text-align: center;
	color: #535050;
	line-height: 100%;
	font-weight: bold;
	font-size: 2vw;
	
}

.date {
	padding-top: 5px;
	text-align: left;
	color: #535050;
	line-height: 100%;
	font-weight: bold;
	font-size: 1.5vw;
}

.strap {
	padding-top: 25%;
	text-align: left;
	color: #2A0701;
	line-height: 100%;
	font-weight: normal;
	font-size: 1.5vw;
}

.doors {
	padding-top: 10px;
	text-align: left;
	color: #535050;
	line-height: 100%;

	font-size: 1.4vw;
}

.details {
	padding-top: 5px;
	margin: auto;
}

.comingsoon {
	padding-top: 10px;
	padding-bottom: 10px;
}

.mainbuttons {
		text-align: left;
}

