#mainCanvas {
  position: fixed;
  top: 0px; left: 0px;
  width: 100%; height: 100%;
  z-index: 0;
  visibility: hidden;
}
.grid .plot {
  padding: 1em;
}
body {
  background: #333 url('img/IMG_0933_crop.JPG') no-repeat center center fixed;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
body, .main, .cover, .screen { height: auto; }
a { color: #339 !important; }
section { background: none; }
p { background: none !important; }
h1 b, h3 b { color: yellow; text-shadow: 1px 1px 2px #000; }
h1, h2 {
  font-family: 'Fugaz One', cursive;
  font-weight: 400;
}
h1, h2, h3, h4, h5 {
  display: inline-block;
  background: rgba(255, 255, 255, 0.8);
  padding: 0 22px;
  -webkit-box-shadow: 0 -24px 0 -12px rgba(255, 255, 255, 0.7);
  box-shadow: 0 -24px 0 -12px rgba(255, 255, 255, 0.7);
  border-bottom: 20px solid rgba(0, 0, 0, 0.12);
}
flag {
  background: red; color: white;
}
a.banner.top {
  position: absolute;
  top: 0px;
  left: 50%;
  margin-left: -26.5em;
}
a.banner {
  color: chartreuse !important;
  background: darkblue;
  padding: 5px;
  font-family: monospace;
  font-size: 14px;
  border-bottom: 1px dashed chartreuse;
  line-height: 14px;
  z-Index: 1000;
  cursor: pointer; cursor: hand;
}
h4.ticketembed { width: 70%; }
@media (max-width: 1280px) {
  h4.ticketembed { width: 70%; }
}
