* {
  margin: 0;
  padding: 0;
}

#bootstrap-override h1 {
  font-family: "Bebas Neue", cursive;
  font-weight: 1000;
  font-size: 4em;
  line-height: 100%;
}

#bootstrap-override h2 {
  font-family: "Bebas Neue", cursive;
  font-weight: 1000;
  font-size: 3em;
  line-height: 100%;
  margin-bottom: 20px;
}

#bootstrap-override a {
  color: black;
  font-family: "interstate", sans-serif;
  font-size: 1em;
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}

#bootstrap-override a:hover {
  color: #AC6CEF;
}

mark {
  background: none;
  color: #AC6CEF;
}

.curly {
  font-family: "Pacifico", cursive;
  letter-spacing: normal;
  font-size: 1em;
}

body#bootstrap-override {
  background: #f2f2f2;
  font-family: "interstate", sans-serif;
  font-weight: 400;
  font-size: 1.2em;
  line-height: 200%;
}

body#bootstrap-override header {
  /*max-width: 1280px;*/
  /*height: 70px;
  margin: 0 auto;
  padding: 0px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;*/
  margin-bottom: 60px;
  background-color: #222;
}

body#bootstrap-override header #head{
  max-width: 1280px;
}

body#bootstrap-override header img {
  /*height: 100%;*/
}

body#bootstrap-override header #invertMondlichtLogo {
  /*height: 100%;*/
  filter: invert(100%);
}

body#bootstrap-override header #brightNightLogo {
  /*margin-right: -60px;*/
}


body#bootstrap-override header span {
  display: inline-block;
  margin-left: 10px;
  line-height: 70px;
  vertical-align: top;
}

body#bootstrap-override main {
  /*max-width: 1280px;*/
  height: auto;
  margin: 0 auto;
  padding: 0px 20px;
  /*-webkit-box-sizing: border-box;
          box-sizing: border-box;*/
}

body#bootstrap-override main #info {
  margin-bottom: 60px;
}

body#bootstrap-override main #info article {
  /*width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;*/
}

body#bootstrap-override main #info article .col1 {
  /*width: auto;
  -ms-flex-preferred-size: content;
      flex-basis: content;
  margin-right: 50px;*/
}

body#bootstrap-override main #info article .col2 {
  /*width: auto;*/
}

body#bootstrap-override main #info article .band-social {
  font-size: 1.3em;
}

body#bootstrap-override main #info article .band-social * {
  margin-right: 10px;
}

body#bootstrap-override main #streamSection {
  height: auto;
  margin-bottom: 60px;
  padding: 0px 15px;
  /*-webkit-box-sizing: border-box;
          box-sizing: border-box;*/
}

body#bootstrap-override main #donate {
  margin-bottom: 100px;
}

body#bootstrap-override main #donate article {
  /*display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap-reverse;
      flex-wrap: wrap-reverse;*/
}

body#bootstrap-override main #donate article .col1 {
  /*-webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 70%;
  padding-right: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;*/
}

body#bootstrap-override main #donate article .col2 {
  /*-webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 30%;
  min-width: 350px;*/
}

body#bootstrap-override main #donate article .col2 a {
  /*width: 100%;*/
  max-width: 350px;
  text-align: center;
  padding: 10px 30px;
  margin-bottom: 20px;
  display: block;
  background: #AC6CEF;
  color: white;
}

body#bootstrap-override main #donate article .col2 a:hover {
  background: #8644cc;
}

body#bootstrap-override main #gallery {
  margin-bottom: 100px;
}

body#bootstrap-override main #gallery article {
  /*display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;*/
  text-align: center;
}

body#bootstrap-override main #gallery article p {
  font-size: 1.5em;
  margin: 15px 0px;
}

body#bootstrap-override main #gallery article .upcoming {
  /*-webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-width: 400px;
  margin-right: 20px;*/
  margin-bottom: 60px;
}

body#bootstrap-override main #gallery article .upcoming img {
  /*max-width: 400px;*/
}

body#bootstrap-override main #gallery article .past {
  /*-webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-width: 400px;*/
}

body#bootstrap-override main #gallery article .past #slideshow-container {
  position: relative;
}

body#bootstrap-override main #gallery article .past #slideshow-container .slide {
  display: none;
  -webkit-animation: fade 200ms forwards ease-in-out;
          animation: fade 200ms forwards ease-in-out;
}

body#bootstrap-override main #gallery article .past #slideshow-container .prev {
  position: absolute;
  left: 20px;
  top: 50%;
  font-size: 2em;
  cursor: pointer;
}

body#bootstrap-override main #gallery article .past #slideshow-container .next {
  position: absolute;
  top: 50%;
  right: 20px;
  cursor: pointer;
  font-size: 2em;
}

body#bootstrap-override main #gallery article .past #allStreams {
  margin-top: 50px;
}

body#bootstrap-override main #gallery article .past #allStreams a {
  width: 100%;
  max-width: 350px;
  text-align: center;
  padding: 10px 30px;
  background: #AC6CEF;
  color: white;
  display: block;
  margin: 0 auto;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

body#bootstrap-override main #gallery article .past #allStreams a:hover {
  background: #8644cc;
}

body#bootstrap-override main #newsletter {
  max-width: 850px;
  margin: 0 auto 100px auto;
  text-align: center;
}

body#bootstrap-override #newsletter .social a {
  margin: 10px;
  height: 20px;
}

body#bootstrap-override main #newsletter form {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

body#bootstrap-override main #newsletter form * {
  margin-bottom: 20px;
}

body#bootstrap-override main #newsletter form input[type=email] {
  width: 100%;
  padding: 5px 20px;
  border: 1px solid lightgray;
}

body#bootstrap-override main #newsletter form input[type=email]:focus {
  outline: 4px solid lightpink;
}

body#bootstrap-override main #newsletter form input[type=checkbox] {
  margin-right: 10px;
  border-radius: none;
}

body#bootstrap-override main #newsletter form input[type=checkbox]:focus {
  outline: 4px solid lightpink;
}

body#bootstrap-override main #newsletter form input[type=submit] {
  background: #4aa5a5;
  border: none;
  padding: 10px 40px;
  color: white;
  -webkit-transition: background 200ms ease-out;
  transition: background 200ms ease-out;
}

body#bootstrap-override main #newsletter form input[type=submit]:hover {
  background: #AC6CEF;
}

body#bootstrap-override #contact {
  margin-bottom: 100px;
  background: #AC6CEF;
  padding: 50px 0px;
  position: relative;
}

body#bootstrap-override #contact mark {
  color: white;
}

body#bootstrap-override #contact .content {
  max-width: 850px;
  margin: 0 auto;
  padding: 0px 20px;
}

body#bootstrap-override #contact .content .mailaddress {
  font-size: 1.2em;
  text-align: center;
}

body#bootstrap-override #contact .content .mailaddress a {
  color: white;
}

body#bootstrap-override #contact .content .mailaddress a:hover {
  color: #8644cc;
}

body#bootstrap-override #contact .content .mailaddress ion-icon {
  font-size: 3em;
  color: #8644cc;
}

body#bootstrap-override footer {
  width: 100%;
  height: 70px;
  background: none;
  color: black;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

body#bootstrap-override footer .social a {
  margin-right: 20px;
  height: 20px;
}

@-webkit-keyframes fade {
  from {
    opacity: 1;
  }
  to {
    opacity: 1;
  }
}

@keyframes fade {
  from {
    opacity: 1;
  }
  to {
    opacity: 1;
  }
}

@media (max-width: 1080px) {
  #info article {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
}
/*# sourceMappingURL=live.css.map */