/* html5doctor.com Reset v1.6.1 - http://cssreset.com */
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}nav ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}ins{background-color:#ff9;color:#000;text-decoration:none}mark{background-color:#ff9;color:#000;font-style:italic;font-weight:bold}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}

/* clearfix hack */

.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }

.clearfix { display: inline-block; }

/* start commented backslash hack \*/
* html .clearfix { height: 1%; }

.clearfix { display: block; }
/* close commented backslash hack */

a {
    color: tomato;
}

html, body {
    margin: 0;
    height: 100%
}
body {
    background: url('/static/img/background.jpg');
    background-size: cover;
    color: #fff;
    font-family: 'avenir-light';
    position: relative;
}

.container {
    background: rgba(0,0,0,0.8);
    min-height: 700px;
    margin: 0 auto;
    max-width: 1060px;
    padding: 20px;
}

h1 {
    font-family: 'avenir-light';
    font-size: 2.5em;
    margin-bottom: 20px;
}

h2 {
    font-family: 'book';
    font-size: 1.2em;
    margin-bottom: 20px;
    text-transform: uppercase;
    -webkit-font-smoothing: antialiased;
}

h3 {
    font-family: 'avenir-light';
    font-size: 1.8em;
}

p {
    margin-bottom: 10px;
    line-height: 1.5em;
}


/* bands */

.band-index .band {
    margin-bottom: 20px;
}

.band-index .band img {
    float: left;
    margin-right: 20px;
}

/* _header.html */

header {
    text-align: center;
}

header h1 {
    font-size: 4.5em;
}


header nav {
    border-bottom: solid 1px #fff;
    border-bottom: solid 1px #fff;
    margin: 0 auto 40px;
    padding: 20px 10px 0;
    width: 80%;
}

header #nav {
    text-align: justify;
    min-width: 500px;
}

header #nav:after {
    content: '';
    display: inline-block;
    width: 100%;
}

header #nav li {
    display: inline-block;
}

header #nav li a {
    color: inherit;
    text-decoration: none;
}


/* home_page.html */

.homepage .about {
    border-top: solid 1px #fff;
    clear: both;
    padding-top: 20px
}

.homepage .col-1, .homepage .col-2 {
    float: left;
    margin-bottom: 40px;
    width: 49%;
}

.homepage .col-1 .event-listing {
    clear: both;
    margin-bottom: 10px;
}

.homepage .col-1 .date {
    color: #ffc000;
    float: left;
    margin-right: 20px;
}

.homepage .col-1 .date .event-digit {
    font-size: 2.6em;
}

.homepage .col-1 .date .month {
    font-size: 1.3em;
}

.homepage .col-2 {
    margin-right: 2%;
}

.homepage .col-2 .map {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 35px;
    position: relative;
}

.homepage .col-2 .map iframe{
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

/* _footer.html */

footer {
    margin-top: 50px;
    padding: 0 0 40px;
    width: 100%;
}

footer p {
    text-align: center;
}

@media only screen and (max-width: 900px) {
    .homepage .col-1, .homepage .col-2 {
        float: none;
        width: 100%;
    }
}
/*
     FILE ARCHIVED ON 12:35:21 Nov 30, 2018 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 18:35:27 May 13, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 1.371
  exclusion.robots: 0.156
  exclusion.robots.policy: 0.13
  esindex: 0.025
  cdx.remote: 14.834
  LoadShardBlock: 237.11 (3)
  PetaboxLoader3.datanode: 308.997 (4)
  load_resource: 244.652
  PetaboxLoader3.resolve: 98.098
*/