/*   Styles Slider /// Mobile First   */


/*   H E R O S L I D E R   */

.content-container-slider {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 1.0);
}

.content-container-slider-offset {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;		
  opacity: 0;
}

/* Wrapper Typography */

.hero-typo-container {
  position: fixed;
  left: 7.5vw;
  bottom: 7.5vh;
  width: 80%;
  text-align: left;
}

.hero-typo-container-offset {
  bottom: 32.5vh;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;		
  opacity: 0;
}

.hero-typo-container-topset {
  z-index: 5;
}

/*  Typo Animation  */

.text-extended {
  line-height: 200%; 
}

/*   END – H E R O S L I D E R   */

/*   - - - - - - - - - - - - - - - - - - - - -    */

/*   M E D I A Q U E R I E S   */


/*   Smartphone Landscape  */

@media only screen and (orientation: landscape){	

	.hero-typo-container {
		left: 6.25vw;
		bottom: 15.0vh; }
	}


/*   Tablet Portrait   */

@media only screen and (min-width: 600px) and (orientation: portrait){
	
	.hero-typo-container {
		left: 7.5vw;
		bottom: 7.5vh; }
	
	.hero-button-container {
  		left: 7.6vw; }
	}

/*   Tablet Landscape   */

@media only screen and (min-width: 1000px) and (orientation: landscape){
	
	.hero-typo-container {
		left: 7.5vw;
		bottom: 12.5vh; }
	
	.hero-button-container {
  		left: 7.6vw; }
	}

/*   Desktop Devices   */

@media only screen and (min-width: 1170px){
	
	.slider-navigation-container {
  		bottom: 12.0vh; }
	}

/*   Desktop Devices 1366   */

@media only screen and (min-width: 1366px){ }

/*   iPad Pro   */

@media only screen and (aspect-ratio: 1366/1024) { }

/*  Smartphone Landscape   */

@media only screen and (max-width: 850px) and (orientation: landscape){	

	.hero-typo-container {
		left: 6.25vw;
		bottom: 7.5vh; }
	}



