﻿body {
}

.slide-sub-title-200 {
  font-style: normal;
  font-size: 130px;
  line-height: 58px;
  margin: 20px 0;
  color: #fff;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: -1px;
}

@media (max-width: 991px) {
  .slide-sub-title-200 {
    font-size: 46px;
  }
}

@media (max-width: 575px) {
  .slide-sub-title-200 {
    font-size: 30px;
    line-height: 30px;
  }
}

h7{
  font-family: 'Century Gothic';
  font-size: 24px;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

h8 {
  font-family: HelveticaNeue;
  font-size: 30px;
  margin-bottom: 100px;
  text-transform: uppercase;
  letter-spacing: -0.5px;
}

h9{
  font-family: 'Century Gothic';
  font-size: 24px;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: -0.5px;
}

  .slide-sub-title-black {
  font-style: normal;
  font-size: 130px;
  line-height: 58px;
  margin: 20px 0;
  color: #000000;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: -1px;
}

@media (max-width: 991px) {
  .slide-sub-title-black {
    font-size: 46px;
  }
}

@media (max-width: 575px) {
  .slide-sub-title-black {
    font-size: 30px;
    line-height: 30px;
  }
}

.slide-title-black {
  font-size: 30px;
  line-height: 36px;
  font-weight: 300;
  color: #000000;
  margin: 20px 0 10px;
}
@media (max-width: 991px) {
  .slide-title-black {
    font-size: 22px;
  }
}
@media (max-width: 575px) {
  .slide-title-black {
    font-size: 16px;
  }
}

.slide-sub-title {
  font-style: normal;
  font-size: 60px;
  line-height: 58px;
  margin: 20px 0;
  color: #fff;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: -1px;
}
@media (max-width: 991px) {
  .slide-sub-title {
    font-size: 46px;
  }
}
@media (max-width: 575px) {
  .slide-sub-title {
    font-size: 30px;
    line-height: 30px;
  }
}

