/*!******************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/hero-slideshow/style.scss ***!
  \******************************************************************************************************************************************************************************************************************************************************/
/**
 * The following styles get applied both on the front of your site
 * and in the editor.
 *
 * Replace them with your own styles or remove the file completely.
 */
/*~~~~~~~~~~~*/
/* Slideshow */
/*~~~~~~~~~~~*/
#header__background {
  min-height: 100vh;
  height: 100%;
}

/* Code for slideshow from: https://www.cssscript.com/background-slideshow-fade/ subject to MIT licence, see licence page */
#all_slides {
  position: relative;
  /* min-height					: 100vh; */
  min-height: 100%;
  padding: 0px;
  margin: 0px;
  list-style-type: none;
}

.slide {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  min-height: 100%;
  opacity: 0;
  z-index: 1;
  transition: opacity 1s;
  box-sizing: border-box;
  background: #333;
  color: #fff;
  background-size: cover;
}

.active {
  opacity: 1;
  z-index: 2;
}

.slideshow__slides .wp-block-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

/*
.slide:nth-of-type(1){
  background-image			: url('../images/header001XS.jpg');
  background-size				: cover;
  background-position			: 50% 50%;
  background-repeat			: no-repeat;
}

@media (min-width:768px) {

  .slide:nth-of-type(1){
    background-image		: url('../images/header001LG.jpg');
    background-size			: cover;
    background-position		: 50% 50%;
    background-repeat		: no-repeat;
    }

}
*/
.controls {
  display: none;
}

.controls {
  display: inline-block;
  position: relative;
  top: 1rem;
  right: 0.5rem;
  border: none;
  outline: none;
  cursor: pointer;
  /*	border						: 2px solid rgba(0,0,0, 0.8);	*/
  border-radius: 1.5rem;
  /*	background					: rgba(204,204,204,0.6); */
  width: 2rem;
  height: 2rem;
  margin-left: 0.5rem;
}

.controls:hover,
.controls:focus {
  background: #eee;
  color: #333;
}

.container {
  position: relative;
}

.buttons {
  position: absolute;
  right: 0.5rem;
  bottom: 2rem;
  z-index: 10;
}

/*# sourceMappingURL=style-index.css.map*/