@charset "UTF-8";
/* Body */
body {
	font-family: source-sans-pro, arial;
	background-color: #f2f2f2;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-style: normal;
	font-weight: 200;
}
/* Container */
.container {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	height: 1000px;
	background-color: #FFFFFF;
}
/* Navigation */
header {
	width: 100%;
	height: 2%;
	background-color: #ed7d31;
	border-bottom: 1px solid #ff0000;
}
h2 {
  padding: 0px;
}
.logo {
	color: #fff;
	font-weight: bold;
	text-align: undefined;
	width: 10%;
	float: left;
	margin-top: 15px;
	margin-left: 25px;
	letter-spacing: 4px;
}
nav {
	float: right;
	width: 50%;
	text-align: right;
	margin-right: 25px;
}
header nav ul {
	list-style: none;
	float: right;
}
nav ul li {
	float: left;
	color: #FFFFFF;
	font-size: 14px;
	text-align: left;
	margin-right: 25px;
	letter-spacing: 2px;
	font-weight: bold;
	transition: all 0.3s linear;
}
ul li a {
	color: #FFFFFF;
	text-decoration: none;
}
ul li:hover a {
	color: #2C9AB7;
}
.hero_header {
	color: 000000;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	letter-spacing: 4px;
}
.sponsors .hero_header {
	margin-bottom: 25px;
}
.hero_header.the-event {
	font-size: 70px;
	text-decoration: underline;
	
}
.hero_header.the-bar {
	font-size: 60px;
	text-decoration: underline;
}
.hero_header.the-barrel {
	font-size: 50px;
	text-decoration: underline;
}
.hero_header.the-kilderkin {
	font-size: 40px;
	text-decoration: underline;
}
.hero_header.the-firkin {
	font-size: 30px;
	text-decoration: underline;
}
.tagline.sponsor-level {
	border-bottom: 1px solid #DDDDDD;
	padding-bottom: 35px;
}




.hero_header img.mrt {
  
  max-width: 307px;
  width:50%;
}
.hero_header_foot {
  color: #ff0000;
  text-align: center;
  letter-spacing: 5px;
  font-size: 175%;
}
section {
	background-color: #FFFFFF;
}

a.buy-tickets {
	font-size: 25px;
    padding: 10px;
    background-color: #FF0000;
    color: #FFFFFF;
    cursor: pointer;
    border-radius: 10px;
    font-weight: bold;
    margin: 10px;
    text-decoration: none;
    display: block;
}

