/*/////////////////////////////////////////////
//// BEGIN: Section - Landing
/////////////////////////////////////////////*/
.section-landing {
	/* background: url('../images/section_landing/background.jpg') no-repeat center center / cover #000; */
	color: #fff;
  min-height: 100vh;
  background-color: #f26522;
}

.section-landing .section-wrapper {
  width: auto;
  max-width: none;
  overflow: hidden;
}

.section-landing p {
	margin-bottom: 0;
	font-size: 32px;
    font-weight: 700;
    line-height: 1.2;
}

/*/////////////////////////////////////////////
//// BEGIN: Carousel
/////////////////////////////////////////////*/
.section-landing .carousel {
  position: relative;
  height: 100%;
  width: 100%;
}

.section-landing .carousel__slide {
  position: absolute;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  top: 0;
  user-select: none;
}

.section-landing .carousel__slide--first {
  position: relative;
}

.section-landing .carousel__dot-nav {
  width: 100%;
  position: absolute;
  z-index: 999;
  bottom: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  align-content: center;
  pointer-events: none;
}

.section-landing .carousel__dot {
  width: 15px;
  height: 15px;
  margin: 15px;
  border-radius: 50px;
  border-width: 4px;
  border-color: #fff;
  border-style: solid;
  background-color: transparent;
  pointer-events: auto;
  cursor: pointer;
}

.section-landing .carousel__dot--active {
  background-color: #fff;
}

/*/////////////////////////////////////////////
//// BEGIN: Slide Customizations
/////////////////////////////////////////////*/
.section-landing .carousel__slide.landing {
  background: url('../images/section_landing/background.jpg') no-repeat center center / cover #000;
  background-color: #f26522;
}

.section-landing .carousel__slide.fast-company {
  background: url('../images/section_landing/slide_desktop_icelandverse.png') no-repeat center center / cover #000;
  background-color: #51B7CD;
}

.section-landing .carousel__slide.fast-company .slide__copy {
  position: absolute;
  top: 34.5%;
  left: 56.9%;
}

.section-landing .carousel__slide.fast-company .slide__copy h2 {
  font-size: 78px;
  line-height: 0.9;
  font-weight: 700;
  white-space: nowrap;
}

.section-landing .carousel__slide.fast-company .slide__copy a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  margin-top: 50px;
}

.section-landing .carousel__slide.fast-company .slide__copy a .logo {
  width: 247px;
  height: auto;
}

.section-landing .carousel__slide.fast-company .slide__copy a .arrow {
  width: auto;
  height: 31px;
  margin-left: 30px;
}
/*/////////////////////////////////////////////
//// BEGIN: Media Queries
/////////////////////////////////////////////*/

/* BEGIN: Hovers */
@media screen and (min-width: 768px) {
}

/* BEGIN: Responsive */
@media screen and (max-width: 1366px) {

    .section-landing h2 {
      font-size: 2.35vw;
    }

    .section-landing .carousel__slide.fast-company .slide__copy h2 {
      font-size: 5.75vw;
      line-height: 1.1;
    }
}

/* BEGIN: iPad / Mobile */
@media screen and (max-width: 960px) {
  .section-landing .carousel__slide.fast-company .slide__copy h2 {
    font-size: 10.5vw;
    line-height: 1;
  }

  /*/////////////////////////////////////////////
  //// BEGIN: Slide Customizations
  /////////////////////////////////////////////*/
  .section-landing .carousel__slide.landing header {
    width: 90%;
    max-width: 90%;
  }

  .section-landing .carousel__slide.fast-company {
    background: url('../images/section_landing/slide_mobile_icelandverse.png') no-repeat center top / cover #000;
  }

  .section-landing .carousel__slide.fast-company .slide__copy {
    position: absolute;
    top: 12.5%;
    left: 18.7%;
  }

  .section-landing .carousel__slide.fast-company .slide__copy p {
    font-size: 12vw;
  }

  .section-landing .carousel__slide.fast-company .slide__copy a {
    margin-top: 37px;
  }

  .section-landing .carousel__slide.fast-company .slide__copy a .logo {
    width: 186px;
  }

  .section-landing .carousel__slide.fast-company .slide__copy a .arrow {
    width: auto;
    height: 25px;
  }
}

/* BEGIN: Mobile */
@media screen and (max-width: 767px) {
	.section-landing {
		height: 153vw;
    padding: 0;
	}

  .section-landing p {
    margin-bottom: 0;
    font-size: 7vw;
    line-height: 1.1;
    font-weight: 700;
  }
}
/* FIN */