

.no-margin {
  margin: 0;
}

.no-padding {
  padding: 0;
}

.no-left-padding {
  padding-left: 0;
}

.no-right-padding {
  padding-right: 0;
}

.padding-left-6x {
  padding-left: 90px;
}

.padding-right-6x {
  padding-right: 90px;
}

.text-xs {
  font-size: .8rem;
  line-height: 100%;
  margin: 0;
  padding: 0;
}

.text-sm {
  font-size: .7rem;
  line-height: 100%;
}

.text-md {
  font-size: 1rem;
  line-height: 100%;
}

.text-lg {
  font-size: 3rem;
  font-weight: 900;
  line-height: 100%;
  margin: 0;
  padding: 0;
}

@media (min-width: 0) {

  .text-lg {
    font-size: 2rem;
  }

}

@media (min-width: 790px) {

  .text-lg {
    font-size: 3rem;
  }

}

.text-xl {
  font-size: 5.5rem;
  line-height: 100%;
  font-weight: 900;
}

@media (min-width: 0) {

  .text-xl {
    font-size: 2rem;
  }

}

@media (min-width: 790px) {

  .text-xl {
    font-size: 5.5rem;
  }

}

.heading-md {
  font-size: 2rem;
  font-weight: 600;
  line-height: 100%;
}

.text-section-md {
  font-size: .8rem;
  font-weight: 300;
  line-height: 1.7;
  margin: 1rem 0;
  margin-top: 2.5rem;
}

.text-center {
  text-align: center;
}

.bold {
  font-weight: bold;
}

.upper {
  text-transform: uppercase;
}

.light {
  color: #FFF;
}

.dark {
  color: #000;
}

.faded {
  color: rgba(64,64,64,.8);
}

.title-block {
  width: 100%;
  text-align: center;
  position: relative;
}

.title-block p {
  margin: 1rem 0;
  position: relative;
  color: #333;
}

.title-block > p:nth-child(1) {
  color: #333;
}

.title-block > p:nth-child(2) {
  color: #5f5f5f;
}

.vertical-line {
  position: absolute;
  left: 50%;
  width: 100%;
  height: 100px;
  border-left: 1px solid #000;
}

.slider-prev-icon {
  width: 25px;
  height: 25px;
  border-left: 2px solid #FFF;
  border-top: 2px solid #FFF;
  transform: rotate(-45deg);
  margin-left: 0px;
  position: absolute;
  left: 50px;
  top: 50%;
  transition: .3s ease-in-out;
}

.slider-next-icon {
  width: 25px;
  height: 25px;
  border-right: 2px solid #FFF;
  border-bottom: 2px solid #FFF;
  transform: rotate(-45deg);
  position: absolute;
  right: 50px;
  top: calc(50% - 12.5px);
  transition: .3s ease-in-out;
}

.carousel-control-prev:hover .slider-prev-icon,
.carousel-control-next:hover .slider-next-icon {
  border-color: rgba(255, 102, 51, .7);
}

.light-theme {
  background-color: rgba(255, 102, 51, .05);
}
