.clearfix::after, #photos .inner::after, .section::after {
  content: "";
  clear: both;
  display: table;
}

body {
  font-family: sans-serif;
  color: white;
  margin: 0;
}

a {
  color: white;
  text-decoration: underline;
}

a.button {
  display: inline-block;
  background: #e30000;
  color: white !important;
  padding: 0.5em 1em;
  text-decoration: none;
  border-radius: 4px;
}

input[type=submit] {
  -webkit-appearance: none;
}

i[class*=fa-] {
  margin-right: 0.5em;
}

h3 {
  max-width: 17em;
}

body.lb-disable-scrolling {
  overflow: hidden;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
  outline: none;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;
  /* Image border */
  border: 15px solid white;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
  /* Background color behind image.
     This is visible during transitions. */
  background-color: white;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../images/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==");
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../images/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../images/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-caption a {
  color: #4ae;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../images/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

body {
  background-color: black;
}

h1 {
  font-size: 2.5rem;
  font-family: "Bungee Shade", sans-serif;
  margin: 0;
  color: white;
}

h2 {
  font-size: 1.8rem;
  font-family: "Bungee Shade", sans-serif;
  margin: 0;
  color: white;
}

h3 {
  font-family: "Bungee Shade", sans-serif;
  margin-top: 0;
}

h4 {
  font-size: 1.2rem;
  font-family: Helvetica, Arial, sans-serif;
  margin: 0;
}

.divider {
  margin: 0 1em;
}

.inner {
  padding: 15px;
}

.section {
  background-color: white;
  color: black;
}

.section, .section-header {
  width: 90%;
  max-width: 1000px;
  margin: 1.5em auto 0.5em auto;
  position: relative;
  border-radius: 6px;
}

.section-header.first {
  margin-top: 1em;
}

h1.section-header {
  margin-top: -1em;
}

.section a {
  color: #e30000;
}

@media screen and (min-width: 768px) {
  .section, .section-header {
    width: 80%;
  }

  h1.section-header {
    font-size: 5rem;
    margin-top: -2em;
  }

  h2 {
    font-size: 3rem;
  }

  .inner {
    padding: 25px;
  }
}
@media screen and (min-width: 1024px) {
  h2 {
    font-size: 4rem;
  }
}
@media screen and (min-width: 1440px) {
  h1.section-header {
    font-size: 6rem;
  }
}
#marquee img {
  width: 100%;
}
#marquee .credit {
  transform-origin: right;
  transform: rotate(90deg);
  position: absolute;
  right: 2em;
  color: gray;
  font-size: 0.8em;
  margin-top: 100px;
}

@media screen and (min-width: 768px) {
  #marquee img {
    margin-top: -100px;
  }
  #marquee .credit {
    margin-top: 0;
  }
}
#links {
  background-color: transparent;
  color: white;
  line-height: 1.5;
}
#links a {
  color: white;
}
#links div {
  display: block;
  margin-right: 0.5rem;
  margin-left: 2em;
}
#links div + div {
  margin-top: 1em;
}
#links i[class*=fa-] {
  width: 1.5em;
  text-align: center;
  margin-left: -2em;
}

@media screen and (min-width: 768px) {
  #links div {
    margin-right: 1em;
    display: inline-block;
    margin-left: 0;
  }
  #links div + div {
    margin-top: 0;
  }
  #links i[class*=fa-] {
    margin-left: 0;
  }
}
#mc_embed_signup {
  background: white;
  clear: left;
}
#mc_embed_signup form {
  padding: 15px;
}
#mc_embed_signup .button {
  font-size: 1em;
  height: auto;
  padding: 0.5em 1em;
  line-height: 1;
  background-color: #e30000;
}
#mc_embed_signup .foot {
  grid-template-columns: 50% 50%;
}
#mc_embed_signup .brandingLogo img {
  width: 100%;
}
#mc_embed_signup h3 {
  font-size: 1.5rem;
}
#mc_embed_signup .button,
#mc_embed_signup .description,
#mc_embed_signup .mc-field-group {
  margin-left: 0.5rem;
}
@media screen and (min-width: 768px) {
  #mc_embed_signup form {
    padding: 25px;
  }
  #mc_embed_signup h3 {
    font-size: 2.5rem;
  }
  #mc_embed_signup .button,
#mc_embed_signup .description,
#mc_embed_signup .mc-field-group {
    margin-left: 1rem;
  }
}
#shows-past,
#shows {
  margin-top: 0;
  background: white;
}
#shows-past h3,
#shows h3 {
  font-family: "Bungee Shade", cursive;
  font-size: 1.75rem;
  margin: 0 0 1em;
}
#shows-past .inner,
#shows .inner {
  padding-top: 30px;
}
@media screen and (min-width: 768px) {
  #shows-past h3,
#shows h3 {
    font-size: 2.5rem;
  }
}

.show {
  margin-bottom: 2em;
  margin-right: 15px;
  margin-left: 0.5rem;
}
.show p {
  margin: 0.5em 0;
}
@media screen and (min-width: 768px) {
  .show {
    margin-left: 1rem;
  }
}
.show.last {
  margin-top: 3em;
}

#photos {
  font-size: 0;
}
#photos img {
  width: 100%;
}
#photos .inner {
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  padding-top: 5px;
}
#photos .image-link {
  float: left;
  margin: 10px;
}
#photos .image-link img {
  border-radius: 6px;
}
@media screen and (min-width: 768px) {
  #photos .inner {
    padding: 15px;
  }
  #photos .image-link {
    width: calc(50% - 20px);
  }
}

.video-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
}

.video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 5px;
}

.video-container + .video-container {
  margin-top: 15px;
}

@media screen and (min-width: 768px) {
  .video-container + .video-container {
    margin-top: 25px;
  }
}
#bio {
  color: white;
  background: transparent;
}
#bio .inner {
  padding: 0;
}
#bio p {
  line-height: 1.5;
  margin-right: 10%;
}

#feed .inner {
  padding-left: 7.5px;
  padding-right: 7.5px;
}
@media screen and (min-width: 768px) {
  #feed .inner {
    padding: 17.5px;
  }
}

#footer {
  margin: 0 auto;
  color: white;
  margin-bottom: 2em;
  background-color: transparent;
}
#footer a {
  color: white;
}
#footer .inner {
  padding-left: 0;
  line-height: 2;
}
#footer .divider {
  display: none;
}
#footer .contact {
  display: inline-block;
}

@media screen and (min-width: 768px) {
  #footer .divider {
    display: inline;
  }
}
/* External styls */
/* Sections */

/*# sourceMappingURL=main.css.map */
