/*======================================
//--//-->   INTRO
======================================*/

#home {
  margin-top: 80px;
}

.overlay-intro {
  //background-color: red;
}
.home {
  height: 100vh;
  position: relative;
  color: var(--home-sub-text-color);
}

.home .home-content {
  text-align: center;
  position: absolute;
  margin-top: 0; // non-center vertically
  //background-color: red;
}

.home .home-content .table-cell {
  vertical-align: top;
  padding-top: 60px;
}

.home .overlay-home {
  background-color: var(--home-overlay-bg-color);
  position: absolute;
  top: 0;
  left: 0px;
  padding: 0;
  height: 100%;
  width: 100%;
  opacity: .9;
}

.home .home-title {
  color: var(--home-text-color);
  font-weight: 900;
  font-size: 4rem;
}

.home .home-heading {
  color: var(--color-light);
  font-weight: 600;
  font-size: 1.25rem;
}

.home .home-subtitle {
  font-size: 1.5rem;
  font-weight: 300;
}

.home .text-slider-items {
  display: none;
}

.home-single {
  height: 350px;
}

.home-single .home-content {
  margin-top: 30px;
}

.home-single .home-title {
  text-transform: uppercase;
  font-size: 3rem;
}

.home-single .breadcrumb {
  background-color: transparent;
  color: var(--primary-color);
}

.home-single .breadcrumb .breadcrumb-item:before {
  color: var(--color-grey-medium);
}

.home-single .breadcrumb .breadcrumb-item.active {
  color: var(--color-grey-medium);
}

.home-single .breadcrumb a {
  color: var(--color-light);
}
