#slideshow-holder{
}
.carousel-inner{
  padding-bottom: 50px;
  background: #535353;
}
.carousel-holder{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow:row nowrap;
  width: 100%;
  background-image: linear-gradient(to bottom, #000000, #191919, #2b2b2b, #3f3f3f, #535353);
  padding-top: 120px;
  padding-bottom: 30px;
}
#textSwap{
  transition: 0.6s ease;
}
#signSwap{
  font-weight: bold;
  margin-left: auto;
  transition: 0.6s ease;
  float:right;
}
.carousel-item{
  background: #1c1c1c;
  transition: .6s ease;
}

.d-block{
  width:20%;
}

.slide-text{
    display: flex;
    justify-content: space-around;
    flex-flow:column nowrap;
    padding: 0px 40px 0px 40px;
    color: white;
    width:50%;

}
.slide-title{
  font-family: "Roboto", sans-serif;
  display: block;
}
.slide-title-mobile{
  font-family: "Roboto", sans-serif;
  display: none;
  color:white;
}

.slide-subtitle{
  font-size: 1.2em;
  font-weight: bold;
}

.slide-sign{
  font-weight: bold;
  margin-left: auto;
  float: right;
}
.slide-buttons{
  display: flex;
  justify-content: space-around;
}
.nn-learn{
  display:flex;
  justify-content:space-between;

}
@media only screen and (max-width: 1000px){
  .carousel-holder{
    flex-flow: column nowrap;
    align-items: center;
    padding-top:150px;
    height:1250px;
  }
  .slide-title-mobile{
    display: block;
  }
  .slide-title{
    display: none;
  }
  .slide-text{
    width: 90%;
  }
  .d-block{
    width: 50%;
  }
  .nn-learn{
    flex-direction: column-reverse;
  }
}
