body {
  font-family: 'Lora', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  position: relative;
  width: 100%;
  height: 100%;
  color: white;
  background-color: black;
}

html {
  width: 100%;
  height: 100%;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Cabin', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  margin-bottom: 1.5em;
  letter-spacing: 1px;
  text-transform: uppercase;
}

@media screen and (max-width: 767px) {
    h1, h2, h3, h4, h5, h6 {
        font-size: 1.1em !important;
    }
}

@media screen and (min-width: 768px) {
    h1, h2, h3, h4, h5, h6 {
        font-size: 1.2em !important;
    }
}

@media screen and (min-width: 992px) {
    h1, h2, h3, h4, h5, h6 {
        font-size: 1.7em !important;
    }
}

p, .bit-widget .bit-no-dates-container, .bit-widget .bit-no-dates-container .bit-no-dates-title, .bit-widget .bit-event {
  font-size: 16px !important;
  line-height: 1.5;
  margin-bottom: 1.5em;
}

p:last-child {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
    p, p:last-child, .bit-widget .bit-no-dates-container, .bit-widget .bit-no-dates-container .bit-no-dates-title, .bit-widget .bit-event {
        font-size: 0.9em !important;
    }
}

@media screen and (min-width: 768px) {
    p, p:last-child, .bit-widget .bit-no-dates-container, .bit-widget .bit-no-dates-container .bit-no-dates-title, .bit-widget .bit-event {
        font-size: 1em !important;
    }
}

@media screen and (min-width: 992px) {
    p, p:last-child, .bit-widget .bit-no-dates-container, .bit-widget .bit-no-dates-container .bit-no-dates-title, .bit-widget .bit-event {
        font-size: 1.1em !important;
    }
}

a {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #6699cc;
}

a:focus, a:hover {
    text-decoration: none;
    color: #99ccff;
}

#mainNav {
  font-family: 'Cabin', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  margin-bottom: 0;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  background-color: black;
}

#mainNav .navbar-toggler {
    font-size: 14px;
    padding: 11px;
    color: white;
    border: 1px solid white;
}

#mainNav .navbar-brand {
    font-weight: 700;
}

#mainNav a {
    color: white;
}

#mainNav .navbar-nav .nav-item {
    -webkit-transition: background 0.3s ease-in-out;
    -moz-transition: background 0.3s ease-in-out;
    transition: background 0.3s ease-in-out;
}

#mainNav .navbar-nav .nav-item:hover {
      color: fade(white, 80%);
      outline: none;
      background-color: rgba(255, 255, 255, 0.3);
}

#mainNav .navbar-nav .nav-item:active, #mainNav .navbar-nav .nav-item:focus {
      outline: none;
      background-color: rgba(255, 255, 255, 0.3);
}

@media (min-width: 992px) {
    #mainNav {
      padding-top: 20px;
      padding-bottom: 20px;
      -webkit-transition: background 0.3s ease-in-out, padding-top 0.3s ease-in-out, padding-bottom 0.3s;
      -moz-transition: background 0.3s ease-in-out, padding-top 0.3s ease-in-out, padding-bottom 0.3s;
      transition: background 0.3s ease-in-out, padding-top 0.3s ease-in-out, padding-bottom 0.3s;
      letter-spacing: 1px;
      border-bottom: none;
      background: transparent;
    }
    #mainNav.navbar-shrink {
      padding-top: 10px;
      padding-bottom: 10px;
      border-bottom: 1px solid rgba(255, 255, 255, 0.3);
      background: black;
    }
    #mainNav .nav-link.active {
      outline: none;
      background-color: rgba(255, 255, 255, 0.3);
    }
    #mainNav .nav-link.active:hover {
      color: white;
    }
}

.masthead {
  display: table;
  width: 100%;
  height: auto;
  padding: 150px 0;
  text-align: center;
  color: white;
  background: url("images/header-bg.jpg") no-repeat bottom center;
  background-color: black;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.masthead .intro-body {
    display: table-cell;
    vertical-align: middle;
}

.masthead .intro-body .brand-heading {
      font-size: 50px;
}

.masthead .intro-body .intro-text {
      font-size: 18px;
}

@media (min-width: 768px) {
    .masthead {
      height: 100%;
      padding: 0;
    }
    .masthead .intro-body .brand-heading {
      font-size: 100px;
    }
    .masthead .intro-body .intro-text {
      font-size: 22px;
    }
}

.img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
    display: block;
    max-width: 100%;
    height: auto;
}

