/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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,
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;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

/*
body {
	line-height: 1;
}
*/
blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html, body {
  font-family: "Lexend Deca", sans-serif;
  font-weight: 400;
  font-style: normal;
  background-color: #000;
  color: #fff;
}

strong, b {
  font-weight: 800;
}

em {
  font-style: italic;
}

a {
  color: #fff;
}

#hero #hero-pic-slot #hero-pic {
  width: 100%;
  max-width: 2050px;
}
#hero #logo-slot {
  position: absolute;
  top: 30px;
  left: 30px;
}
#hero #logo-slot #logo {
  width: 150px;
}
#logo-mid-slot {
  text-align: center;
}
#logo-mid{
  width: 60%;
  max-width: 400px;
  margin: auto;
}


.callout{
  text-align: center;
  font-size: 1.3em;
  margin: 40px 0;
}

#hero-vid {
  margin: auto;
  margin-top: 90px;
  text-align: center;
}
#hero-vid iframe {
  width: 90vw;
  height: 50.4vw;
}
@media (min-width: 840px) {
  #hero-vid iframe {
    width: 56vw;
    height: 31.5vw;
    min-width: 424px;
    min-height: 240px;
  }
}

#signup--block {
  width: 50%;
  min-width: 320px;
  max-width: 600px;
  margin: auto;
}

form .mc-field-group label {
  font-size: 1.6em;
}
form .email {
  font-size: 1.4em;
  font-family: "Lexend Deca", sans-serif;
  padding: 5px;
  text-align: center;
  margin-top: 20px;
}
form .button {
  font-size: 1.4em;
  font-family: "Lexend Deca", sans-serif;
  padding: 5px 8px;
  text-align: center;
  margin-top: 20px;
}

#mc_embed_signup_scroll {
  padding: 60px 0;
  text-align: center;
}

#clips--list {
  width: 90%;
  max-width: 900px;
  margin: auto;
  margin-top: 80px;
  margin-bottom: 40px;
}
#clips--list .clip--teaser {
  margin-bottom: 20px;
}

#gigs--list {
  width: 90%;
  max-width: 900px;
  margin: auto;
  margin-top: 80px;
  margin-bottom: 40px;
}
#gigs--list h2 {
  text-align: center;
  font-weight: 800;
  font-size: 2.5em;
  margin-bottom: 1em;
}
#gigs--list .gig--teaser {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px;
  border-bottom: 1px solid #fff;
  border-top: 1px solid #fff;
}
#gigs--list .gig--teaser .gig--date {
  text-align: center;
}
#gigs--list .gig--teaser .gig--day {
  font-size: 2.5em;
  font-weight: 800;
  margin-bottom: -0.2em;
}
#gigs--list .gig--teaser .gig--month {
  font-size: 1.5em;
  text-transform: uppercase;
}
#gigs--list .gig--teaser .gig--title {
  font-size: 1.5em;
  text-align: center;
}
#gigs--list .gig--teaser .gig--link {
  display: inline-block;
  font-size: 1.2em;
}
#gigs--list .gig--teaser h3 {
  margin-top: 0.1em;
  font-weight: 800;
  font-size: 1.8rem;
}
#gigs--list .gig--teaser + .gig--teaser {
  border-top: none;
}

.sm-block {
  padding: 30px 0;
  text-align: center;
}

.sm-block img {
  display: block;
  width: 45px;
  margin: auto;
  margin-bottom: 20px;
}

.sm-block a {
  color: #fff;
  font-size: 0.9em;
}
@media (min-width: 840px) {
  .sm-block a {
    font-size: 1.4em;
  }
}

#footer-panda {
  margin-top: 80px;
  width: 100%;
  overflow-x: hidden;
  text-align: center;
  display: flex;
  justify-content: center;
  padding: 80px 0 40px 0;
  background-image: url(/img/bg.gif);
}

#footer-panda img {
  width: 100%;
  min-width: 840px;
  max-width: 1400px;
}
#shop{
  margin:auto;
  display: flex;
  flex-wrap: wrap;
    justify-content: center;
}
.sbb{
  padding: 10px;
}
#shop{
    text-align: center;
    margin-top: 50px;
}
#shop-header{
    text-align: center;
    margin-top: 20px;
}
#shop-teaser{
  display: flex;
  justify-content: space-evenly;
  margin-top: 50px;
}

#shop-teaser a{
  width:50%;
  max-width: 300px;
  text-align: center;
  font-size: 1.4em;
  font-weight: bold;
  margin-bottom: 20px;
}

#shop-teaser a img{
  width:100%;
  max-width: 300px;
  display: block;
  margin-top: 20px;
}
#shop-header img{
  width: 260px;
}
h1{
  text-align: center;

  margin: 50px auto;
  font-size: 2em;
}

#hero-img{
  margin-bottom: 40px;
  width: 100%;
}

#hero-img img{
  margin-top: 30px;
  margin: auto;
  width: 90%;
  max-width: 576px;
}

#header-img{
  margin-bottom: 20px;
  width: 100%;
}

#header-img img{
  margin-top: 30px;
  margin: auto;
  width: 60%;
  max-width: 400px;
}
.shop-blurb{
  width: 100%;
  margin-bottom: 40px;

}

h2{
  font-size: 1.8em;
  font-weight: bold;
  margin-bottom: 0.5em;
}

h3{
  font-size: 0.9em;
  margin-bottom: 1em;
}
h4{
  margin-top: 0.5em;
  font-weight: bold;
  font-size: 1.2em;
  margin-bottom: 0.3em;
}
p{
  font-size: 1.1em;
  margin: auto;
  margin-bottom: 1em;
  max-width: 400px;
}
p.caption{
  font-size: 0.9em;
  font-style: italic;
}
/*# sourceMappingURL=layout.css.map */
