/*
* Style
*/

/*
* Section - Home
*/

/** BG Image */
#home {
  background-image: url("../images/bg-home-1.jpg");
}

/** BG Parallax */
#home-bg-parallax > .bg-parallax {
  background: url("../images/bg-parallax.jpg");
}

/** BG Slideshow */
#home-bg-slideshow .slides > .bg-cover:nth-child(1) {
  background: url("../images/bg-home-1.jpg");
}
#home-bg-slideshow .slides > .bg-cover:nth-child(2) {
  background: url("../images/bg-home-2.jpg");
}
#home-bg-slideshow .slides > .bg-cover:nth-child(3) {
  background: url("../images/bg-home-3.jpg");
}
#home-bg-slideshow > .position-absolute {
  z-index: 20;
}

/** BG Video */
#home-bg-video .player:before {
  z-index: 15;
}
#home-bg-video .player.is-mobile {
  display: none;
}
#home-bg-video .container {
  position: relative;
  z-index: 20;
}

/* Section - Fun Facts */
#realizing {
  background-image: url(../images/Realizing-Banner.jpg);
}

/* Section - Fun Facts */
#fun-facts {
  background-image: url(../images/Facts-Banner.jpg);
}

/* Section - Skills */
#skills {
  background-image: url(../images/Event-Banner.jpg);
}

/* Section - Quote */
#quote {
  background-image: url(../images/Quote-Banner.jpg);
}

/* Section - Keep In Touch */
#keep-in-touch {
  background-color: #666869;
}

/* Section - Coming Soon */
#coming-soon {
  background-image: url(../images/Event-Banner.jpg);
}

/* Section - Contact */
#contact {
  background-image: url(../images/Contact-Banner.jpg);
}

/* Page - Blog */
.blog-roll {
  list-style-type: none;
}
.blog-date {
  font-size: 0.8rem;
}
.blog-summary h4 {
  margin-bottom: 0;
}

/*
* Footer
*/
.footer-logo {
  max-height: 60px;
}
.footer-icon-social {
  bottom: 10px;
  position: relative;
}
footer a,
.blog-summary a {
  color: #0e518c;
}
footer a:hover,
.blog-summary a:hover {
  color: #0e518c;
  text-decoration: underline;
}