div.supporters, div.sponsors, div.vendors {
	vertical-align: middle;
	text-align: center;
}
div.supporters > div, div.sponsors > div, div.vendors > div {
	vertical-align: middle;
	display:inline-block;
	padding: 15px;
}
div.supporters img, div.sponsors img, div.vendors img {
	max-height: 200px;
}
div.supporters a, div.sponsors a, div.vendors a {
	text-decoration: none;
}
/* Hero Section */
.hero {
	background-color: #FFFFFF;
	padding-top: 20px;
	padding-bottom: 20px;
}
.light {
	font-weight: bold;
	color: #717070;
}
.tagline {
	text-align: center;
	color: #555555;
	margin-top: 4px;
	font-weight: lighter;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 0px 5%;
}
/* About Section */
.text_column {
	width: 33%;
    text-align: center;
    font-weight: lighter;
    line-height: 25px;
    display: inline-block;
    /* padding-left: 20px; */
    /* padding-right: 20px; */
    color: #A3A3A3;
}
.about {
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 35px;
	display: inline-block;
	background-color: #FFFFFF;
	margin-top: 0px;
	width: 100%;
}
.menu {
  text-align: center;
}
.menu a {
  border-radius: 5px;
  background-color: #777777;
  color: #FFFFFF;
  padding: 3px 10px;
  margin: 2px 10px;
  text-decoration: none;
  display: inline-block;
}
.menu a:hover {
  color: #ed7d31;
}
/* Stats Gallery */
.stats {
	color: #717070;
	margin-bottom: 5px;
}
.gallery {
	clear: both;
	display: inline-block;
	width: 100%;
	background-color: #FFFFFF;
	/* [disabled]min-width: 400px;
*/
	padding-bottom: 35px;
	padding-top: 0px;
	margin-top: -5px;
	margin-bottom: 0px;
}
.thumbnail {
	width: 33%;
	text-align: center;
	float: left;
	margin-top: 5px;
}
.thumbnail p {
padding-bottom:15px;
}
.gallery .thumbnail h4 {
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	color: #52BAD5;
}
.gallery .thumbnail p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #A3A3A3;
}
/* Parallax Section */
.banner {
	background-color: #2D9AB7;
	background-image: url(../images/parallax.png);
	height: 400px;
	background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
}
.parallax {
	color: #FFFFFF;
	text-align: right;
	padding-right: 100px;
	padding-top: 110px;
	letter-spacing: 2px;
	margin-top: 0px;
}
.parallax_description {
	color: #FFFFFF;
	text-align: right;
	padding-right: 100px;
	width: 30%;
	float: right;
	font-weight: lighter;
	line-height: 23px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
/* More info */
div.sponsor {
	padding: 2%;
	background-color: #FFFFFF;
}
div.sponsor .tagline {
	color: #555555;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
}
table {
	border-collapse: collapse;
    border-spacing: 0px;	
}
table td {
	border: 15px solid #ed7d31;
	padding:10px;
	margin: 0;
	background-color: #FFFFFF;
}
td.price {
	color: #FFFFFF;
	font-size: 50px;
	font-weight: bold;
	background-color: #ed7d31;	
	text-align: center;
}
td p.package {
	color: #000000;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	font-size: 150%;
}
td p.tokens {
	color: #AAAAAA;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	font-size: 125%;
	text-align: right;
}
td h1 {
	color: #ed7d31;
	font-size: 250%;
	font-weight: bold;
	margin: 0;
}


footer {
	background-color: #FFFFFF;
	padding-bottom: 0px;
	width: 100%;
}
.footer_column {
	width: 100%;
	text-align: center;
	padding-top: 10px;
	float: left;
}
footer .footer_column h3 {
	color: #B3B3B3;
	text-align: center;
}
footer .footer_column p {
	color: #717070;
	background-color: #FFFFFF;
}
.cards {
	width: 100%;
	height: auto;
	max-width: 400px;
	max-height: 200px;
}
footer .footer_column p {
	padding-left: 30px;
	padding-right: 30px;
	text-align: justify;
	line-height: 25px;
	font-weight: lighter;
	margin-left: 20px;
	margin-right: 20px;
}
.footer_banner {
	padding:100px;
}
.button {
	width: 200px;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	text-align: center;
	vertical-align: middle;
	border-radius: 0px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 2px;
	border: 3px solid #FFFFFF;
	color: #FFFFFF;
	transition: all 0.3s linear;
}
.button:hover {
	background-color: #FEFEFE;
	color: #C4C4C4;
	cursor: pointer;
}
.copyright {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #717070;
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: lighter;
	letter-spacing: 2px;
	border-top-width: 2px;
}
.footer_banner {
	background-color: #B3B3B3;
	padding-top: 60px;
	padding-bottom: 60PX;
	margin-bottom: 0px;
	background-image: url(../images/pattern.png);
	background-repeat: repeat;
}
footer {
	display: inline-block;
}
.hidden {
	display: none;
}

/* Mobile */
@media (max-width: 320px) {
.logo {
	width: 100%;
	text-align: center;
	margin-top: 13px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.container header nav {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	float: none;
	display: none;
}
header nav ul {
}
nav ul li {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	text-align: center;
}
.text_column {
	width: 100%;
	text-align: justify;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.thumbnail {
	width: 100%;
}
.footer_column {
	width: 100%;
	margin-top: 0px;
}
.parallax {
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 40%;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 100%;
	font-size: 18px;
}
.parallax_description {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 90%;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 12px;
	float: none;
	text-align: center;
}
.banner {
	background-color: #2D9AB7;
	background-image: none;
}
.tagline {
	margin-top: 20px;
	line-height: 22px;
}
.hero_header {
	padding-left: 10px;
	padding-right: 10px;
	line-height: 22px;
	text-align: center;
}
}

/* Small Tablets */
@media (min-width: 321px)and (max-width: 767px) {
.logo {
	width: 100%;
	text-align: center;
	margin-top: 13px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #043745;
}
.container header nav {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	float: none;
	overflow: auto;
	display: inline-block;
	background: #52bad5;
}
header nav ul {
	padding: 0px;
	float: none;
}
nav ul li {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
}
.text_column {
	width: 100%;
	text-align: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.thumbnail {
	width: 100%;
}
.footer_column {
	width: 100%;
	margin-top: 0px;
}
.parallax {
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 40%;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 100%;
	font-size: 18px;
}
.parallax_description {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 30%;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: none;
	width: 100%;
	text-align: center;
}
.thumbnail {
	width: 50%;
}
.parallax {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-top: 20%;
}
.parallax_description {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	padding-top: 30px;
}
.banner {
	padding-left: 20px;
	padding-right: 20px;
}
.footer_column {
	width: 100%;
}
}

table.beer-list {
	width: 100%;
	text-align: center;
	border: 0;
}
table.beer-list td {
	padding: 15px;
	border: 2px solid #000000;
	width: 50%;
}
table.beer-list th {
	padding: 15px;
	text-align:center;	
	font-size: 25px;
	border: 2px solid #000000;
}

div.bbf-banner {
	background-color: #f2931f;
	text-align: center;
}
div.bbf-banner > div {
	display: inline-block;	
	font-weight: bold;
	padding: 20px;
	vertical-align: middle;	
}
div.bbf-banner > div img {
	max-height: 200px;
	width:auto;
	
}
div.bbf-banner > div.when {
	color: #000000;
	text-transform: uppercase;
	font-size: 16px;
    font-size: 3vw;
}
div.bbf-banner > div.friday {
	color: #FFFFFF;
	font-size: 16px;
    font-size: 3vw;
}
div.bbf-banner > div.saturday {
	color: #FF0000;
	font-size: 16px;
    font-size: 3vw;
}
div.bbf-banner > div.where {
	color: #fcb040;
	text-transform: uppercase;
	font-size: 16px;
    font-size: 3vw;
}


/* Small Desktops */
@media (min-width: 768px) and (max-width: 1096px) {
.text_column {
	width: 100%;
}
.thumbnail {
	width: 50%;
}
.text_column {
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.banner {
	margin-top: 0px;
	padding-top: 0px;
}
}
