@font-face {
    font-family: "Tall Dark And Handsome";
    src: url('fonts/talldark.ttf');
}
html {
  font-family: "Tall Dark And Handsome", Helvetica, Arial, sans-serif;
}

html, body {
  height: 100%;
}
body {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

nav {
  position: fixed;
  top: 0;
  right: 20px;
  padding: 4px 6px;
  background: #EEEEEE;
  background: rgba(238, 238, 238, 0.8);
  z-index: 3;

  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;

  -webkit-flex-flow: row;
  -moz-flex-flow: row;
  -ms-flex-flow: row;
  flex-flow: row;

  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

nav a {
  font-size: 1.5em;
  letter-spacing: 0.2em;
  color: #F8F8F8;
  margin: 2px 5px;
}

nav a:hover {
  color: #FFFFFF;
}

nav a.current {
  color: #F0A0A0;
}

nav img {
  width: 32px;
  height: 32px;
}

section {
  width: 100%;
  padding: 1em 0;

  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flexbox;

  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;

  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

section.first {
  min-height: 100%;
  padding: 0;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}

.col {
  margin: auto;

  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flexbox;

  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;

  text-align: center;
}

.row {
  max-width: 100%;

  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flexbox;

  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;

  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}

section.first {
  background: url('img/bg.jpg') #E23994 no-repeat center center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  color: #333333;
}

#audio {
  background: url('img/bg2.jpg') #AAC8DC no-repeat center center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  color: #333333;
}

#video {
  color: #333333;
  background-color: #FFFFFF;
}

#live {
  background: url('img/grey_wash_wall.png') #333333 repeat;
  color: #F0F0F0;
}

section img {
  width: 400px;
  max-width: 100%;
  margin: 1em;
}

section a {
 color: #F0F0F0;
 opacity: 0.7;
 font-size: 1.4em;
 letter-spacing: 0.2em;
 padding: 0.2em 0.6em;
 text-decoration: none;
}
section a:hover {
  opacity: 0.8;
}

section h1 {
  margin: 0.1em;
  font-size: 4em;
  letter-spacing: 0.1em;
}

section h2 {
  margin: 0.1em;
  font-size: 1.8em;
}

section iframe {
  max-width: 100%;
  margin: 1em;
  border: 0;
}

#audio iframe {
  width: 350px;
  height: 470px;
}

#video iframe {
  width: 640px;
  height: 480px;
}

@media all and (max-width : 320px) {
  nav a {
    font-size: 1.3em;
  }
  nav img {
    width: 28px;
    height: 28px;
  }

  #audio iframe {
    width: 288px;
    height: 440px;
  }

  #video iframe {
    width: 320px;
    height: 240px;
  }
}

section p {
  width: 350px;
  max-width: 100%;
  margin: 1em;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 0.9em;
  text-align: justify;
}

.separator {
  width: 500px;
  max-width: 90%;
  height: 2px;
  border-top: 1px solid #303030;
  margin: 0.1em auto 1em;
}

.footer {
  margin-top: 1em;
}

#live .separator {
  border-color: #F0F0F0;
}

#hoz {
  padding-left: 0.2em;
}

#tour-dates {
  font-family: Verdana, Helvetica, Arial, sans-serif;
  width: 760px;
  max-width: 100%;
  margin: 1em;
}

#tour-dates a {
  font-size: inherit;
  letter-spacing: inherit;
}

/*#tour-dates table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 2px;
  border-color: gray;
  border-bottom: 1px solid #E9E9E9;
}

#tour-dates tr {
  background-color: rgba(60, 60 ,60, 0.4);
}

#tour-dates tr:nth-child(2n + 1) {
  background-color: rgba(80, 80 ,80, 0.4);
}*/

tr.bit-header, tr.bit-header + tr, tr.bit-bottom, td.bit-rsvp, #bit-widget-0 th, td.bit-description-links, a.bit-track-artist-header {
  display: none !important;
}

table.bit-events tr {
  background-color: rgba(60, 60 ,60, 0.4);
}

table.bit-events tr:nth-child(4n + 3) {
  background-color: rgba(80, 80 ,80, 0.4);
}
