.page-tour {
  background-image: url('/assets/backgrounds/happy.jpg');
  background-attachment: fixed;
  background-position: center 15%;
  background-size: cover;

  color: #efefef;
  letter-spacing: 1px;
}

.page-tour section.tour-section {
    font-family: 'Oswald';
}

.heading-bar {
  /* background-color: rgba(0, 0, 0, 0.5); */
}

.tour-item {
  padding: 15px 0px;
  color: #e0e0e0;
  border-bottom: 1px solid rgba(255,255,255,0.15);
  font-size: 18px;
}

.tour-date {
  opacity: 0.8;
}

.tour-tickets a {
  font-weight: 700;
  color: #ebb710;
  text-transform: uppercase;
}

.tour-tickets a:hover {
  color: white;
  letter-spacing: 1px;
  text-shadow: 0px 0px 10px red;
}
