#image-joseph-allen {
  height: 500px;
  width: 100%;
  position: absolute;
  left: 0;
  z-index: 1;
  background: linear-gradient( rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.0)), url('../images/TOUR\ Joseph_Allen.jpg') no-repeat center center /cover;
}

#empty-space-joseph-allen {
  height: 400px;
  opacity: 0;
}

.over-joseph {
  position: relative;
  z-index: 10
}

.bg-dz-bright-green {
  background-color: #9dde4e;
}

.font-dz-uppercase {
  font-family: 'Lato', sans-serif;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase
}

.font-dz-lato {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
}

.font-dz-header {
  font-family: 'Bitter', serif;
  font-weight: 700
}

.button-tickets {
  background-color: #3f6d00;
  color: white;
  border-radius: 5px;
  transition: all .2s
}

.button-tickets:hover {
  background-color: #9dde4e;
  color: black;
}

/* #button-tickets-21st {
  background-color: #9dde4e;
  color: black;
  border-radius: 5px;
  transition: all .2s
}

#button-tickets-21st:hover {
  background-color: #3f6d00;
  color: white;
} */

/* This will be for the home page: */

#home-joseph-allen-image {
  height: 600px;
  width: 100%;
  position: relative;
  left: 0;
  z-index: 1;
  background: linear-gradient( rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('../images/TOUR\ Joseph_Allen.jpg') no-repeat center center /cover;
}

#home-joseph-allen-button {
  background-color: rgba(255, 255, 255, 0);
  color: white;
  transition: all .2s;
  border-radius: 5px;
  cursor: pointer;
}

#home-joseph-allen-image:hover #home-joseph-allen-button {
  background-color: rgba(255, 255, 255, 0.8);
  color: black;
  text-decoration: none;
}

#home-joseph-allen-button:hover {
  background-color: white !important;
  color: black;
}

/* #home-joseph-allen-button {
  background-color: rgba(255, 255, 255, 0.8);
  transition: all .2s;
  border-radius: 5px;
  cursor: pointer;
} */

/* #home-joseph-allen-image:hover #home-joseph-allen-button {
  background-color: white;
} */