.img-circle {
    border-radius: 50%;
}

.content-section {
  padding-top: 120px;
  padding-bottom: 120px;
}

@media (max-width: 992px) {
  .content-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

iframe {
    height:318px !important;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
  border: 0;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.links-section {
  color: white;
  background: url("images/header-bg.jpg") no-repeat center center;
  background-color: black;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.charting-section {
  color: white;
  background: url("images/charting-bg.jpg") no-repeat center center;
  background-color: black;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.dd-section {
  color: white;
  background: url("images/dd-bg.jpg") no-repeat center center;
  background-color: black;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.bts-section {
  color: white;
  background: url("images/bts-bg.jpg") no-repeat center center;
  background-color: black;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.deafening-section {
  color: white;
  background: url("images/deafening-bg.jpg") no-repeat center center;
  background-color: black;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.anunnaki-section {
  color: white;
  background: url("images/anunnaki-bg.jpg") no-repeat center center;
  background-color: black;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.band-section {
  color: white;
  background: url("images/band-bg.jpg") no-repeat center center;
  background-color: black;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.releases-section {
  color: white;
  background: url("images/releases-bg.jpg") no-repeat center center;
  background-color: black;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.contact-section {
  color: white;
  background: url("images/contact-bg.jpg") no-repeat center center;
  background-color: black;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.shows-section {
  color: white;
  background: url("images/shows-bg.jpg") no-repeat center center;
  background-color: black;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.bit-widget {
    font-family: 'Lora', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
	font-size: 16px !important;
	color: #FFFFFF !important;
    padding: 0px 0px !important;
}

.bit-widget .bit-event {
	color: #FFFFFF !important;
	margin-bottom: 0px !important;
    padding: 20px 0px !important;
}

.bit-rsvp, .bit-header-links, .bit-header, .bit-description-links, .bit-artist-event-link, .no-dates a, .bit-track-artist-header, .bit-track-artist-header a, .bit-nav-bar-container {
	display:none !important;
}

.bit-track-button-container, .bit-top-track-button, .bit-play-my-city-button {
	display:none !important;
}

.bit-widget .bit-no-dates-container .bit-no-dates-title {
    margin-top: -60px;
	font-size: 16px;
}

.bit-widget .bit-event .bit-details {
    text-align: left !important;
}

.bit-widget .bit-offers {
	border: 1px solid #FFFFFF !important;
}

.bit-widget .bit-venue {
	color: #FFFFFF !important;
}

.form-group {
    margin-bottom: 1.5em;
}

.alert {
    margin-bottom: 1.5em;
}

section#contact .form-group input, section#contact .form-group textarea {
    resize: none;
    padding: 20px;
}

section#contact .form-group input.form-control {
    height: auto;
}

section#contact .form-group textarea.form-control {
    resize: none;
    height: 236px;
}

section#contact .form-control:focus {
    border-color: #ffffff;
    box-shadow: none;
}

section#contact ::-webkit-input-placeholder {
    font-weight: 700;
    color: #cccccc;
    font-family: 'Lora', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

section#contact :-moz-placeholder {
    font-weight: 700;
    color: #cccccc;
    /* Firefox 18- */
    font-family: 'Lora', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

section#contact ::-moz-placeholder {
    font-weight: 700;
    color: #cccccc;
    /* Firefox 19+ */
    font-family: 'Lora', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

section#contact :-ms-input-placeholder {
    font-weight: 700;
    color: #cccccc;
    font-family: 'Lora', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

section#contact .text-danger {
    font-family: 'Lora', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #ffffff !important;
    font-size: 14px;
}

.footer-section {
  padding: 50px 0;
  font-size: 14px;
}

section#footer .form-group input, section#footer .form-group textarea {
    resize: none;
    padding: 20px;
}

section#footer .form-group input.form-control {
    height: auto;
}

section#footer .form-group textarea.form-control {
    resize: none;
    height: 236px;
}

section#footer .form-control:focus {
    border-color: #ffffff;
    box-shadow: none;
}

section#footer ::-webkit-input-placeholder {
    font-weight: 700;
    color: #cccccc;
    font-family: 'Lora', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

section#footer :-moz-placeholder {
    font-weight: 700;
    color: #cccccc;
    /* Firefox 18- */
    font-family: 'Lora', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

section#footer ::-moz-placeholder {
    font-weight: 700;
    color: #cccccc;
    /* Firefox 19+ */
    font-family: 'Lora', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

section#footer :-ms-input-placeholder {
    font-weight: 700;
    color: #cccccc;
    font-family: 'Lora', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

section#footer .text-danger {
    font-family: 'Lora', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #ffffff !important;
    font-size: 14px;
}

.btn-mail {
  font-family: 'Cabin', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  border-radius: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn-social {
  font-size: 26px;
  display: inline-block;
  padding: 6px 9px;
  text-align: center;
  border-radius: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn, .btn-links, .bit-widget .bit-no-dates-container .bit-track-button, .bit-widget .bit-button {
  font-family: 'Cabin', 'Helvetica Neue', Helvetica, Arial, sans-serif; !important;
  font-size: 20px; !important;
  text-transform: uppercase; !important;
  border-radius: 0; !important;
  -webkit-transition: all 0.3s ease-in-out; !important;
  -moz-transition: all 0.3s ease-in-out; !important;
  transition: all 0.3s ease-in-out; !important;
  background-color: transparent !important;
}

.bit-widget .bit-no-dates-container .bit-track-button {
    margin: 30px 0 -100px 0 !important;
    width: auto !important;
}

.btn-outline, .bit-widget .bit-no-dates-container .bit-track-button, .bit-widget .bit-button {
  color: #FFFFFF; !important;
  border: 1px solid #FFFFFF; !important;
  background-color: transparent !important;
}

.btn-outline:focus, .btn-outline:hover, .bit-widget .bit-no-dates-container .bit-track-button:focus, .bit-widget .bit-no-dates-container .bit-track-button:hover, .bit-widget .bit-button:focus, .bit-widget .bit-button:hover {
    color: black;
    border: 1px solid #FFFFFF;
    outline: none;
    background-color: #FFFFFF !important;
}

@media (min-width: 1px) {
  .btn, .btn-mail, .bit-widget .bit-no-dates-container .bit-track-button {
    font-size:11px !important;
    padding:4px 6px !important;
  }
  .btn-links {
    font-size:15px !important;
    padding:15px 0px !important;
    width: 100% !important;
    margin:40px 0px 0px 0px !important;
  }
}

@media (min-width: 460px) {
  .btn, .btn-mail, .bit-widget .bit-no-dates-container .bit-track-button {
    font-size:11px !important;
    padding:4px 6px !important;
  }
  .btn-links {
    font-size:15px !important;
    padding:15px 0px !important;
    width: 100% !important;
    margin:40px 0px 0px 0px !important;
  }
}

@media (min-width: 575px) {
  .btn, .btn-mail, .bit-widget .bit-no-dates-container .bit-track-button {
    font-size:12px !important;
    padding:8px 15px !important;
  }
  .btn-links {
    font-size:15px !important;
    padding:15px 0px !important;
    width: 100% !important;
    margin:40px 0px 0px 0px !important;
  }
}

@media (min-width: 768px) {
  .btn, .btn-mail, .bit-widget .bit-no-dates-container .bit-track-button {
    font-size:16px !important;
    padding:10px 20px !important;
  }
  .btn-links {
    font-size:15px !important;
    padding:15px 0px !important;
    width: 100% !important;
    margin:40px 0px 0px 0px !important;
  }
}

@media (min-width: 992px) {
  .btn, .btn-mail, .bit-widget .bit-no-dates-container .bit-track-button {
    font-size:18px !important;
    padding:15px 35px !important;
  }
  .btn-links {
    font-size:15px !important;
    padding:15px 0px !important;
    width: 100% !important;
    margin:40px 0px 0px 0px !important;
  }
}

@media (min-width: 1200px) {
  .btn, .btn-mail, .bit-widget .bit-no-dates-container .bit-track-button {
    font-size:20px !important;
    padding:15px 45px !important;
  }
  .btn-links {
    font-size:15px !important;
    padding:15px 0px !important;
    width: 100% !important;
    margin:40px 0px 0px 0px !important;
  }
}

::-moz-selection {
  background: #ccffff;
  text-shadow: none;
}

::selection {
  background: #ccffff;
  text-shadow: none;
}

img::selection {
  background: transparent;
}

img::-moz-selection {
  background: transparent;
}

body {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0.3);
}