/*
* Section - Hero
*/

/** BG - Static */
#hero-bg-static {
  background-image: url("../images/summer-beach-seagulls-deckchairs.jpg");
}

/** BG - Parallax */
#hero-bg-parallax > .bg-img-parallax {
  background: url("../images/bg-hero-parallax.jpg");
}

/** BG - Slider */
#hero-bg-slider .flickity-slider > .carousel-cell:nth-child(1) {
  background: url("../images/summer-beach-seagulls-deckchairs.jpg");
}

#hero-bg-slider .flickity-slider > .carousel-cell:nth-child(2) {
  background: url("../images/second-track.jpg");
}



/** BG - Slideshow */
#hero-bg-slideshow .slides > .bg-img-cover:nth-child(1) {
  background: url("../../archive/2018/photos/paul-goddard.jpg");
}

#hero-bg-slideshow .slides > .bg-img-cover:nth-child(2) {
  background: url("../../archive/2018/photos/sal-freudenberg.jpg");
}

#hero-bg-slideshow .slides > .bg-img-cover:nth-child(3) {
  background: url("../../archive/2018/photos/geoff-watts.jpg");
}

/** BG - Video */
#hero-bg-video:before {
  z-index: 15;
}

#hero-bg-video .container {
  position: relative;
  z-index: 20;
}

#hero-bg-video .player.is-mobile {
  display: none;
}


/*
* Countdown
*/

#countdown {
  margin-bottom: 10px;
  margin-top: -40px;
}


/*
* Section - Venue
*/

#venue {
  background-image: url("../images/ironworks-side.jpg");
}


/*
* Promo
*/

#promo {
  background-image: url("../images/excellent-small.jpg");
}


/*
* Ticket
*/

#ticket-tailor {
  background-image: url("../images/conf-seats.jpeg");
  background-repeat: no-repeat;
}


/*
* Register
*/

#register {
  background-image: url("../images/bg-register.jpg");
}


/*
* Footer
*/

.footer-logo {
  max-height: 40px;
}

.footer-icon-social {
  bottom: 10px;
  position: relative;
}