@font-face {
  font-family: handwritten_title;
  src:         url("../fonts/TrashHand.TTF");
  }

.gig {
  background-image:  url("../images/notepad_center_2_new.png");
  background-size:   100%;
  background-repeat: repeat-y;
  padding:           30px 10%;
  margin-bottom:     0;
  overflow-y: auto;
  height: 100%;
  }

.gig_after {
  background-image:    url("../images/notepad_bottom_2_new.png");
  background-size:     100%;
  background-repeat:   no-repeat;
  background-position: bottom;
  margin-bottom:       10px;
  height:              0;
  padding-top:         8.6%;
  border:              0;
  }

.gig_before {
  background-image:    url("../images/notepad_top_2_new.png");
  background-size:     100%;
  background-repeat:   no-repeat;
  background-position: top;
  margin-bottom:       0;
  height:              0;
  padding-top:         100px;
  border:              0;
  }

.gig_title, .gig_date, .subtitle, .bands, .venue {
  text-align:  center;
  font-family: 'Captain';
  font-size:   30pt;
  }

.gig_title, .gig_date {
  font-family: 'Captain';
  line-height: 0.9em;
  padding:     10px 0;
  }

.gig_title, .subtitle {
  font-family:    'Crimes';
  text-transform: lowercase;
  font-size:      24pt;
  color:          #007700;
  line-height:    1em;
  }

.gig_date {
  border-bottom: 1px dashed black;
  }

.bands {
  font-family:    'Crimes';
  color:          #b40000;
  text-transform: lowercase;
  font-size:      36pt;
  line-height:    1em;
  }

.bands > .band {
  margin-bottom: 15px;
  }

.gig_date {
  font-size: 30pt;
  }

.subtitle {
  font-size: 24pt;
  padding: 10px 0;
  }

.details {
  text-align:  center;
  font-size:   14pt;
  font-weight: bold;
  }

.detail:after {
  content: " - ";
  }

.gig p {
  padding: 0 8px;
  }

.social_media {
  float:    left;
  top:      -15px;
  position: relative;
  left:     50%;
  }

.social_media_links {
  float:    left;
  position: relative;
  left:     -50%;
  }

.social_media img, .band_gig img, .venue_page_gig img {
  max-height: 32px;
  margin:     8px 0;
  padding:    0 3px;
  }

.venue_page_gig {
    text-align:center;
}

.band_email a {
  position:    relative;
  top:         8px;
  font-family: Roboto;
  float:       right;
  font-size:   10pt;
  }

.band_email a:hover {
  position:        relative;
  color:           red;
  text-decoration: none;
  }

.available_gigs img {
  display:   block;
  margin:    15px auto 0 auto;
  max-width: 100%;
  }

.download_gig_list {
  display:          block;
  margin-top:       15px;
  border:           1px solid grey;
  color:            white;
  background-color: black;
  padding:          5px;
  text-align:       center;
  font-family:      Impact, fantasy;
  font-size:        18pt;

  text-decoration:  none;
  }

.download_gig_list:hover, .download_gig_list:visited {
  text-decoration:  none;
  color:            white;
  background-color: #b60000;
  cursor:           context-menu;
  }

.sponsor_link:hover {
  text-decoration: none;
  cursor:          pointer;
  }