/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

html,
body {
  height: 100%;
}

body {
  display: flex;
  flex-direction: column;
  margin: 0;
  overflow: hidden;
}

#wrapper {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  min-height: 0;
  height: 100vh;
}

#wrapper > #header {
  flex: 0 0 auto;
}

#wrapper > #slider {
  flex: 1 1 auto;
  min-height: 0;
}

#slider .slider-inner,
#slider .swiper-container,
#slider .swiper-wrapper,
#slider .swiper-slide {
  height: 100%;
}

#footer {
  margin-top: auto;
}

